Skip to content

Commit e47e8e4

Browse files
committed
Update to Next 15
1 parent 4b44fa1 commit e47e8e4

File tree

2 files changed

+592
-5
lines changed

2 files changed

+592
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"deploy": "next build && touch out/.nojekyll && git add out/ && git commit -m \"Deploy\" && git subtree push --prefix out origin gh-pages"
77
},
88
"dependencies": {
9-
"react": "19.0.0-rc-cd22717c-20241013",
10-
"react-dom": "19.0.0-rc-cd22717c-20241013",
11-
"next": "15.0.0-canary.196"
9+
"react": "19.0.0-rc-69d4b800-20241021",
10+
"react-dom": "19.0.0-rc-69d4b800-20241021",
11+
"next": "15.0.1"
1212
},
1313
"devDependencies": {
1414
"typescript": "^5",
1515
"@types/node": "^20",
16-
"@types/react": "^18",
17-
"@types/react-dom": "^18"
16+
"@types/react": "npm:types-react@19.0.0-rc.1",
17+
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
1818
}
1919
}

0 commit comments

Comments
 (0)