Skip to content

Commit c47b5cb

Browse files
committed
fix: adjust after rebase
1 parent 74b2ed4 commit c47b5cb

File tree

4 files changed

+15
-300
lines changed

4 files changed

+15
-300
lines changed

integration-tests/typescript-nextjs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"validate": "tsc -p ./tsconfig.json"
1212
},
1313
"dependencies": {
14-
"next": "14.2.5",
15-
"react": "^18.3.1",
16-
"react-dom": "^18.3.1"
14+
"next": "15.3.1",
15+
"react": "19.1.0",
16+
"react-dom": "19.1.0"
1717
},
1818
"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"
19+
"@types/node": "^22.14.1",
20+
"@types/react": "^19.1.2",
21+
"@types/react-dom": "^19.1.2",
22+
"typescript": "^5.8.3"
2323
}
2424
}

integration-tests/typescript-nextjs/src/lib/api/list/route.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

integration-tests/typescript-nextjs/src/lib/index.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)