Skip to content

Commit 43decd4

Browse files
committed
Bump frontend dependency versions in .pages
Update several frontend dependencies in .pages/package.json: framer-motion to ^12.40.0, fuse.js to ^7.4.1, lucide-react to ^1.17.0, next to 16.2.7, postcss to ^8.5.15, and react/react-dom to 19.2.7. These bumps bring minor/patch updates for bug fixes and compatibility.
1 parent eb57c02 commit 43decd4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pages/package.json

Lines changed: 7 additions & 7 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.38.0",
15-
"fuse.js": "^7.3.0",
14+
"framer-motion": "^12.40.0",
15+
"fuse.js": "^7.4.1",
1616
"gray-matter": "^4.0.3",
17-
"lucide-react": "^1.16.0",
18-
"next": "16.2.6",
17+
"lucide-react": "^1.17.0",
18+
"next": "16.2.7",
1919
"next-themes": "^0.4.6",
20-
"postcss": "^8.5.14",
21-
"react": "19.2.6",
22-
"react-dom": "19.2.6",
20+
"postcss": "^8.5.15",
21+
"react": "19.2.7",
22+
"react-dom": "19.2.7",
2323
"prismjs": "^1.30.0",
2424
"remark": "^15.0.1",
2525
"remark-html": "^16.0.1"

0 commit comments

Comments
 (0)