Skip to content

Commit ad1d4f5

Browse files
renovate[bot]scaleway-botmatthprost
authored
fix(devdeps): update nextjs monorepo to v15.4.1 (#5369)
* fix(devdeps): update nextjs monorepo to v15.4.1 * chore: add changeset renovate-84e5263 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Scaleway Bot <[email protected]> Co-authored-by: Matthias Prost <[email protected]>
1 parent e2fea6c commit ad1d4f5

File tree

5 files changed

+213
-252
lines changed

5 files changed

+213
-252
lines changed

.changeset/renovate-84e5263.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@ultraviolet/ui': patch
3+
---
4+
5+
Updated dependency `next` to `15.4.1`.
6+
Updated dependency `eslint-config-next` to `15.4.1`.

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)