Skip to content

Commit de11b5b

Browse files
chore: upgraded dependencies
1 parent 31acfa0 commit de11b5b

File tree

16 files changed

+461
-1096
lines changed

16 files changed

+461
-1096
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
**/dist/
44
**/node_modules/
55
**/.env
6-
**/.env.development
7-
**/.env.production
86
**/.devmode.json

apps/client/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@
1616
"dependencies": {
1717
"@emotion/react": "^11.11.3",
1818
"@emotion/styled": "^11.11.0",
19-
"@mui/icons-material": "^5.15.10",
20-
"@mui/material": "^5.15.10",
19+
"@mui/icons-material": "^5.15.11",
20+
"@mui/material": "^5.15.11",
2121
"@tauri-apps/api": "^1.5.3",
2222
"@vitejs/plugin-react": "^4.2.1",
2323
"colyseus.js": "^0.15.18",
2424
"grid-engine": "^2.44.0",
25-
"i18next": "^23.9.0",
25+
"i18next": "^23.10.0",
2626
"mobx": "^6.12.0",
2727
"mobx-react-lite": "^4.0.5",
28-
"phaser": "^3.70.0",
28+
"phaser": "^3.80.0",
2929
"react": "^18.2.0",
3030
"react-dom": "^18.2.0",
3131
"react-i18next": "^14.0.5",
3232
"shared": "workspace:latest",
3333
"ts-pattern": "^5.0.8",
34-
"vite": "^5.1.3",
34+
"vite": "^5.1.4",
3535
"vitest": "^1.3.1",
3636
"zod": "^3.22.4"
3737
},
3838
"devDependencies": {
3939
"@babel/core": "^7.23.9",
4040
"@tauri-apps/cli": "^1.5.10",
41-
"@types/react": "^18.2.57",
41+
"@types/react": "^18.2.58",
4242
"@types/react-dom": "^18.2.19",
4343
"config-eslint": "workspace:latest",
4444
"config-typescript": "workspace:latest",
45-
"eslint": "^8.56.0",
46-
"happy-dom": "^13.3.8",
45+
"eslint": "^8.57.0",
46+
"happy-dom": "^13.6.0",
4747
"typescript": "^5.3.3"
4848
}
4949
}

0 commit comments

Comments
 (0)