Skip to content

Commit 1876c5e

Browse files
committed
fix: align deps
1 parent c124581 commit 1876c5e

File tree

2 files changed

+9
-151
lines changed

2 files changed

+9
-151
lines changed

integration-tests/typescript-nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"validate": "tsc -p ./tsconfig.json"
1212
},
1313
"dependencies": {
14-
"next": "^15.3.1",
14+
"next": "^15.3.3",
1515
"react": "^19.1.0",
1616
"react-dom": "^19.1.0"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^22.15.3",
20-
"@types/react": "^19.1.2",
21-
"@types/react-dom": "^19.1.3",
19+
"@types/node": "^22.15.29",
20+
"@types/react": "^19.1.6",
21+
"@types/react-dom": "^19.1.5",
2222
"typescript": "^5.8.3"
2323
}
2424
}

yarn.lock

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

0 commit comments

Comments
 (0)