Skip to content

Commit eeecfe8

Browse files
committed
fix: align versions
1 parent d28459d commit eeecfe8

File tree

2 files changed

+14
-227
lines changed

2 files changed

+14
-227
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.2",
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0"
14+
"next": "14.2.5",
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^20.12.7",
20-
"@types/react": "^18.2.79",
21-
"@types/react-dom": "^18.2.25",
22-
"typescript": "^5"
19+
"@types/node": "^22.4.0",
20+
"@types/react": "^18.3.3",
21+
"@types/react-dom": "^18.3.0",
22+
"typescript": "^5.5.4"
2323
}
2424
}

yarn.lock

Lines changed: 7 additions & 220 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)