Skip to content

Commit c5a81fc

Browse files
update to React 19 stable and Next 15.1
1 parent c94a87b commit c5a81fc

File tree

3 files changed

+210
-206
lines changed

3 files changed

+210
-206
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"date-fns": "^2.16.1",
3535
"debounce": "^1.2.1",
3636
"github-slugger": "^1.3.0",
37-
"next": "15.0.0-canary.46",
37+
"next": "15.1.0",
3838
"next-remote-watch": "^1.0.0",
3939
"parse-numeric-range": "^1.2.0",
40-
"react": "^19.0.0-rc-8971381549-20240625",
40+
"react": "^19.0.0",
4141
"react-collapsed": "4.0.4",
42-
"react-dom": "^19.0.0-rc-8971381549-20240625",
42+
"react-dom": "^19.0.0",
4343
"remark-frontmatter": "^4.0.1",
4444
"remark-gfm": "^3.0.1"
4545
},

0 commit comments

Comments
 (0)