Skip to content

Commit

Permalink
chore(deps): upgrade to latest stable
Browse files Browse the repository at this point in the history
and regenerate lock file
  • Loading branch information
AviVahl committed Oct 26, 2024
1 parent 9858c9d commit a767779
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 61 deletions.
114 changes: 60 additions & 54 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@file-services/memory": "^9.4.1",
"@file-services/types": "^9.4.1",
"@playwright/browser-chromium": "^1.48.1",
"@playwright/browser-chromium": "^1.48.2",
"@stylable/cli": "^6.1.1",
"@stylable/webpack-plugin": "^6.1.1",
"@types/chai": "^4.3.20",
Expand Down Expand Up @@ -64,7 +64,7 @@
"html-webpack-plugin": "^5.6.3",
"mocha": "^10.7.3",
"mocha-play": "^7.0.5",
"playwright-core": "^1.48.1",
"playwright-core": "^1.48.2",
"prettier": "^3.3.3",
"promise-assist": "^2.0.1",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@wixc3/isomorphic-worker": "^1.2.5",
"@wixc3/patterns": "^17.1.1",
"promise-assist": "^2.0.1",
"socket.io-client": "^4.8.0",
"socket.io-client": "^4.8.1",
"typescript-type-utils": "^0.1.0"
},
"files": [
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 @@ -28,7 +28,7 @@
"express": "^4.21.1",
"is-ci": "^3.0.1",
"promise-assist": "^2.0.1",
"socket.io": "^4.8.0"
"socket.io": "^4.8.1"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/engineer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"commander": "^12.1.0",
"express": "^4.21.1",
"open": "^8.4.2",
"socket.io": "^4.8.0",
"socket.io": "^4.8.1",
"webpack-dev-middleware": "^7.4.2"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"create-listening-server": "^2.1.0",
"express": "^4.21.1",
"minimist": "^1.2.8",
"socket.io": "^4.8.0"
"socket.io": "^4.8.1"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"create-listening-server": "^2.1.0",
"express": "^4.21.1",
"semver": "^7.6.3",
"socket.io": "^4.8.0",
"socket.io": "^4.8.1",
"type-fest": "^4.26.1"
},
"files": [
Expand Down

0 comments on commit a767779

Please sign in to comment.