Skip to content

Commit

Permalink
⬆️ 升级依赖
Browse files Browse the repository at this point in the history
- Vite: 6.0.3
- React: 19.0.1

💥 重大更改

- Recoil -> Jotai
- React -> React SWC
  • Loading branch information
zty012 committed Dec 7, 2024
1 parent 8c5e240 commit e1c9527
Show file tree
Hide file tree
Showing 11 changed files with 1,245 additions and 879 deletions.
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,53 +10,54 @@
"tauri": "tauri",
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "vitest"
"test": "vitest",
"format": "prettier --write ./src"
},
"dependencies": {
"@generouted/react-router": "^1.19.9",
"@octokit/rest": "^21.0.2",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-fs": "^2.0.2",
"@tauri-apps/plugin-fs": "^2.0.3",
"@tauri-apps/plugin-http": "^2.0.1",
"@tauri-apps/plugin-os": "^2.0.0",
"@tauri-apps/plugin-shell": "2.0.0-rc.1",
"@tauri-apps/plugin-shell": "2.0.1",
"@tauri-apps/plugin-store": "^2.1.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": "^7.0.1",
"tauri-plugin-gamepad-api": "^0.0.4"
"i18next": "^24.0.5",
"lucide-react": "^0.468.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.1.3",
"react-router-dom": "^7.0.2",
"tauri-plugin-gamepad-api": "^0.0.5"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@tauri-apps/cli": "^2.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.12.0",
"globals": "^15.13.0",
"jotai": "^2.10.3",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"recoil": "^0.7.7",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"uuid": "^11.0.3",
"vite": "^5.4.11",
"vite": "^6.0.3",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit e1c9527

Please sign in to comment.