Skip to content

Commit

Permalink
chore(deps): update all non-major npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 3594bf1 commit bb7e6e1
Show file tree
Hide file tree
Showing 12 changed files with 138 additions and 138 deletions.
2 changes: 1 addition & 1 deletion packages/cqse-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-instrument/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/core": "^7.24.5",
"@babel/parser": "^7.24.5",
"@babel/traverse": "^7.24.5",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"source-map": "^0.7.4",
"typescript": "^5.4.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/teamscale-coverage-collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"@types/bunyan": "^1.8.11",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@types/tmp": "^0.2.6",
"@types/ws": "^8.5.10",
"babel-jest": "^29.7.0",
"esbuild": "^0.20.2",
"jest": "^29.7.0",
"mockttp": "^3.10.2",
"mockttp": "^3.11.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/teamscale-javascript-instrumenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/glob": "^8.1.0",
"@types/istanbul-lib-instrument": "^1.7.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@types/ws": "^8.5.10",
"babel-jest": "^29.7.0",
"esbuild": "^0.20.2",
Expand Down
114 changes: 57 additions & 57 deletions test/casestudies/angular-hero-app/package-lock.json

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

20 changes: 10 additions & 10 deletions test/casestudies/angular-hero-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~17.3.6",
"@angular/common": "~17.3.6",
"@angular/compiler": "~17.3.6",
"@angular/core": "~17.3.6",
"@angular/forms": "~17.3.6",
"@angular/platform-browser": "~17.3.6",
"@angular/platform-browser-dynamic": "~17.3.6",
"@angular/router": "~17.3.6",
"@angular/animations": "~17.3.7",
"@angular/common": "~17.3.7",
"@angular/compiler": "~17.3.7",
"@angular/core": "~17.3.7",
"@angular/forms": "~17.3.7",
"@angular/platform-browser": "~17.3.7",
"@angular/platform-browser-dynamic": "~17.3.7",
"@angular/router": "~17.3.7",
"angular-in-memory-web-api": "~0.17.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
Expand All @@ -31,9 +31,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.6",
"@angular/cli": "~17.3.6",
"@angular/compiler-cli": "~17.3.6",
"@angular/compiler-cli": "~17.3.7",
"@types/jasmine": "~5.1.4",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"copyfiles": "^2.4.1",
"jasmine-core": "~5.1.2",
"jasmine-marbles": "~0.9.2",
Expand Down
14 changes: 7 additions & 7 deletions test/casestudies/vite-react-app/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 test/casestudies/vite-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"rimraf": "^5.0.5",
"vite": "^5.2.10"
"vite": "^5.2.11"
}
}
14 changes: 7 additions & 7 deletions test/casestudies/vite-react-ts-coverable-app/package-lock.json

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

0 comments on commit bb7e6e1

Please sign in to comment.