Skip to content

Commit

Permalink
fix(deps): update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent b167f6e commit 0c13dd7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@
"dependencies": {
"@react-three/drei": "^9.88.7",
"@react-three/fiber": "^8.15.8",
"framer-motion": "^11.0.0",
"framer-motion": "^12.0.0",
"material-symbols": "^0.26.0",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-parallax-tilt": "^1.7.172",
"sharp": "^0.33.0-alpha.9",
"three": "^0.170.0",
"typescript": "^5.2.2"
},
"devDependencies": {
"@playwright/test": "1.48.2",
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/node": "22.10.9",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/three": "0.170.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.17",
"eslint": "9.18.0",
"eslint-config-next": "15.1.6",
"postcss": "8.4.49",
"prettier": "3.3.3",
"tailwindcss": "3.4.14"
"tailwindcss": "4.0.0"
}
}

0 comments on commit 0c13dd7

Please sign in to comment.