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 74b2ed4 commit c47b5cbCopy full SHA for c47b5cb
integration-tests/typescript-nextjs/package.json
@@ -11,14 +11,14 @@
11
"validate": "tsc -p ./tsconfig.json"
12
},
13
"dependencies": {
14
- "next": "14.2.5",
15
- "react": "^18.3.1",
16
- "react-dom": "^18.3.1"
+ "next": "15.3.1",
+ "react": "19.1.0",
+ "react-dom": "19.1.0"
17
18
"devDependencies": {
19
- "@types/node": "^22.4.0",
20
- "@types/react": "^18.3.3",
21
- "@types/react-dom": "^18.3.0",
22
- "typescript": "^5.5.4"
+ "@types/node": "^22.14.1",
+ "@types/react": "^19.1.2",
+ "@types/react-dom": "^19.1.2",
+ "typescript": "^5.8.3"
23
}
24
integration-tests/typescript-nextjs/src/lib/api/list/route.ts
integration-tests/typescript-nextjs/src/lib/index.ts
0 commit comments