chore(typia): bump 8.0.3 (#1024)
* chore(typia): bump 8.0.3 * chore: changeset * fix: review * fix: patch * Update packages/typia-validator/package.json Co-authored-by: Jonathan Haines <jonno.haines@gmail.com> --------- Co-authored-by: Jonathan Haines <jonno.haines@gmail.com>pull/1025/head
parent
783a082c12
commit
4f17829191
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@hono/typia-validator': patch
|
||||
---
|
||||
|
||||
Include `typia@8` as a peer dependency
|
|
@ -43,13 +43,13 @@
|
|||
"homepage": "https://github.com/honojs/middleware",
|
||||
"peerDependencies": {
|
||||
"hono": ">=3.9.0",
|
||||
"typia": "^7.0.0"
|
||||
"typia": "^7.0.0 || ^8.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"hono": "^3.11.7",
|
||||
"rimraf": "^5.0.5",
|
||||
"typescript": "^5.4.0",
|
||||
"typia": "^7.3.0",
|
||||
"typia": "^8.0.3",
|
||||
"vitest": "^3.0.8"
|
||||
}
|
||||
}
|
||||
|
|
56
yarn.lock
56
yarn.lock
|
@ -3045,11 +3045,11 @@ __metadata:
|
|||
hono: "npm:^3.11.7"
|
||||
rimraf: "npm:^5.0.5"
|
||||
typescript: "npm:^5.4.0"
|
||||
typia: "npm:^7.3.0"
|
||||
typia: "npm:^8.0.3"
|
||||
vitest: "npm:^3.0.8"
|
||||
peerDependencies:
|
||||
hono: ">=3.9.0"
|
||||
typia: ^7.0.0
|
||||
typia: ^7.0.0 || ^8.0.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
@ -4548,13 +4548,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@samchon/openapi@npm:^2.1.2":
|
||||
version: 2.1.2
|
||||
resolution: "@samchon/openapi@npm:2.1.2"
|
||||
checksum: 3f4cdcaad90b67e90104282c950fc86cd67981bf1b5a15b08a8521358687dc5afcd24540b41b0e0f4807ba0a3ed75008777a91ae12abfde6f809a601f8515881
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@samchon/openapi@npm:^2.4.2":
|
||||
version: 2.5.3
|
||||
resolution: "@samchon/openapi@npm:2.5.3"
|
||||
|
@ -4562,6 +4555,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@samchon/openapi@npm:^3.0.0":
|
||||
version: 3.1.0
|
||||
resolution: "@samchon/openapi@npm:3.1.0"
|
||||
checksum: b4321a8cf768fe3edb753f7f1bcd0c921a265dd53a1e92aaf32a0e3b2c69a134ff99a7520539df4d907090d074d2a3d160deeec2eec6fb8dbd8d0a220d44ed5a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@samverschueren/stream-to-observable@npm:^0.3.0, @samverschueren/stream-to-observable@npm:^0.3.1":
|
||||
version: 0.3.1
|
||||
resolution: "@samverschueren/stream-to-observable@npm:0.3.1"
|
||||
|
@ -18741,25 +18741,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typia@npm:^7.3.0":
|
||||
version: 7.3.0
|
||||
resolution: "typia@npm:7.3.0"
|
||||
dependencies:
|
||||
"@samchon/openapi": "npm:^2.1.2"
|
||||
commander: "npm:^10.0.0"
|
||||
comment-json: "npm:^4.2.3"
|
||||
inquirer: "npm:^8.2.5"
|
||||
package-manager-detector: "npm:^0.2.0"
|
||||
randexp: "npm:^0.5.3"
|
||||
peerDependencies:
|
||||
"@samchon/openapi": ">=2.1.2 <3.0.0"
|
||||
typescript: ">=4.8.0 <5.8.0"
|
||||
bin:
|
||||
typia: lib/executable/typia.js
|
||||
checksum: 5ef80aa41238ef082c3a73feaa6d59039a0298f3a93d52a725a22b7aa3a2437cc015f9c122a4e43188deb2b0422b8d3bb64f2e010be2f4dad64ee3bfc91d0717
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typia@npm:^7.6.0":
|
||||
version: 7.6.4
|
||||
resolution: "typia@npm:7.6.4"
|
||||
|
@ -18779,6 +18760,25 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typia@npm:^8.0.3":
|
||||
version: 8.0.3
|
||||
resolution: "typia@npm:8.0.3"
|
||||
dependencies:
|
||||
"@samchon/openapi": "npm:^3.0.0"
|
||||
commander: "npm:^10.0.0"
|
||||
comment-json: "npm:^4.2.3"
|
||||
inquirer: "npm:^8.2.5"
|
||||
package-manager-detector: "npm:^0.2.0"
|
||||
randexp: "npm:^0.5.3"
|
||||
peerDependencies:
|
||||
"@samchon/openapi": ">=3.0.0 <4.0.0"
|
||||
typescript: ">=4.8.0 <5.9.0"
|
||||
bin:
|
||||
typia: lib/executable/typia.js
|
||||
checksum: fdcb2286575a47ce7b0a685d1828c91caee90f205b7d1f83c68b32b48cdd81235e6fe624a7f784a4d8eb31c141c42318d365f6a79c216d7cbf5a193f431b1a77
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ufo@npm:^1.5.4":
|
||||
version: 1.5.4
|
||||
resolution: "ufo@npm:1.5.4"
|
||||
|
|
Loading…
Reference in New Issue