Skip to content

Commit 80816da

Browse files
fix(deps): update dependency typia to v8.0.1 (#1723)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 94f74c7 commit 80816da

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

bun.lock

Lines changed: 3 additions & 3 deletions
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",
@@ -69,7 +69,7 @@
6969
"ts-runtime-checks": "0.6.3",
7070
"type-predicate-generator": "1.0.3",
7171
"typescript": "5.6.3",
72-
"typia": "8.0.0",
72+
"typia": "8.0.1",
7373
"undici": "7.4.0",
7474
"unknownutil": "3.18.1",
7575
"valibot": "0.42.1",
@@ -1543,7 +1543,7 @@
15431543

15441544
"typescript": ["typescript@5.6.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw=="],
15451545

1546-
"typia": ["typia@8.0.0", "", { "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-ulYqugl0rXStArmFBxTxwC796gW4KkRas7wy7hOYwtRulxfBOJlurZMZ9MA8lN9LrgOpX/bnW0bW3w75ws6wIA=="],
1546+
"typia": ["typia@8.0.1", "", { "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-g+oA+ayBP+yv2Cx+RdWR4V54CLL11lQCiwLWF5ux47kw0WHcuitrFNedcuo7NcPloAA26cPshShNcTs91Z0sDw=="],
15471547

15481548
"typical": ["typical@7.3.0", "", {}, "sha512-ya4mg/30vm+DOWfBg4YK3j2WD6TWtRkCbasOJr40CseYENzCUby/7rIvXA99JGsQHeNxLbnXdyLLxKSv3tauFw=="],
15491549

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"ts-runtime-checks": "0.6.3",
9797
"type-predicate-generator": "1.0.3",
9898
"typescript": "5.6.3",
99-
"typia": "8.0.0",
99+
"typia": "8.0.1",
100100
"undici": "7.4.0",
101101
"unknownutil": "3.18.1",
102102
"valibot": "0.42.1",

0 commit comments

Comments
 (0)