Skip to content

Commit 39f3870

Browse files
committed
Bump dependencies in .pages/package.json
Update several frontend dependencies to newer patch/minor releases for bug fixes and compatibility: framer-motion 12.23.26 → 12.29.2, lucide-react 0.562.0 → 0.563.0, next 16.1.0 → 16.1.6, react & react-dom 19.2.3 → 19.2.4, autoprefixer 10.4.23 → 10.4.24. No functional code changes included.
1 parent b05ccd3 commit 39f3870

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pages/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"dependencies": {
1212
"clsx": "^2.1.1",
1313
"critters": "^0.0.25",
14-
"framer-motion": "^12.23.26",
14+
"framer-motion": "^12.29.2",
1515
"fuse.js": "^7.1.0",
1616
"gray-matter": "^4.0.3",
17-
"lucide-react": "^0.562.0",
18-
"next": "16.1.0",
17+
"lucide-react": "^0.563.0",
18+
"next": "16.1.6",
1919
"next-themes": "^0.4.6",
2020
"postcss": "^8.5.6",
21-
"react": "19.2.3",
22-
"react-dom": "19.2.3",
21+
"react": "19.2.4",
22+
"react-dom": "19.2.4",
2323
"prismjs": "^1.30.0",
2424
"remark": "^15.0.1",
2525
"remark-html": "^16.0.1"
@@ -30,7 +30,7 @@
3030
"@types/react": "^19",
3131
"@types/react-dom": "^19",
3232
"@types/prismjs": "^1.26.5",
33-
"autoprefixer": "^10.4.23",
33+
"autoprefixer": "^10.4.24",
3434
"tailwindcss": "^4.1.18",
3535
"typescript": "^5"
3636
}

0 commit comments

Comments
 (0)