We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b44fa1 commit e47e8e4Copy full SHA for e47e8e4
package.json
@@ -6,14 +6,14 @@
6
"deploy": "next build && touch out/.nojekyll && git add out/ && git commit -m \"Deploy\" && git subtree push --prefix out origin gh-pages"
7
},
8
"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"
+ "react": "19.0.0-rc-69d4b800-20241021",
+ "react-dom": "19.0.0-rc-69d4b800-20241021",
+ "next": "15.0.1"
12
13
"devDependencies": {
14
"typescript": "^5",
15
"@types/node": "^20",
16
- "@types/react": "^18",
17
- "@types/react-dom": "^18"
+ "@types/react": "npm:types-react@19.0.0-rc.1",
+ "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
18
}
19
0 commit comments