mirror of
https://github.com/tiennm99/gomoku.git
synced 2026-07-17 04:17:40 +00:00
Bumps the minor-and-patch group with 4 updates in the /client directory: [phaser](https://github.com/phaserjs/phaser), [protobufjs](https://github.com/protobufjs/protobuf.js), [protobufjs-cli](https://github.com/protobufjs/protobuf.js) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `phaser` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/phaserjs/phaser/releases) - [Changelog](https://github.com/phaserjs/phaser/blob/master/CHANGELOG.md) - [Commits](https://github.com/phaserjs/phaser/compare/v4.1.0...v4.2.0) Updates `protobufjs` from 8.4.2 to 8.6.5 - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v8.4.2...protobufjs-v8.6.5) Updates `protobufjs-cli` from 2.4.2 to 2.5.6 - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v2.4.2...protobufjs-cli-v2.5.6) Updates `vite` from 8.1.2 to 8.1.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.1.3/packages/vite) --- updated-dependencies: - dependency-name: phaser dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: protobufjs dependency-version: 8.6.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: protobufjs-cli dependency-version: 2.5.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: vite dependency-version: 8.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
548 B
JSON
21 lines
548 B
JSON
{
|
|
"name": "gomoku-client",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"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": "^4.2.0",
|
|
"protobufjs": "^8.6.5"
|
|
},
|
|
"devDependencies": {
|
|
"protobufjs-cli": "^2.5.6",
|
|
"vite": "^8.1.3"
|
|
}
|
|
}
|