Skip to content

Commit 3434c62

Browse files
fix(deps): update dependency next to v15 [security]
1 parent e1723fd commit 3434c62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@louffee/ui": "workspace:*",
13-
"next": "^14",
13+
"next": "^15.5.10",
1414
"react": "^18",
1515
"react-dom": "^18",
1616
"@radix-ui/react-slot": "^1",

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@storybook/test": "^8",
2222
"class-variance-authority": "^0.7.0",
2323
"clsx": "^2.1.0",
24-
"next": "^14",
24+
"next": "^15.5.10",
2525
"react": "^18",
2626
"react-dom": "^18",
2727
"sonner": "^1.4.2",

apps/www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@formatjs/intl-localematcher": "^0.5.4",
1717
"@hookform/resolvers": "^3",
1818
"cuid": "^3",
19-
"next": "^14",
19+
"next": "^15.5.10",
2020
"react": "^18",
2121
"react-dom": "^18",
2222
"@radix-ui/react-slot": "^1",

0 commit comments

Comments
 (0)