Skip to content

Commit

Permalink
⬆️ (package.json): upgrade multiple dependencies (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
romantech authored Jan 20, 2025
1 parent ba02fda commit 9227781
Show file tree
Hide file tree
Showing 7 changed files with 1,380 additions and 3,149 deletions.
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,61 +32,61 @@
"prepare": "husky"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@chakra-ui/react": "^2.10.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fingerprintjs/fingerprintjs": "3.4.2",
"@formkit/auto-animate": "^0.8.2",
"@hookform/resolvers": "^3.9.0",
"@lottiefiles/react-lottie-player": "^3.5.4",
"@tanstack/react-query": "^5.52.0",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/preset-links": "^3.1.0",
"@hookform/resolvers": "^3.10.0",
"@lottiefiles/react-lottie-player": "^3.6.0",
"@tanstack/react-query": "^5.64.2",
"@tsparticles/engine": "^3.7.1",
"@tsparticles/preset-links": "^3.2.0",
"@tsparticles/react": "^3.0.0",
"@vercel/analytics": "^1.3.1",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"axios": "^1.7.4",
"axios": "^1.7.9",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.29",
"jotai": "^2.9.3",
"framer-motion": "^11.18.1",
"jotai": "^2.11.0",
"nanoid": "^5.0.9",
"qs": "^6.13.0",
"qs": "^6.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.52.2",
"react-icons": "^5.3.0",
"react-router-dom": "^6.26.1",
"sass": "^1.77.8",
"yup": "^1.4.0"
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"react-router-dom": "^6.28.2",
"sass": "^1.83.4",
"yup": "^1.6.1"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@tanstack/eslint-plugin-query": "^5.52.0",
"@tanstack/react-query-devtools": "^5.52.0",
"@types/node": "^20.16.1",
"@types/qs": "^6.9.15",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@hookform/devtools": "^4.3.3",
"@tanstack/eslint-plugin-query": "^5.64.2",
"@tanstack/react-query-devtools": "^5.64.2",
"@types/node": "^20.17.14",
"@types/qs": "^6.9.18",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.10",
"husky": "^9.1.5",
"eslint-plugin-react-refresh": "^0.4.18",
"husky": "^9.1.7",
"jotai-devtools": "^0.8.0",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"lint-staged": "^15.4.1",
"prettier": "^3.4.2",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.5.4",
"vite": "^5.4.6",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.19.8",
"vite-tsconfig-paths": "^4.3.2"
}
Expand Down
Loading

0 comments on commit 9227781

Please sign in to comment.