Skip to content

Commit 8a87a51

Browse files
fix(deps): update dependency typescript to v5.8.2
1 parent a2420b0 commit 8a87a51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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",
@@ -67,7 +67,7 @@
6767
"ts-node": "10.9.2",
6868
"ts-runtime-checks": "0.6.3",
6969
"type-predicate-generator": "1.0.3",
70-
"typescript": "5.6.3",
70+
"typescript": "5.8.2",
7171
"typia": "7.6.4",
7272
"undici": "7.4.0",
7373
"unknownutil": "3.18.1",
@@ -1528,7 +1528,7 @@
15281528

15291529
"type-predicate-generator": ["type-predicate-generator@1.0.3", "", { "dependencies": { "command-line-args": "^6.0.1", "typescript": ">=5.7.0 <5.8.0" }, "bin": { "type-predicate-generator": "dist/cli.js" } }, "sha512-rw+Z4963HQlNgVpe05vXP8AQuy45JqV8pzR/ARglDLD9VNj6yEGksr2MmHqhcJoRy6nt0kUsvH1NwSmFd7Uu6Q=="],
15301530

1531-
"typescript": ["typescript@5.6.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw=="],
1531+
"typescript": ["typescript@5.8.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ=="],
15321532

15331533
"typia": ["typia@7.6.4", "", { "dependencies": { "@samchon/openapi": "^2.4.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.8.0" }, "bin": { "typia": "lib/executable/typia.js" } }, "sha512-Z3AcvGBjS7Dc7+iAG2VhsT0NIv3HMoXVTJ3F7Pgth8z7rhQu1JnyS8GGqqWdKk5ROvOgALEVEWmWv3Lym2eBIg=="],
15341534

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"ts-node": "10.9.2",
9595
"ts-runtime-checks": "0.6.3",
9696
"type-predicate-generator": "1.0.3",
97-
"typescript": "5.6.3",
97+
"typescript": "5.8.2",
9898
"typia": "7.6.4",
9999
"undici": "7.4.0",
100100
"unknownutil": "3.18.1",

0 commit comments

Comments
 (0)