Skip to content

Commit a5aaefc

Browse files
fix(deps): update dependency typescript to ^5.8.2
1 parent a5ae74c commit a5aaefc

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/react-dom": "^18.3.0",
2323
"vite": "latest",
2424
"vite-preset-react": "latest",
25-
"typescript": "^5.7.2"
25+
"typescript": "^5.8.2"
2626
}
2727
}

example/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -767,10 +767,10 @@ supports-preserve-symlinks-flag@^1.0.0:
767767
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
768768
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
769769

770-
typescript@^5.7.2:
771-
version "5.7.2"
772-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
773-
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
770+
typescript@^5.8.2:
771+
version "5.8.2"
772+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
773+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
774774

775775
update-browserslist-db@^1.1.1:
776776
version "1.1.1"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"tslib": "^2.8.1",
9696
"tsx": "^4.19.0",
9797
"turbo": "^1.13.0",
98-
"typescript": "^5.7.2",
98+
"typescript": "^5.8.2",
9999
"vite": "^6.2.0",
100100
"vite-plugin-banner": "^0.8.0",
101101
"vitest": "^3.0.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9973,10 +9973,10 @@ typed-array-length@^1.0.7:
99739973
possible-typed-array-names "^1.0.0"
99749974
reflect.getprototypeof "^1.0.6"
99759975

9976-
typescript@>=5.0.0, typescript@^5.7.2:
9977-
version "5.7.2"
9978-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
9979-
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
9976+
typescript@>=5.0.0, typescript@^5.8.2:
9977+
version "5.8.2"
9978+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
9979+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
99809980

99819981
typical@^4.0.0:
99829982
version "4.0.0"

0 commit comments

Comments
 (0)