Skip to content

Commit ef7dcf8

Browse files
chore: update dependencies in package.json
- Bump versions for several dependencies including framer-motion lucide-react next next-intl react react-dom zustand and others. - Update devDependencies for @
1 parent 8880eb5 commit ef7dcf8

File tree

2 files changed

+434
-429
lines changed

2 files changed

+434
-429
lines changed

package.json

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,32 @@
1717
"@radix-ui/react-dialog": "^1.1.15",
1818
"@radix-ui/react-select": "^2.2.6",
1919
"@radix-ui/react-slider": "^1.3.6",
20-
"framer-motion": "^11.15.0",
21-
"lucide-react": "^0.468.0",
22-
"next": "^15.1.8",
23-
"next-intl": "^4.3.9",
24-
"react": "^19.0.0",
25-
"react-dom": "^19.0.0",
26-
"zustand": "^5.0.2"
20+
"framer-motion": "^12.23.22",
21+
"lucide-react": "^0.545.0",
22+
"next": "^15.5.4",
23+
"next-intl": "^4.3.11",
24+
"react": "^19.2.0",
25+
"react-dom": "^19.2.0",
26+
"zustand": "^5.0.8"
2727
},
2828
"devDependencies": {
2929
"@axe-core/playwright": "^4.10.2",
3030
"@eslint/eslintrc": "^3.3.1",
31-
"@playwright/test": "^1.55.1",
31+
"@playwright/test": "^1.56.0",
3232
"@tailwindcss/postcss": "^4.1.14",
33-
"@types/node": "^22.10.5",
34-
"@types/react": "^19.0.6",
35-
"@types/react-dom": "^19.0.2",
36-
"autoprefixer": "^10.4.20",
33+
"@types/node": "^24.7.0",
34+
"@types/react": "^19.2.2",
35+
"@types/react-dom": "^19.2.1",
36+
"autoprefixer": "^10.4.21",
3737
"axe-core": "^4.10.3",
38-
"eslint": "^9",
39-
"eslint-config-next": "^15.1.8",
40-
"postcss": "^8.4.49",
41-
"tailwindcss": "^4.0.0",
42-
"typescript": "^5.7.3"
38+
"eslint": "^9.37.0",
39+
"eslint-config-next": "^15.5.4",
40+
"postcss": "^8.5.6",
41+
"tailwindcss": "^4.1.14",
42+
"typescript": "^5.9.3"
4343
},
44-
"packageManager": "pnpm@10.17.1"
44+
"packageManager": "pnpm@10.17.1",
45+
"volta": {
46+
"node": "22.20.0"
47+
}
4548
}

0 commit comments

Comments
 (0)