Skip to content

Commit

Permalink
deps: upgraded to core3utils 16 (#2295)
Browse files Browse the repository at this point in the history
  • Loading branch information
daomry authored Jan 31, 2024
1 parent 97a3693 commit 17b16ed
Show file tree
Hide file tree
Showing 10 changed files with 87 additions and 144 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@wixc3/create-disposables": "^2.2.0",
"@wixc3/docs": "^15.2.0",
"@wixc3/testing": "^15.3.1",
"@wixc3/testing-node": "^15.3.1",
"@wixc3/wait-for-call": "^15.1.1",
"@wixc3/docs": "^16.0.0",
"@wixc3/testing": "^16.0.0",
"@wixc3/testing-node": "^16.0.0",
"@wixc3/wait-for-call": "^16.0.0",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"electron": "^28.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@wixc3/isomorphic-worker": "^1.2.5",
"@wixc3/patterns": "^15.3.1",
"@wixc3/patterns": "^16.0.0",
"promise-assist": "^2.0.1",
"socket.io-client": "^4.7.4",
"typescript-type-utils": "^0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"./package.json": "./package.json"
},
"dependencies": {
"@wixc3/common": "^15.1.1",
"@wixc3/common": "^16.0.0",
"@wixc3/engine-core": "^43.0.2",
"@wixc3/engine-electron-commons": "^43.0.2",
"@wixc3/engine-runtime-node": "^43.0.2",
"@wixc3/patterns": "^15.3.1"
"@wixc3/patterns": "^16.0.0"
},
"peerDependencies": {
"electron": ">=9"
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@file-services/node": "^8.3.3",
"@wixc3/common": "^15.1.1",
"@wixc3/common": "^16.0.0",
"@wixc3/create-disposables": "^2.2.0",
"@wixc3/engine-core": "^43.0.2",
"@wixc3/engine-electron": "^43.0.2",
Expand All @@ -25,7 +25,7 @@
"@wixc3/engine-runtime-node": "^43.0.2",
"@wixc3/engine-scripts": "^43.0.2",
"@wixc3/engineer": "^43.0.2",
"@wixc3/patterns": "^15.3.1",
"@wixc3/patterns": "^16.0.0",
"@wixc3/resolve-directory-context": "^4.0.0",
"commander": "^11.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@wixc3/engine-core": "^43.0.2",
"@wixc3/engine-runtime-node": "^43.0.2",
"@wixc3/engine-scripts": "^43.0.2",
"@wixc3/patterns": "^15.3.1",
"@wixc3/patterns": "^16.0.0",
"cors": "^2.8.5",
"create-listening-server": "^2.1.0",
"express": "^4.18.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/engineer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"dependencies": {
"@file-services/node": "^8.3.3",
"@file-services/resolve": "^8.3.3",
"@wixc3/common": "^15.1.1",
"@wixc3/common": "^16.0.0",
"@wixc3/engine-core": "^43.0.2",
"@wixc3/engine-dashboard": "^43.0.2",
"@wixc3/engine-runtime-node": "^43.0.2",
"@wixc3/engine-scripts": "^43.0.2",
"@wixc3/patterns": "^15.3.1",
"@wixc3/patterns": "^16.0.0",
"commander": "^11.1.0",
"open": "^8.4.2",
"socket.io": "^4.7.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"test": "mocha \"dist/test/**/*.unit.js\""
},
"dependencies": {
"@wixc3/common": "^15.1.1",
"@wixc3/common": "^16.0.0",
"@wixc3/engine-core": "^43.0.2",
"@wixc3/patterns": "^15.3.1",
"@wixc3/patterns": "^16.0.0",
"create-listening-server": "^2.1.0",
"express": "^4.18.2",
"minimist": "^1.2.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"@file-services/node": "^8.3.3",
"@file-services/resolve": "^8.3.3",
"@file-services/types": "^8.3.3",
"@wixc3/common": "^15.1.1",
"@wixc3/common": "^16.0.0",
"@wixc3/create-disposables": "^2.2.0",
"@wixc3/engine-core": "^43.0.2",
"@wixc3/engine-runtime-node": "^43.0.2",
"@wixc3/patterns": "^15.3.1",
"@wixc3/patterns": "^16.0.0",
"@wixc3/resolve-directory-context": "^4.0.0",
"cors": "^2.8.5",
"create-listening-server": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@wixc3/engine-core": "^43.0.2",
"@wixc3/engine-runtime-node": "^43.0.2",
"@wixc3/engine-scripts": "^43.0.2",
"@wixc3/testing-node": "^15.3.1",
"@wixc3/testing-node": "^16.0.0",
"create-temp-directory": "^2.4.0",
"is-ci": "^3.0.1",
"promise-assist": "^2.0.1",
Expand Down
Loading

0 comments on commit 17b16ed

Please sign in to comment.