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 8, 2024
1 parent b8fd174 commit 53d019d
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
40 changes: 20 additions & 20 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.47.2",
"@playwright/browser-chromium": "^1.48.0",
"@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.0",
"mocha": "^10.7.3",
"mocha-play": "^7.0.5",
"playwright-core": "^1.47.2",
"playwright-core": "^1.48.0",
"prettier": "^3.3.3",
"promise-assist": "^2.0.1",
"react": "^18.3.1",
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 @@ -25,7 +25,7 @@
"cleye": "^1.3.2",
"cors": "^2.8.5",
"create-listening-server": "^2.1.0",
"express": "^4.21.0",
"express": "^4.21.1",
"is-ci": "^3.0.1",
"promise-assist": "^2.0.1",
"socket.io": "^4.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/engineer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@wixc3/engine-scripts": "^47.4.2",
"@wixc3/patterns": "^17.1.1",
"commander": "^12.1.0",
"express": "^4.21.0",
"express": "^4.21.1",
"open": "^8.4.2",
"socket.io": "^4.8.0",
"webpack-dev-middleware": "^7.4.2"
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 @@ -18,7 +18,7 @@
"@wixc3/patterns": "^17.1.1",
"cors": "^2.8.5",
"create-listening-server": "^2.1.0",
"express": "^4.21.0",
"express": "^4.21.1",
"minimist": "^1.2.8",
"socket.io": "^4.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@wixc3/resolve-directory-context": "^4.0.0",
"body-parser": "^1.20.3",
"create-listening-server": "^2.1.0",
"express": "^4.21.0",
"express": "^4.21.1",
"semver": "^7.6.3",
"socket.io": "^4.8.0",
"type-fest": "^4.26.1"
Expand Down

0 comments on commit 53d019d

Please sign in to comment.