Skip to content

Commit

Permalink
⬆️ (package.json): Update dependencies to latest versions for improve…
Browse files Browse the repository at this point in the history
…d functionality and security

The dependencies in the package.json file have been updated to
  • Loading branch information
romantech committed Aug 22, 2024
1 parent 8317af5 commit 31822e6
Show file tree
Hide file tree
Showing 2 changed files with 2,159 additions and 2,469 deletions.
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,63 +29,63 @@
"lint": "eslint --cache . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "pnpm run lint --fix",
"preview": "vite preview",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fingerprintjs/fingerprintjs": "3.4.2",
"@formkit/auto-animate": "^0.8.1",
"@hookform/resolvers": "^3.3.4",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@tanstack/react-query": "^5.29.0",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/preset-links": "^3.0.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",
"@tsparticles/react": "^3.0.0",
"@vercel/analytics": "^1.2.2",
"@vercel/analytics": "^1.3.1",
"axios": "^1.7.4",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.0.25",
"jotai": "^2.7.2",
"nanoid": "^5.0.6",
"qs": "^6.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"framer-motion": "^11.3.29",
"jotai": "^2.9.3",
"nanoid": "^5.0.7",
"qs": "^6.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.2",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.3",
"sass": "^1.74.1",
"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"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@tanstack/eslint-plugin-query": "^5.28.11",
"@tanstack/react-query-devtools": "^5.29.0",
"@types/node": "^20.12.5",
"@types/qs": "^6.9.14",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.2.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",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"husky": "^9.0.11",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.10",
"husky": "^9.1.5",
"jotai-devtools": "^0.8.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-pwa": "^0.19.8",
"vite-tsconfig-paths": "^4.3.2"
}
Expand Down
Loading

0 comments on commit 31822e6

Please sign in to comment.