chore: update deps and remove out-dated files

This commit is contained in:
Haoyu Xu
2024-10-10 15:01:55 +08:00
parent d2763f4fb2
commit 34ce23ae7f
22 changed files with 566 additions and 573 deletions

View File

@@ -18,37 +18,37 @@
"cf:download": "node aklive2d cf:download"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.35.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.40",
"postcss": "^8.4.47",
"prop-types": "^15.8.1",
"rollup": "^3.29.4",
"sass": "^1.77.8",
"stylelint": "^16.8.1",
"rollup": "^3.29.5",
"sass": "^1.79.4",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"vite": "^5.3.5",
"wrangler": "^3.71.0"
"vite": "^5.4.8",
"wrangler": "^3.80.2"
},
"dependencies": {
"@parcellab/react-use-umami": "^2.0.1",
"dotenv": "^16.4.5",
"jotai": "^2.9.1",
"jotai": "^2.10.0",
"jsdom": "^22.1.0",
"node-fetch": "^3.3.2",
"p-throttle": "^6.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-refresh": "^0.14.2",
"react-router-dom": "^6.26.0",
"react-router-dom": "^6.26.2",
"react-simple-typewriter": "^5.0.1",
"reset-css": "^5.0.2",
"sharp": "^0.32.6",
"yaml": "^2.5.0"
"yaml": "^2.5.1"
}
}