Skip to content

Commit b3d61a9

Browse files
fix(devdeps): update nextjs monorepo to v15.4.1
1 parent ba34b02 commit b3d61a9

File tree

4 files changed

+207
-252
lines changed

4 files changed

+207
-252
lines changed

examples/next-app-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@ultraviolet/form": "workspace:*",
1717
"@ultraviolet/icons": "workspace:*",
1818
"@ultraviolet/ui": "workspace:*",
19-
"next": "15.3.5",
19+
"next": "15.4.1",
2020
"react": "19.1.0",
2121
"react-dom": "19.1.0"
2222
},
@@ -26,7 +26,7 @@
2626
"@types/react": "19.1.8",
2727
"@types/react-dom": "19.1.6",
2828
"eslint": "9.31.0",
29-
"eslint-config-next": "15.3.5",
29+
"eslint-config-next": "15.4.1",
3030
"typescript": "5.8.3"
3131
}
3232
}

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@ultraviolet/form": "workspace:*",
2323
"@ultraviolet/icons": "workspace:*",
2424
"@ultraviolet/ui": "workspace:*",
25-
"next": "15.3.5",
25+
"next": "15.4.1",
2626
"react": "19.1.0",
2727
"react-dom": "19.1.0",
2828
"react-schemaorg": "2.0.0",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@ultraviolet/icons": "workspace:*",
9595
"@ultraviolet/themes": "workspace:*",
9696
"deepmerge": "4.3.1",
97-
"next": "15.3.5",
97+
"next": "15.4.1",
9898
"react-select": "5.10.0",
9999
"react-toastify": "11.0.5",
100100
"react-use-clipboard": "1.0.9",

0 commit comments

Comments
 (0)