Skip to content

Commit 31822e6

Browse files
committed
⬆️ (package.json): Update dependencies to latest versions for improved functionality and security
The dependencies in the package.json file have been updated to
1 parent 8317af5 commit 31822e6

File tree

2 files changed

+2159
-2469
lines changed

2 files changed

+2159
-2469
lines changed

package.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -29,63 +29,63 @@
2929
"lint": "eslint --cache . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
3030
"lint:fix": "pnpm run lint --fix",
3131
"preview": "vite preview",
32-
"prepare": "husky install"
32+
"prepare": "husky"
3333
},
3434
"dependencies": {
3535
"@chakra-ui/react": "^2.8.2",
36-
"@emotion/react": "^11.11.4",
37-
"@emotion/styled": "^11.11.5",
36+
"@emotion/react": "^11.13.3",
37+
"@emotion/styled": "^11.13.0",
3838
"@fingerprintjs/fingerprintjs": "3.4.2",
39-
"@formkit/auto-animate": "^0.8.1",
40-
"@hookform/resolvers": "^3.3.4",
41-
"@lottiefiles/react-lottie-player": "^3.5.3",
42-
"@tanstack/react-query": "^5.29.0",
43-
"@tsparticles/engine": "^3.3.0",
44-
"@tsparticles/preset-links": "^3.0.2",
39+
"@formkit/auto-animate": "^0.8.2",
40+
"@hookform/resolvers": "^3.9.0",
41+
"@lottiefiles/react-lottie-player": "^3.5.4",
42+
"@tanstack/react-query": "^5.52.0",
43+
"@tsparticles/engine": "^3.5.0",
44+
"@tsparticles/preset-links": "^3.1.0",
4545
"@tsparticles/react": "^3.0.0",
46-
"@vercel/analytics": "^1.2.2",
46+
"@vercel/analytics": "^1.3.1",
4747
"axios": "^1.7.4",
48-
"clsx": "^2.1.0",
48+
"clsx": "^2.1.1",
4949
"date-fns": "^3.6.0",
50-
"framer-motion": "^11.0.25",
51-
"jotai": "^2.7.2",
52-
"nanoid": "^5.0.6",
53-
"qs": "^6.12.0",
54-
"react": "^18.2.0",
55-
"react-dom": "^18.2.0",
50+
"framer-motion": "^11.3.29",
51+
"jotai": "^2.9.3",
52+
"nanoid": "^5.0.7",
53+
"qs": "^6.13.0",
54+
"react": "^18.3.1",
55+
"react-dom": "^18.3.1",
5656
"react-error-boundary": "^4.0.13",
57-
"react-hook-form": "^7.51.2",
58-
"react-icons": "^5.0.1",
59-
"react-router-dom": "^6.22.3",
60-
"sass": "^1.74.1",
57+
"react-hook-form": "^7.52.2",
58+
"react-icons": "^5.3.0",
59+
"react-router-dom": "^6.26.1",
60+
"sass": "^1.77.8",
6161
"yup": "^1.4.0"
6262
},
6363
"devDependencies": {
6464
"@hookform/devtools": "^4.3.1",
65-
"@tanstack/eslint-plugin-query": "^5.28.11",
66-
"@tanstack/react-query-devtools": "^5.29.0",
67-
"@types/node": "^20.12.5",
68-
"@types/qs": "^6.9.14",
69-
"@types/react": "^18.2.74",
70-
"@types/react-dom": "^18.2.24",
71-
"@typescript-eslint/eslint-plugin": "^7.5.0",
72-
"@typescript-eslint/parser": "^7.5.0",
73-
"@vitejs/plugin-react": "^4.2.1",
65+
"@tanstack/eslint-plugin-query": "^5.52.0",
66+
"@tanstack/react-query-devtools": "^5.52.0",
67+
"@types/node": "^20.16.1",
68+
"@types/qs": "^6.9.15",
69+
"@types/react": "^18.3.4",
70+
"@types/react-dom": "^18.3.0",
71+
"@typescript-eslint/eslint-plugin": "^7.18.0",
72+
"@typescript-eslint/parser": "^7.18.0",
73+
"@vitejs/plugin-react": "^4.3.1",
7474
"eslint": "^8.57.0",
7575
"eslint-config-prettier": "^9.1.0",
7676
"eslint-import-resolver-typescript": "^3.6.1",
7777
"eslint-plugin-import": "^2.29.1",
78-
"eslint-plugin-prettier": "^5.1.3",
79-
"eslint-plugin-react": "^7.34.1",
80-
"eslint-plugin-react-hooks": "^4.6.0",
81-
"eslint-plugin-react-refresh": "^0.4.6",
82-
"husky": "^9.0.11",
78+
"eslint-plugin-prettier": "^5.2.1",
79+
"eslint-plugin-react": "^7.35.0",
80+
"eslint-plugin-react-hooks": "^4.6.2",
81+
"eslint-plugin-react-refresh": "^0.4.10",
82+
"husky": "^9.1.5",
8383
"jotai-devtools": "^0.8.0",
84-
"lint-staged": "^15.2.2",
85-
"prettier": "^3.2.5",
84+
"lint-staged": "^15.2.9",
85+
"prettier": "^3.3.3",
8686
"rollup-plugin-visualizer": "^5.12.0",
87-
"typescript": "^5.4.4",
88-
"vite": "^5.2.8",
87+
"typescript": "^5.5.4",
88+
"vite": "^5.4.2",
8989
"vite-plugin-pwa": "^0.19.8",
9090
"vite-tsconfig-paths": "^4.3.2"
9191
}

0 commit comments

Comments
 (0)