Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@nahkies/typescript-express-runtime": "workspace:*",
"@nahkies/typescript-fetch-runtime": "workspace:*",
"@nahkies/typescript-koa-runtime": "workspace:*",
"axios": "^1.15.2",
"axios": "catalog:",
"express": "^5.2.1",
"koa": "^3.2.1",
"zod": "^4.3.6"
Expand Down
18 changes: 9 additions & 9 deletions integration-tests/typescript-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
},
"private": true,
"dependencies": {
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/forms": "^22.0.0",
"@angular/platform-browser": "^22.0.0",
"@angular/router": "^22.0.0",
"@angular/common": "catalog:",
"@angular/compiler": "catalog:",
"@angular/core": "catalog:",
"@angular/forms": "catalog:",
"@angular/platform-browser": "catalog:",
"@angular/router": "catalog:",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^22.0.3",
"@angular/cli": "^22.0.3",
"@angular/compiler-cli": "^22.0.0",
"@angular/build": "catalog:",
"@angular/cli": "catalog:",
"@angular/compiler-cli": "catalog:",
"jsdom": "^29.1.1",
"typescript": "catalog:",
"vitest": "catalog:"
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/typescript-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"@nahkies/typescript-axios-runtime": "workspace:*",
"axios": "^1.15.2",
"axios": "catalog:",
"dotenv": "^17.4.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/node": "catalog:",
"@types/node": "^22.20.0",
"typescript": "catalog:"
}
}
2 changes: 1 addition & 1 deletion integration-tests/typescript-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/node": "catalog:",
"@types/node": "^22.20.0",
"typescript": "catalog:"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
},
"devDependencies": {
"@arethetypeswrong/core": "catalog:",
"@biomejs/biome": "2.5.0",
"@biomejs/js-api": "4.0.0",
"@biomejs/wasm-nodejs": "2.5.0",
"@biomejs/biome": "catalog:",
"@biomejs/js-api": "catalog:",
"@biomejs/wasm-nodejs": "catalog:",
"@commander-js/extra-typings": "catalog:",
"@lerna-lite/cli": "^5.3.0",
"@lerna-lite/publish": "^5.3.0",
"@lerna-lite/version": "^5.3.0",
"@lerna-lite/cli": "catalog:",
"@lerna-lite/publish": "catalog:",
"@lerna-lite/version": "catalog:",
"@tsconfig/node24": "^24.0.4",
"@tsconfig/strictest": "^2.0.8",
"@types/node": "catalog:",
"@types/node": "^22.20.0",
"@vitest/coverage-v8": "catalog:",
"ajv": "^8.20.0",
"ajv-draft-04": "^1.0.0",
"ajv-formats": "^3.0.1",
"commander": "catalog:",
"conventional-changelog-conventionalcommits": "^9.3.1",
"conventional-changelog-conventionalcommits": "catalog:",
"husky": "^9.1.7",
"json5": "^2.2.3",
"prettier": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@types/lodash": "^4.17.24",
"@types/node": "catalog:",
"@types/node": "^22.20.0",
"@types/react": "catalog:",
"@types/react-dom": "^19.2.3",
"gh-pages": "^6.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/openapi-code-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
"vitest": "catalog:"
},
"dependencies": {
"@biomejs/biome": "2.5.0",
"@biomejs/js-api": "4.0.0",
"@biomejs/wasm-nodejs": "2.5.0",
"@biomejs/biome": "catalog:",
"@biomejs/js-api": "catalog:",
"@biomejs/wasm-nodejs": "catalog:",
"@commander-js/extra-typings": "catalog:",
"ajv": "^8.20.0",
"ajv-draft-04": "^1.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import path from "node:path"
import yaml from "js-yaml"
import * as yaml from "js-yaml"
import json5 from "json5"
import type {IFsAdaptor} from "../file-system/fs-adaptor.ts"
import {logger} from "../logger.ts"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import path from "node:path"
import yaml from "js-yaml"
import * as yaml from "js-yaml"
import {vi} from "vitest"
import {NodeFsAdaptor} from "../core/file-system/node-fs-adaptor.ts"
import {Input, type InputConfig} from "../core/input.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-axios-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@nahkies/typescript-common-runtime": "workspace:^",
"axios": "^1.15.2",
"axios": "catalog:",
"tsdown": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-express-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"cors": "^2.8.5",
"express": "^5.1.0",
"joi": "^17.13.3 || ^18.0.1",
"zod": "^3.25.74 || ^4.1.12"
"zod": "^4.3.6"
},
"peerDependenciesMeta": {
"joi": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-fetch-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"peerDependencies": {
"joi": "^17.13.3 || ^18.0.1",
"zod": "^3.25.74 || ^4.1.12"
"zod": "^4.3.6"
},
"peerDependenciesMeta": {
"joi": {
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-koa-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"@koa/router": "^15.5.0",
"joi": "^17.13.3 || ^18.0.1",
"koa": "^3.2.0",
"koa-body": "^7.0.1",
"zod": "^3.25.74 || ^4.1.12"
"koa-body": "^7.0.1 || ^8.0.0",
"zod": "^4.3.6"
},
"peerDependenciesMeta": {
"joi": {
Expand Down
Loading
Loading