Skip to content

Commit f667d34

Browse files
authored
Update local next version (#1478)
1 parent 5bd385c commit f667d34

File tree

10 files changed

+41
-46
lines changed

10 files changed

+41
-46
lines changed

design-system/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"clipboard-copy": "^4.0.1",
2929
"emery": "^1.4.1",
3030
"esbuild": "^0.14.53",
31-
"next": "~15.1.9",
31+
"next": "~15.1.10",
3232
"parse-numeric-range": "^1.3.0",
3333
"prism-react-renderer": "^1.3.3",
3434
"react": "^19.0.0",

design-system/pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@
15771577
"@types/facepaint": "^1.2.2",
15781578
"@types/react-dom": "^19.0.3",
15791579
"lucide-static": "^0.314.0",
1580-
"next": "~15.1.9",
1580+
"next": "~15.1.10",
15811581
"react": "^19.0.0",
15821582
"react-dom": "^19.0.0",
15831583
"svgo": "^3.3.2",

dev-projects/localization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react-dom": "^19.0.3",
1818
"eslint": "^8.18.0",
1919
"eslint-config-next": "^12.1.6",
20-
"next": "~15.1.9",
20+
"next": "~15.1.10",
2121
"react": "^19.0.0",
2222
"react-dom": "^19.0.0",
2323
"typescript": "^5.5.3"

dev-projects/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@ts-gql/compiler": "^0.16.7",
2626
"@ts-gql/next": "^17.0.1",
27-
"next": "~15.1.9",
27+
"next": "~15.1.10",
2828
"tsx": "^4.8.2",
2929
"typescript": "^5.5.3"
3030
}

dev-projects/next-blocks-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@keystatic/next": "workspace:^",
1414
"@tailwindcss/container-queries": "^0.1.1",
1515
"@tailwindcss/typography": "^0.5.9",
16-
"next": "~15.1.9",
16+
"next": "~15.1.10",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0"
1919
},

dev-projects/next-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@ts-gql/compiler": "^0.16.7",
2424
"@ts-gql/next": "^17.0.1",
25-
"next": "~15.1.9",
25+
"next": "~15.1.10",
2626
"tsx": "^4.8.2",
2727
"typescript": "^5.5.3"
2828
}

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/react": "^19.0.8",
2929
"@types/react-dom": "^19.0.3",
3030
"emery": "^1.4.1",
31-
"next": "~15.1.9",
31+
"next": "~15.1.10",
3232
"react": "^19.0.0",
3333
"react-dom": "^19.0.0",
3434
"react-focus-lock": "^2.9.4",

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@keystatic/core": "workspace:^",
30-
"next": "~15.1.9",
30+
"next": "~15.1.10",
3131
"react": "^19.0.0",
3232
"react-dom": "^19.0.0"
3333
},

pnpm-lock.yaml

Lines changed: 32 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@keystatic/core": "workspace:^",
1717
"@keystatic/next": "workspace:^",
1818
"@markdoc/markdoc": "^0.4.0",
19-
"next": "~15.1.9",
19+
"next": "~15.1.10",
2020
"react": "^19.0.0",
2121
"react-dom": "^19.0.0"
2222
},

0 commit comments

Comments
 (0)