Skip to content

Commit

Permalink
update dependencies (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSiefke authored Oct 31, 2024
1 parent 4017c23 commit 4304ce3
Show file tree
Hide file tree
Showing 20 changed files with 533 additions and 1,864 deletions.
1,836 changes: 336 additions & 1,500 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
},
"homepage": "https://github.com/SimonSiefke/vscode-memory-leak-finder#readme",
"devDependencies": {
"@types/node": "^22.5.4",
"execa": "^9.4.0",
"@types/node": "^22.8.5",
"execa": "^9.5.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lerna": "^8.1.8",
"lerna": "^8.1.9",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"@lerna/legacy-package-management": "^8.1.8"
"@lerna/legacy-package-management": "^8.1.9"
},
"jest": {
"modulePathIgnorePatterns": [
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"chalk": "^5.3.0"
},
"devDependencies": {
"@types/node": "^22.1.0"
"@types/node": "^22.8.5"
},
"jest": {
"moduleNameMapper": {
Expand Down
182 changes: 106 additions & 76 deletions packages/injected-code/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4304ce3

Please sign in to comment.