Skip to content

Commit 769316f

Browse files
fix(deps): update dependency typia to v8.1.0 (#1772)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 940fb9e commit 769316f

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

bun.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lockfileVersion": 0,
2+
"lockfileVersion": 1,
33
"workspaces": {
44
"": {
55
"name": "typescript-runtime-type-benchmarks",
@@ -71,7 +71,7 @@
7171
"ts-runtime-checks": "0.6.3",
7272
"type-predicate-generator": "1.0.3",
7373
"typescript": "5.6.3",
74-
"typia": "8.0.4",
74+
"typia": "8.1.0",
7575
"undici": "7.6.0",
7676
"unknownutil": "3.18.1",
7777
"valibot": "1.0.0",
@@ -1551,7 +1551,7 @@
15511551

15521552
"typescript": ["[email protected]", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw=="],
15531553

1554-
"typia": ["typia@8.0.4", "", { "dependencies": { "@samchon/openapi": "^3.0.0", "commander": "^10.0.0", "comment-json": "^4.2.3", "inquirer": "^8.2.5", "package-manager-detector": "^0.2.0", "randexp": "^0.5.3" }, "peerDependencies": { "typescript": ">=4.8.0 <5.9.0" }, "bin": { "typia": "lib/executable/typia.js" } }, "sha512-JPCqinM0PJzQ4DrCqewlQ5YuPAGlAMhEUrMH2iCx67XDRByNxCYgljOau5gWOfkx3ecIi6PfMlmCYPv4RuHRPQ=="],
1554+
"typia": ["typia@8.1.0", "", { "dependencies": { "@samchon/openapi": "^3.2.2", "commander": "^10.0.0", "comment-json": "^4.2.3", "inquirer": "^8.2.5", "package-manager-detector": "^0.2.0", "randexp": "^0.5.3" }, "peerDependencies": { "typescript": ">=4.8.0 <5.9.0" }, "bin": { "typia": "lib/executable/typia.js" } }, "sha512-CEP1/vTeU70lEtyoEhJv9NX2pyY+fFZE8Yy0ONDhTS9cREYchZqcpISncjAsuSFH4QH+hu9vkfnOVJTtEMpqLA=="],
15551555

15561556
"typical": ["[email protected]", "", {}, "sha512-ya4mg/30vm+DOWfBg4YK3j2WD6TWtRkCbasOJr40CseYENzCUby/7rIvXA99JGsQHeNxLbnXdyLLxKSv3tauFw=="],
15571557

package-lock.json

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"ts-runtime-checks": "0.6.3",
9999
"type-predicate-generator": "1.0.3",
100100
"typescript": "5.6.3",
101-
"typia": "8.0.4",
101+
"typia": "8.1.0",
102102
"undici": "7.6.0",
103103
"unknownutil": "3.18.1",
104104
"valibot": "1.0.0",

0 commit comments

Comments
 (0)