Skip to content

Commit

Permalink
chore: upgrade packages 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Christopher Tanhar committed Jan 12, 2025
1 parent 8cb0374 commit 4f64097
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 373 deletions.
7 changes: 7 additions & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ const nextConfig = async (
},
},
},
optimizePackageImports: [
'react-intersection-observer',
'framer-motion',
'@react-three/fiber',
'@react-three/drei',
'motion',
],
},
images: {
remotePatterns: [
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-three/drei": "^9.120.6",
"@react-three/drei": "^9.120.8",
"@react-three/fiber": "9.0.0-rc.1",
"@serwist/next": "^9.0.11",
"axios": "^1.7.9",
Expand Down Expand Up @@ -101,8 +101,8 @@
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@inquirer/prompts": "^7.2.1",
"@eslint/js": "^9.18.0",
"@inquirer/prompts": "^7.2.2",
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@netlify/plugin-nextjs": "^5.9.3",
Expand All @@ -128,7 +128,7 @@
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.14",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.4",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/three": "^0.172.0",
Expand All @@ -148,7 +148,7 @@
"cypress": "^13.17.0",
"daisyui": "^4.12.23",
"esbuild": "^0.24.2",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.10.0",
Expand All @@ -162,7 +162,7 @@
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"lint-staged": "^15.3.0",
"local-cypress": "^1.2.6",
"mdx-bundler": "^10.0.3",
Expand Down
Loading

0 comments on commit 4f64097

Please sign in to comment.