build: updated deps

This commit is contained in:
Haoyu Xu
2025-11-16 17:07:51 +08:00
parent 23b1bd4feb
commit a448063384
8 changed files with 96 additions and 90 deletions

View File

@@ -19,11 +19,11 @@
"@aklive2d/postcss-config": "workspace:*",
"@aklive2d/showcase": "workspace:*",
"@aklive2d/vite-helpers": "workspace:*",
"jotai": "^2.15.0",
"jotai": "^2.15.1",
"lodash-es": "^4.17.21",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.9.3",
"react-router-dom": "^7.9.6",
"react-simple-typewriter": "^5.0.1",
"reset-css": "^5.0.2"
},
@@ -31,12 +31,12 @@
"typescript": ">=5.9.3"
},
"devDependencies": {
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react-swc": "^4.1.0",
"autoprefixer": "^10.4.20",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.2.2",
"autoprefixer": "^10.4.22",
"prop-types": "^15.8.1",
"sass": "^1.93.2",
"vite": "^7.1.9"
"sass": "^1.94.0",
"vite": "^7.2.2"
}
}

View File

@@ -16,7 +16,7 @@
"typescript": ">=5.9.3"
},
"devDependencies": {
"vite": "^7.1.9",
"vite": "^7.2.2",
"@aklive2d/postcss-config": "workspace:*",
"@aklive2d/config": "workspace:*",
"@aklive2d/libs": "workspace:*",