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 9, 2024
1 parent 3cd0c7a commit 857dfcb
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 116 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"commander": "^12.0.0",
"cypress": "^13.8.1",
"cypress": "^13.9.0",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-workspaces": "^0.10.0",
"eslint-plugin-workspaces": "^0.10.1",
"http-server": "^14.1.1",
"local-web-server": "^5.3.3",
"mkdirp": "^3.0.1",
Expand Down
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.10",
"@types/node": "^20.12.11",
"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.10",
"@types/node": "^20.12.11",
"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,11 +46,11 @@
"@types/bunyan": "^1.8.11",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.10",
"@types/node": "^20.12.11",
"@types/tmp": "^0.2.6",
"@types/ws": "^8.5.10",
"babel-jest": "^29.7.0",
"esbuild": "^0.21.0",
"esbuild": "^0.21.1",
"jest": "^29.7.0",
"mockttp": "^3.11.0",
"rimraf": "^5.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/teamscale-javascript-instrumenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"@types/glob": "^8.1.0",
"@types/istanbul-lib-instrument": "^1.7.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.10",
"@types/node": "^20.12.11",
"@types/ws": "^8.5.10",
"babel-jest": "^29.7.0",
"esbuild": "^0.21.0",
"esbuild": "^0.21.1",
"esbuild-plugin-inline-worker": "^0.1.1",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
Expand Down

0 comments on commit 857dfcb

Please sign in to comment.