Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .pnp.cjs
100755 → 100644

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

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/fsevents-patch-6b67494872-10c0.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion ps5-mqtt/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"watch": "rspack build --mode development --watch"
},
"devDependencies": {
"@rspack/cli": "^2.0.8",
"@rspack/cli": "^2.1.3",
"@rspack/core": "^2.0.8",
"@rspack/dev-server": "^2.0.3",
"@rspack/plugin-react-refresh": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion ps5-mqtt/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@jest/globals": "30.4.1",
"@rspack/cli": "^2.0.8",
"@rspack/cli": "^2.1.3",
"@rspack/core": "^2.0.8",
"@types/debug": "^4.1.13",
"@types/express": "^4.17.25",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ps5-mqtt/client@workspace:ps5-mqtt/client"
dependencies:
"@rspack/cli": "npm:^2.0.8"
"@rspack/cli": "npm:^2.1.3"
"@rspack/core": "npm:^2.0.8"
"@rspack/dev-server": "npm:^2.0.3"
"@rspack/plugin-react-refresh": "npm:^2.0.2"
Expand Down Expand Up @@ -1203,7 +1203,7 @@ __metadata:
dependencies:
"@jest/globals": "npm:30.4.1"
"@reduxjs/toolkit": "npm:^2.12.0"
"@rspack/cli": "npm:^2.0.8"
"@rspack/cli": "npm:^2.1.3"
"@rspack/core": "npm:^2.0.8"
"@types/debug": "npm:^4.1.13"
"@types/express": "npm:^4.17.25"
Expand Down Expand Up @@ -1425,9 +1425,9 @@ __metadata:
languageName: node
linkType: hard

"@rspack/cli@npm:^2.0.8":
version: 2.0.8
resolution: "@rspack/cli@npm:2.0.8"
"@rspack/cli@npm:^2.1.3":
version: 2.1.3
resolution: "@rspack/cli@npm:2.1.3"
peerDependencies:
"@rspack/core": ^2.0.0-0
"@rspack/dev-server": ^2.0.0-0
Expand All @@ -1436,7 +1436,7 @@ __metadata:
optional: true
bin:
rspack: ./bin/rspack.js
checksum: 10c0/7b4928a82ce0d9346c0c9cf8f80ff6d7b1196a6a9e8425523215b1287c36199a9d4117c4aed494d381a988d86f292086e544d6fe248024a15baef33134bf9e85
checksum: 10c0/15f96011cc131cb7c5d688d81a81c5933ece72cd3a2f37a032d5e578d88f2271a7c3e46d3ea25659fe422fbe3d0e6d81a6caf69ea598305f47d15099462dbda0
languageName: node
linkType: hard

Expand Down
Loading