Skip to content

Commit e16d918

Browse files
authored
Upgrade next to v15 (#948)
1 parent 809114c commit e16d918

File tree

2 files changed

+426
-159
lines changed

2 files changed

+426
-159
lines changed

packages/website/package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
"@codemirror/lang-json": "6.0.1",
1616
"@codemirror/view": "6.34.3",
1717
"@headlessui/react": "2.2.0",
18-
"@types/react": "18.3.12",
19-
"@types/react-dom": "18.3.1",
18+
"@types/react": "npm:[email protected]",
19+
"@types/react-dom": "npm:[email protected].1",
2020
"@uiw/react-codemirror": "4.23.6",
2121
"clsx": "2.1.1",
22-
"next": "14.2.18",
22+
"next": "15.0.3",
2323
"next-themes": "0.4.3",
2424
"nextra": "3.2.3",
2525
"nextra-theme-docs": "3.2.3",
2626
"postcss": "8.4.49",
2727
"postcss-lightningcss": "1.0.1",
28-
"react": "18.3.1",
28+
"react": "19.0.0-rc-66855b96-20241106",
2929
"react-docgen": "workspace:7.1.0",
30-
"react-dom": "18.3.1",
30+
"react-dom": "19.0.0-rc-66855b96-20241106",
3131
"tailwindcss": "3.4.15"
3232
},
3333
"browserslist": [
@@ -58,5 +58,11 @@
5858
]
5959
}
6060
}
61+
},
62+
"pnpm": {
63+
"overrides": {
64+
"@types/react": "npm:[email protected]",
65+
"@types/react-dom": "npm:[email protected]"
66+
}
6167
}
6268
}

0 commit comments

Comments
 (0)