Skip to content

Commit 14c0922

Browse files
committed
fixup! wip
1 parent 80bb31d commit 14c0922

13 files changed

Lines changed: 125 additions & 141 deletions

File tree

design-system/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/react": "^19.2.14",
2525
"@types/react-dom": "^19.2.3",
2626
"@types/tinycolor2": "^1.4.3",
27-
"next": "^15.5.15",
27+
"next": "^15.5.16",
2828
"react": "^19.2.5",
2929
"react-dom": "^19.2.5",
3030
"tinycolor2": "^1.4.2"

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"globby": "^14.0.0",
4040
"js-yaml": "^4.1.0",
4141
"lodash.debounce": "^4.0.8",
42-
"next": "^15.5.15",
42+
"next": "^15.5.16",
4343
"next-compose-plugins": "^2.2.1",
4444
"prism-react-renderer": "^2.0.0",
4545
"react": "^19.2.5",

examples/custom-admin-ui-logo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@keystone-6/core": "^6.5.2",
1414
"@keystone-ui/core": "^5.0.2",
1515
"@prisma/client": "5.19.0",
16-
"next": "^15.5.15",
16+
"next": "^15.5.16",
1717
"react": "^19.2.5",
1818
"react-dom": "^19.2.5"
1919
},

examples/custom-admin-ui-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@keystone-6/core": "^6.5.2",
1414
"@keystone-ui/core": "^5.0.2",
1515
"@prisma/client": "5.19.0",
16-
"next": "^15.5.15",
16+
"next": "^15.5.16",
1717
"react": "^19.2.5",
1818
"react-dom": "^19.2.5"
1919
},

examples/custom-field-view/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@keystone-ui/fields": "^7.2.0",
1818
"@keystone-ui/icons": "^6.0.2",
1919
"@prisma/client": "5.19.0",
20-
"next": "^15.5.15",
20+
"next": "^15.5.16",
2121
"react": "^19.2.5",
2222
"react-dom": "^19.2.5"
2323
},

examples/custom-output-paths/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@keystone-6/core": "^6.5.2",
1414
"@prisma/client": "5.19.0",
15-
"next": "^15.5.15",
15+
"next": "^15.5.16",
1616
"react": "^19.2.5",
1717
"react-dom": "^19.2.5"
1818
},

examples/document-field-customisation/nextjs-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@keystone-6/document-renderer": "^1.1.2",
1414
"@preconstruct/next": "^4.0.0",
1515
"graphql": "^16.8.1",
16-
"next": "^15.5.15",
16+
"next": "^15.5.16",
1717
"react": "^19.2.5",
1818
"react-dom": "^19.2.5"
1919
},

examples/document-field/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@keystone-6/fields-document": "^9.1.1",
1717
"@preconstruct/next": "^4.0.0",
1818
"@prisma/client": "5.19.0",
19-
"next": "^15.5.15",
19+
"next": "^15.5.16",
2020
"react": "^19.2.5",
2121
"react-dom": "^19.2.5"
2222
},

examples/framework-nextjs-app-directory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"graphql": "^16.8.1",
2424
"graphql-request": "^5.0.0",
2525
"graphql-yoga": "^3.1.0",
26-
"next": "^15.5.15",
26+
"next": "^15.5.16",
2727
"react": "^19.2.5",
2828
"react-dom": "^19.2.5"
2929
},

examples/framework-nextjs-pages-directory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"graphql": "^16.8.1",
2323
"graphql-request": "^5.0.0",
2424
"graphql-yoga": "^3.1.0",
25-
"next": "^15.5.15",
25+
"next": "^15.5.16",
2626
"react": "^19.2.5",
2727
"react-dom": "^19.2.5"
2828
},

0 commit comments

Comments
 (0)