Skip to content

Commit c6df656

Browse files
atrakhConvex, Inc.
authored andcommitted
bump nextjs patch version (#44268)
GitOrigin-RevId: 9161aa57255ad238600afbf6a4b0cfed36d1dd5e
1 parent 063ec9d commit c6df656

File tree

14 files changed

+312
-312
lines changed

14 files changed

+312
-312
lines changed

npm-packages/common/config/rush/common-versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@
101101
* These are for private-demos/nextjs-15-app to closely match
102102
* npx create-next-app@latest next-15-app
103103
*/
104-
"next": ["^15.5.7"],
105-
"react": ["^19.2.1", "^18.3.1"],
106-
"react-dom": ["^19.2.1", "^18.3.1"],
104+
"next": ["^15.5.8"],
105+
"react": ["^19.2.2", "^18.3.1"],
106+
"react-dom": ["^19.2.2", "^18.3.1"],
107107
//"typescript": ["^5"],
108108
"@types/node": ["^20", "^22.5.4"],
109109
"@types/react": ["^18", "^18.3.17", "^18.2.65"],

npm-packages/common/config/rush/pnpm-lock.yaml

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

npm-packages/dashboard-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"peerDependencies": {
1414
"@radix-ui/react-icons": "~1.3.0",
1515
"convex": "workspace:*",
16-
"next": "^15.5.7",
16+
"next": "^15.5.8",
1717
"next-themes": "~0.4.0",
1818
"react": "^18.0.0",
1919
"react-dom": "^18.0.0",

npm-packages/dashboard-self-hosted/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@radix-ui/react-icons": "~1.3.0",
1717
"convex": "workspace:*",
1818
"dashboard-common": "workspace:*",
19-
"next": "^15.5.7",
19+
"next": "^15.5.8",
2020
"next-themes": "~0.4.0",
2121
"react": "^18.0.0",
2222
"react-dom": "^18.0.0",

npm-packages/dashboard-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@convex-dev/design-system": "workspace:*",
1212
"dashboard": "workspace:*",
1313
"dashboard-common": "workspace:*",
14-
"next": "^15.5.7",
14+
"next": "^15.5.8",
1515
"next-themes": "~0.4.0",
1616
"vite": "^6.4.1",
1717
"react": "^18.0.0",

npm-packages/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"formik": "^2.4.6",
4343
"launchdarkly-react-client-sdk": "^3.0.4",
4444
"lodash": "~4.17.21",
45-
"next": "^15.5.7",
45+
"next": "^15.5.8",
4646
"nprogress": "~0.2.0",
4747
"react": "^18.0.0",
4848
"react-day-picker": "~9.11.1",

npm-packages/demos/nextjs-app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"react": "^18.0.0",
1616
"react-dom": "^18.0.0",
17-
"next": "^15.5.7",
17+
"next": "^15.5.8",
1818
"convex": "workspace:*",
1919
"prettier": "3.6.2"
2020
},

npm-packages/demos/nextjs-pages-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint": "eslint ."
1313
},
1414
"dependencies": {
15-
"next": "^15.5.7",
15+
"next": "^15.5.8",
1616
"react": "^18.0.0",
1717
"react-dom": "^18.0.0",
1818
"convex": "workspace:*",

npm-packages/private-demos/nextjs-15-app-clerk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"@clerk/clerk-react": "^5.20.0",
1313
"@clerk/nextjs": "^6.23.3",
1414
"convex": "workspace:*",
15-
"next": "^15.5.7",
16-
"react": "^19.2.1",
17-
"react-dom": "^19.2.1",
15+
"next": "^15.5.8",
16+
"react": "^19.2.2",
17+
"react-dom": "^19.2.2",
1818
"eslint-plugin-react-hooks": "^5.2.0",
1919
"@next/eslint-plugin-next": "~15.1.0"
2020
},

npm-packages/private-demos/nextjs-15-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"convex": "workspace:*",
13-
"next": "^15.5.7",
14-
"react": "^19.2.1",
15-
"react-dom": "^19.2.1",
13+
"next": "^15.5.8",
14+
"react": "^19.2.2",
15+
"react-dom": "^19.2.2",
1616
"autoprefixer": "^10.4.13",
1717
"postcss": "^8.4.19",
1818
"tailwindcss": "^3.2.4"

0 commit comments

Comments
 (0)