Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
median-dxz committed Jan 21, 2025
1 parent 2aab099 commit 343b369
Show file tree
Hide file tree
Showing 7 changed files with 747 additions and 936 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@
"tsc:clean": "rimraf ./.tsbuildinfo"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@vitest/coverage-v8": "2.1.8",
"@eslint/js": "^9.18.0",
"@vitest/coverage-v8": "3.0.2",
"commander": "^13.0.0",
"concurrently": "^9.1.2",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.3",
"eslint": "^9.18.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"lint-staged": "^15.4.1",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.7",
"vitest": "2.1.8"
"vitest": "3.0.2"
},
"engines": {
"node": ">=20.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"pet-helper"
],
"devDependencies": {
"happy-dom": "^16.3.0"
"happy-dom": "^16.6.0"
},
"dependencies": {
"rxjs": "^7.8.1"
Expand Down
14 changes: 7 additions & 7 deletions packages/launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@emotion/css": "^11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.3.1",
"@mui/x-data-grid": "^7.23.5",
"@mui/icons-material": "^6.4.0",
"@mui/material": "^6.4.0",
"@mui/x-data-grid": "^7.24.0",
"@reduxjs/toolkit": "^2.5.0",
"@sea/core": "workspace:*",
"@sea/mod-resolver": "workspace:*",
Expand All @@ -30,7 +30,7 @@
"dequal": "^2.0.3",
"immer": "^10.1.1",
"nanoclamp": "^2.0.12",
"notistack": "^3.0.1",
"notistack": "^3.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
Expand All @@ -42,11 +42,11 @@
"devDependencies": {
"@sea/mod-type": "workspace:*",
"@sea/server": "workspace:*",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/react-transition-group": "^4.4.12",
"@vitejs/plugin-react-swc": "^3.7.2",
"vite-plugin-inspect": "^0.10.6",
"vite-plugin-inspect": "^10.0.7",
"vite-plugin-pwa": "^0.21.1"
}
}
2 changes: 1 addition & 1 deletion packages/launcher/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { seac } from '@sea/core';
import { PetFragmentLevelDifficulty as Difficulty } from '@sea/core';

export const VERSION = '0.9.1';
export const VERSION = '0.10.0';
export const CORE_VERSION: typeof seac.version = '1.0.0';
export const IS_DEV = import.meta.env.DEV;
export const CMD_MASK = [
Expand Down
11 changes: 0 additions & 11 deletions packages/launcher/src/features/initializer/slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,17 +125,6 @@ startAppListening({
battle$.end.on(() => api.dispatch(launcher.fightEnd()));

// register socket events for packet capture

// wrapperFactory('addCmdListener', (cmd, callback) => {
// if (state !== 'capturing' || CmdMask.includes(cmd)) return;
// capturedPkgFactory(setCapture, { cmd, type: 'AddListener', data: callback });
// });

// wrapperFactory('removeCmdListener', (cmd, callback) => {
// if (state !== 'capturing' || CmdMask.includes(cmd)) return;
// capturedPkgFactory(setCapture, { cmd, type: 'RemoveListener', data: callback });
// });

socket$.send.on(({ cmd, data }) => {
api.dispatch(
packetCapture.onSocketEvent({
Expand Down
16 changes: 8 additions & 8 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"dependencies": {
"@fastify/cors": "^10.0.2",
"@fastify/env": "^5.0.2",
"@fastify/middie": "^9.0.2",
"@fastify/multipart": "^9.0.1",
"@fastify/one-line-logger": "^2.0.1",
"@fastify/static": "^8.0.3",
"@fastify/websocket": "^11.0.1",
"@fastify/middie": "^9.0.3",
"@fastify/multipart": "^9.0.2",
"@fastify/one-line-logger": "^2.0.2",
"@fastify/static": "^8.0.4",
"@fastify/websocket": "^11.0.2",
"@sea/mod-resolver": "workspace:*",
"@trpc/server": "11.0.0-rc.682",
"close-with-grace": "^2.1.0",
"close-with-grace": "^2.2.0",
"fastify": "^5.2.1",
"fastify-type-provider-zod": "^4.0.2",
"http-proxy-middleware": "^3.0.3",
Expand All @@ -37,8 +37,8 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@swc/core": "^1.10.4",
"@types/node": "^22.10.5",
"@swc/core": "^1.10.8",
"@types/node": "^22.10.7",
"@yao-pkg/pkg": "^6.2.0",
"esbuild": "0.24.2",
"form-data": "^4.0.1",
Expand Down
Loading

0 comments on commit 343b369

Please sign in to comment.