Skip to content

Commit

Permalink
feat(deps): update deps
Browse files Browse the repository at this point in the history
This commit updates several package dependencies across `dependencies` and `devDependencies` to their newer versions. Notable updates include:

- `@react-three/drei` from `^9.105.2` to `^9.105.4`
- `@react-three/fiber` from `^8.16.1` to `^8.16.2`
- `framer-motion` from `^11.0.25` to `^11.0.28`
- `next` from `^14.1.4` to `^14.2.1`
- Various `@types` packages such as `@types/node`, `@types/react`, and `@types/react-dom` have been updated to their latest patch versions.
- Several ESLint related packages, including `eslint`, `eslint-config-next`, and `@typescript-eslint/eslint-plugin`, have been updated to enhance linting capabilities.

These updates are aimed at maintaining project compatibility with the latest features and bug fixes provided by the libraries, enhancing the stability and performance of the application.
  • Loading branch information
FradSer committed Apr 14, 2024
1 parent 09b8253 commit 6c80f1b
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 1,302 deletions.
23 changes: 0 additions & 23 deletions eslint.config.js

This file was deleted.

33 changes: 12 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"release": "release-it"
},
"dependencies": {
"@react-three/drei": "^9.105.2",
"@react-three/fiber": "^8.16.1",
"@react-three/drei": "^9.105.4",
"@react-three/fiber": "^8.16.2",
"@react-three/xr": "^5.7.1",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"classnames": "^2.5.1",
"esbuild": "^0.20.2",
"framer-motion": "^11.0.25",
"framer-motion": "^11.0.28",
"gray-matter": "^4.0.3",
"html2canvas": "^1.4.1",
"leva": "^0.9.35",
"lodash": "^4.17.21",
"mdx-bundler": "^10.0.2",
"million": "^3.0.6",
"next": "^14.1.4",
"next": "^14.2.1",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -39,33 +39,24 @@
"three-stdlib": "^2.29.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.0.0",
"@release-it/conventional-changelog": "^8.0.1",
"@serverless-guru/prettier-plugin-import-order": "^0.4.2",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@types/react-scroll": "^1.8.10",
"@types/three": "^0.163.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.0.1",
"eslint-config-next": "^14.1.4",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.1",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.13",
"release-it": "^17.1.1",
"release-it": "^17.2.0",
"tailwindcss": "^3.4.3",
"typescript": "*",
"typescript-eslint": "^7.5.0"
"typescript": "^5.4.5"
},
"packageManager": "yarn@4.1.1"
}
Loading

0 comments on commit 6c80f1b

Please sign in to comment.