Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 10ce20e

Browse files
authoredFeb 28, 2025··
fix(deps): update dependency typescript to v5.8.2
1 parent a1c85df commit 10ce20e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"styled-components": "^6.0.8",
6464
"sweetalert2": "^11.7.28",
6565
"tinymce": "^6.6.0",
66-
"typescript": "5.0.4"
66+
"typescript": "5.8.2"
6767
},
6868
"devDependencies": {
6969
"@commitlint/cli": "^17.3.0",

‎yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@
18341834
integrity sha512-MOkzsEp1Jk5bXuAsHsUi6BVv0zCO+7/2PTiZMXWDSsMXvNU6w/PLMQT2vHn8hy2i0JqojPz1Sz6rsFjHtsU0lA==
18351835
dependencies:
18361836
graphql "*"
1837-
1837+
18381838
"@types/hast@^2.0.0":
18391839
version "2.3.8"
18401840
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.8.tgz#4ac5caf38b262b7bd5ca3202dda71f0271635660"
@@ -10061,10 +10061,10 @@ typed-array-length@^1.0.4:
1006110061
for-each "^0.3.3"
1006210062
is-typed-array "^1.1.9"
1006310063

10064-
typescript@5.0.4:
10065-
version "5.0.4"
10066-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
10067-
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
10064+
typescript@5.8.2:
10065+
version "5.8.2"
10066+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
10067+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
1006810068

1006910069
typescript@^4.1.2:
1007010070
version "4.9.5"

0 commit comments

Comments
 (0)
Please sign in to comment.