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 0a5ae33 commit dab33a9Copy full SHA for dab33a9
integration-tests/test-apps/nextjs/package.json
@@ -9,9 +9,9 @@
9
"lint": "next lint"
10
},
11
"dependencies": {
12
- "react": "19.0.0-rc-69d4b800-20241021",
13
- "react-dom": "19.0.0-rc-69d4b800-20241021",
14
- "next": "15.0.1"
+ "react": "19.0.0-rc-02c0e824-20241028",
+ "react-dom": "19.0.0-rc-02c0e824-20241028",
+ "next": "15.0.2"
15
16
"devDependencies": {
17
"@codecov/nextjs-webpack-plugin": "workspace:^",
@@ -20,6 +20,6 @@
20
"@types/react": "^18",
21
"@types/react-dom": "^18",
22
"eslint": "^8",
23
- "eslint-config-next": "15.0.1"
+ "eslint-config-next": "15.0.2"
24
}
25
0 commit comments