Skip to content

Commit fa59dea

Browse files
upgrade deps
1 parent 836a4f4 commit fa59dea

4 files changed

Lines changed: 688 additions & 281 deletions

File tree

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"chevrotain": "^10.5.0",
2222
"cloudlogjs": "^1.0.11",
23-
"lodash": "^4.17.21",
23+
"lodash": "^4.17.23",
2424
"tsx": "^3.12.7"
2525
},
2626
"devDependencies": {

packages/webgal/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"@icon-park/react": "^1.4.2",
1414
"@reduxjs/toolkit": "^1.8.1",
1515
"angular-expressions": "^1.4.3",
16-
"axios": "^0.30.2",
16+
"axios": "^1.13.5",
1717
"cloudlogjs": "^1.0.9",
1818
"gifuct-js": "^2.1.2",
1919
"i18next": "^22.4.15",
2020
"localforage": "^1.10.0",
21-
"lodash": "^4.17.21",
21+
"lodash": "^4.17.23",
2222
"mitt": "^3.0.0",
2323
"modern-css-reset": "^1.4.0",
2424
"pixi-filters": "^4.2.0",
@@ -39,11 +39,11 @@
3939
"@types/react": "^17.0.33",
4040
"@types/react-dom": "^17.0.10",
4141
"@types/uuid": "^8.3.4",
42-
"@typescript-eslint/eslint-plugin": "^5.18.0",
43-
"@typescript-eslint/parser": "^5.18.0",
42+
"@typescript-eslint/eslint-plugin": "^8.0.0",
43+
"@typescript-eslint/parser": "^8.0.0",
4444
"@vitejs/plugin-react": "^4.0.4",
4545
"cross-env": "^7.0.3",
46-
"eslint": "^8.13.0",
46+
"eslint": "^9.26.0",
4747
"eslint-config-alloy": "^4.5.1",
4848
"eslint-config-prettier": "^8.5.0",
4949
"eslint-plugin-prettier": "^4.2.1",
@@ -53,7 +53,7 @@
5353
"rollup-plugin-visualizer": "^5.6.0",
5454
"typescript": "^4.5.4",
5555
"unplugin-info": "^1.2.2",
56-
"vite": "^4.5.5",
56+
"vite": "^5.4.21",
5757
"vite-plugin-compression": "^0.5.1"
5858
}
5959
}

packages/webgal/public/webgal-engine.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "webgal",
3-
"version": "4.5.17",
3+
"version": "4.5.18",
44
"type": "official",
5-
"webgalVersion": "4.5.17",
5+
"webgalVersion": "4.5.18",
66
"description": "界面美观、功能强大、易于开发的全新网页端视觉小说引擎",
77
"descriptions": {
88
"en": "A brand new web Visual Novel engine with a beautiful interface, powerful features, and easy development",

0 commit comments

Comments
 (0)