Skip to content

Commit

Permalink
⬆️ 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
zty012 committed Nov 23, 2024
1 parent 0cb7d52 commit 017a842
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 51 deletions.
8 changes: 4 additions & 4 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";
import pluginReact from "eslint-plugin-react";
import eslintPluginPrettier from "eslint-plugin-prettier";
import globals from "globals";
import tseslint from "typescript-eslint";

export default [
{
Expand All @@ -18,7 +18,7 @@ export default [
...tseslint.configs.recommended,
pluginReact.configs.flat.recommended,
pluginReact.configs.flat["jsx-runtime"],
eslintPluginPrettier.configs.recommended,
eslintPluginPrettierRecommended,
// 2024/10/23 这里的rules不能写在上面,否则会被覆盖
{
rules: {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@tauri-apps/plugin-os": "^2.0.0",
"@tauri-apps/plugin-shell": "2.0.0-rc.1",
"@tauri-apps/plugin-store": "^2.1.0",
"i18next": "^23.16.5",
"lucide-react": "^0.441.0",
"i18next": "^24.0.0",
"lucide-react": "^0.460.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.1",
"react-router-dom": "^6.28.0",
"react-router-dom": "^7.0.1",
"tauri-plugin-gamepad-api": "^0.0.4"
},
"devDependencies": {
Expand All @@ -54,7 +54,7 @@
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"uuid": "^10.0.0",
"uuid": "^11.0.3",
"vite": "^5.4.11",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^2.1.5"
Expand Down
116 changes: 73 additions & 43 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 017a842

Please sign in to comment.