Skip to content

Commit a2117c3

Browse files
renovate[bot]scaleway-botmatthprost
authored
fix(devdeps): update nextjs monorepo to v15.5.6 (#5711)
* fix(devdeps): update nextjs monorepo to v15.5.6 * chore: add changeset renovate-fe1c790 --------- 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 1741fc6 commit a2117c3

File tree

5 files changed

+90
-241
lines changed

5 files changed

+90
-241
lines changed

.changeset/renovate-fe1c790.md

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

examples/next-app-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@ultraviolet/icons": "workspace:*",
1818
"@ultraviolet/nextjs": "workspace:*",
1919
"@ultraviolet/ui": "workspace:*",
20-
"next": "15.5.4",
20+
"next": "15.5.6",
2121
"react": "19.2.0",
2222
"react-dom": "19.2.0"
2323
},
@@ -27,7 +27,7 @@
2727
"@types/react": "19.2.2",
2828
"@types/react-dom": "19.2.2",
2929
"eslint": "9.37.0",
30-
"eslint-config-next": "15.5.4",
30+
"eslint-config-next": "15.5.6",
3131
"typescript": "5.9.3"
3232
}
3333
}

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.5.4",
25+
"next": "15.5.6",
2626
"react": "19.2.0",
2727
"react-dom": "19.2.0",
2828
"react-schemaorg": "2.0.0",

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@emotion/react": "11.14.0",
6565
"@emotion/styled": "11.14.1",
6666
"@ultraviolet/ui": "workspace:*",
67-
"next": "15.5.4",
67+
"next": "15.5.6",
6868
"react": "19.2.0",
6969
"react-dom": "19.2.0"
7070
}

0 commit comments

Comments
 (0)