Skip to content

Commit

Permalink
feat(deps): update deps
Browse files Browse the repository at this point in the history
- Update @react-three/drei from ^9.97.0 to ^9.105.2
- Update @react-three/fiber from ^8.15.16 to ^8.16.1
- Update @vercel/analytics from ^1.1.2 to ^1.2.2
- Update @vercel/speed-insights from ^1.0.9 to ^1.0.10
- Update esbuild from ^0.20.0 to ^0.20.2
- Update framer-motion from ^11.0.3 to ^11.0.25
- Update mdx-bundler from ^10.0.1 to ^10.0.2
- Update million from ^3.0.2 to ^3.0.6
- Update next from ^14.1.0 to ^14.1.4
- Update next-themes from ^0.2.1 to ^0.3.0
- Update three from ^0.161.0 to ^0.163.0
- Update three-stdlib from ^2.29.4 to ^2.29.6
- Update @types/lodash from ^4.14.202 to ^4.17.0
- Update @types/node from ^20.11.16 to ^20.12.5
- Update @types/react from ^18.2.52 to ^18.2.74
- Update @types/react-dom from ^18.2.18 to ^18.2.24
- Update @types/three from ^0.161.2 to ^0.163.0
- Update autoprefixer from ^10.4.17 to ^10.4.19
- Update eslint from ^8.56.0 to ^9.0.0
- Update eslint-config-next from ^14.1.0 to ^14.1.4
- Update postcss from ^8.4.33 to ^8.4.38
- Update prettier from 3.2.4 to 3.2.5
- Update prettier-plugin-tailwindcss from 0.5.11 to 0.5.13
- Update release-it from ^17.0.3 to ^17.1.1
- Update tailwindcss from ^3.4.1 to ^3.4.3
- Update typescript from ^5.3.3 to ^5.4.4
  • Loading branch information
FradSer committed Apr 8, 2024
1 parent 39d3dca commit 167f121
Show file tree
Hide file tree
Showing 2 changed files with 2,791 additions and 1,412 deletions.
62 changes: 36 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,46 +16,56 @@
"release": "release-it"
},
"dependencies": {
"@react-three/drei": "^9.97.0",
"@react-three/fiber": "^8.15.16",
"@react-three/drei": "^9.105.2",
"@react-three/fiber": "^8.16.1",
"@react-three/xr": "^5.7.1",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.9",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"classnames": "^2.5.1",
"esbuild": "^0.20.0",
"framer-motion": "^11.0.3",
"esbuild": "^0.20.2",
"framer-motion": "^11.0.25",
"gray-matter": "^4.0.3",
"html2canvas": "^1.4.1",
"leva": "^0.9.35",
"lodash": "^4.17.21",
"mdx-bundler": "^10.0.1",
"million": "^3.0.2",
"next": "^14.1.0",
"next-themes": "^0.2.1",
"mdx-bundler": "^10.0.2",
"million": "^3.0.6",
"next": "^14.1.4",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scroll": "^1.9.0",
"three": "^0.161.0",
"three-stdlib": "^2.29.4"
"three": "^0.163.0",
"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.14.202",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react-scroll": "^1.8.10",
"@types/three": "^0.161.2",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"postcss": "^8.4.33",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"release-it": "^17.0.3",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
"@types/three": "^0.163.0",
"@typescript-eslint/eslint-plugin": "^6.4.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",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.13",
"release-it": "^17.1.1",
"tailwindcss": "^3.4.3",
"typescript": "*",
"typescript-eslint": "^7.5.0"
},
"packageManager": "yarn@4.1.1"
}
Loading

0 comments on commit 167f121

Please sign in to comment.