Skip to content

Commit

Permalink
remove resolutions in root package.json
Browse files Browse the repository at this point in the history
update mocha to avoid pulling in [email protected]
  • Loading branch information
AlexTugarev committed Sep 18, 2023
1 parent 7ed6f6b commit 1dfddf8
Show file tree
Hide file tree
Showing 7 changed files with 181 additions and 182 deletions.
4 changes: 2 additions & 2 deletions components/gitpod-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"devDependencies": {
"@testdeck/mocha": "^0.3.3",
"@types/chai": "^4.2.2",
"@types/mocha": "^2.2.45",
"@types/mocha": "^10.0.1",
"@types/mysql": "^2.15.0",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"chai": "^4.2.0",
"eslint": "^8.47.0",
"mocha": "^4.1.0",
"mocha": "^10.2.0",
"rimraf": "^2.6.1",
"ts-node": "^10.4.0",
"typescript": "~4.4.2"
Expand Down
4 changes: 2 additions & 2 deletions components/gitpod-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/google-protobuf": "^3.15.5",
"@types/jaeger-client": "^3.18.3",
"@types/js-yaml": "^3.10.1",
"@types/mocha": "^5.2.7",
"@types/mocha": "^10.0.1",
"@types/node": "^16.11.6",
"@types/random-number-csprng": "^1.0.0",
"@types/uuid": "^8.3.1",
Expand All @@ -29,7 +29,7 @@
"chai": "^4.3.4",
"chai-subset": "^1.6.0",
"eslint": "^8.47.0",
"mocha": "^5.0.0",
"mocha": "^10.2.0",
"rimraf": "^2.6.2",
"ts-node": "^10.4.0",
"typescript": "~4.4.2",
Expand Down
5 changes: 3 additions & 2 deletions components/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"jsonwebtoken": "^9.0.0",
"lodash.debounce": "^4.0.8",
"longjohn": "^0.2.12",
"minimatch": "^9.0.3",
"nice-grpc-client-middleware-retry": "^2.0.1",
"node-fetch": "^2.6.7",
"opentracing": "^0.14.4",
Expand Down Expand Up @@ -111,7 +112,7 @@
"@types/http-proxy": "^1.17.7",
"@types/js-yaml": "^4.0.3",
"@types/lodash.debounce": "^4.0.6",
"@types/mocha": "^2.2.45",
"@types/mocha": "^10.0.1",
"@types/node": "^16.11.0",
"@types/node-fetch": "^2.6.1",
"@types/passport": "^1.0.7",
Expand All @@ -127,7 +128,7 @@
"deep-equal-in-any-order": "^2.0.0",
"eslint": "^8.47.0",
"expect": "^1.20.2",
"mocha": "^5.0.0",
"mocha": "^10.2.0",
"prettier": "^3.0.0",
"rimraf": "^3.0.2",
"source-map-loader": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion components/ws-manager-api/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"chai": "^4.3.4",
"grpc-tools": "^1.12.4",
"grpc_tools_node_protoc_ts": "^5.3.2",
"mocha": "^5.0.0",
"mocha": "^10.2.0",
"ts-node": "^10.4.0",
"typescript": "~4.4.2",
"typescript-formatter": "^7.2.2"
Expand Down
4 changes: 2 additions & 2 deletions components/ws-manager-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"@types/chai": "^4.2.21",
"@types/express": "^4.17.13",
"@types/google-protobuf": "^3.15.5",
"@types/mocha": "^2.2.45",
"@types/mocha": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"chai": "^4.3.4",
"eslint": "^8.47.0",
"expect": "^1.20.2",
"ioredis-mock": "^8.7.0",
"mocha": "^5.0.0",
"mocha": "^10.2.0",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"typescript": "~4.4.2",
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
"ts-node": "^10.4.0",
"typescript": "~4.4.4"
},
"resolutions": {
"minimatch": "3.0.5",
"minimist": "1.2.8"
},
"scripts": {
"build": "leeway exec --filter-type yarn --components -- yarn build",
"watch": "leeway exec --package components:all --transitive-dependencies --filter-type yarn --components --parallel -- tsc -w --preserveWatchOutput",
Expand Down
Loading

0 comments on commit 1dfddf8

Please sign in to comment.