Skip to content

Commit 466f89c

Browse files
committed
fix: deps
1 parent 26240b7 commit 466f89c

File tree

2 files changed

+30
-60
lines changed

2 files changed

+30
-60
lines changed

integration-tests/typescript-nextjs/package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,20 @@
1111
"validate": "tsc -p ./tsconfig.json"
1212
},
1313
"dependencies": {
14-
"@nahkies/typescript-nextjs-runtime": "*",
14+
"@nahkies/typescript-fetch-runtime": "workspace:*",
15+
"@nahkies/typescript-nextjs-runtime": "workspace:*",
16+
"joi": "^18.0.2",
1517
"next": "^16.1.0",
1618
"react": "^19.1.0",
17-
"react-dom": "^19.1.0"
19+
"react-dom": "^19.1.0",
20+
"tslib": "^2.8.1",
21+
"zod": "^3.25.74"
22+
1823
},
1924
"devDependencies": {
2025
"@types/node": "^22.16.0",
2126
"@types/react": "^19.1.8",
2227
"@types/react-dom": "^19.1.6",
23-
"typescript": "^5.8.3"
28+
"typescript": "^5.9.3"
2429
}
2530
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)