mirror of
https://github.com/tiennm99/gomoku.git
synced 2026-09-02 14:20:24 +00:00
chore: bump vite 8, protobufjs 8, protobufjs-cli 2, phaser 4 (align with burkozel) (#19)
- vite ^6.3.1 -> ^8.0.14 (security patches: path traversal CVE) - phaser ^3.87.0 -> ^4.1.0 - protobufjs ^7.5.8 -> ^8.4.2 - protobufjs-cli ^1.2.1 -> ^2.4.2 (required peer for protobufjs v8) Build verified clean: vite build emits dist/ in 1.35s, no code changes needed. Aligns client deps with sister repo burkozel which shipped these bumps earlier.
This commit is contained in:
Generated
+562
-853
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -10,11 +10,11 @@
|
||||
"proto:gen": "pbjs -t static-module -w es6 -o src/generated/protocol.js ../common/proto/request.proto ../common/proto/response.proto && pbts -o src/generated/protocol.d.ts src/generated/protocol.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"phaser": "^3.87.0",
|
||||
"protobufjs": "^7.5.8"
|
||||
"phaser": "^4.1.0",
|
||||
"protobufjs": "^8.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"protobufjs-cli": "^1.2.1",
|
||||
"vite": "^6.3.1"
|
||||
"protobufjs-cli": "^2.4.2",
|
||||
"vite": "^8.0.14"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user