Skip to content

Commit 99f8b67

Browse files
chore(deps): update dependency typescript to v5
1 parent 986bbe1 commit 99f8b67

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

notes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"private": true,
44
"version": "0.0.0-development",
55
"devDependencies": {
6-
"typescript": "3.7.7"
6+
"typescript": "5.8.2"
77
}
88
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"semantic-release": "15.14.0",
2727
"source-map-support": "0.5.19",
2828
"ts-node": "8.10.2",
29-
"typescript": "3.7.7"
29+
"typescript": "5.8.2"
3030
},
3131
"workspaces": [
3232
"examples/*",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7760,10 +7760,10 @@ typedarray@^0.0.6:
77607760
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
77617761
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
77627762

7763-
typescript@3.7.7:
7764-
version "3.7.7"
7765-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.7.tgz#c931733e2ec10dda56b855b379cc488a72a81199"
7766-
integrity sha512-MmQdgo/XenfZPvVLtKZOq9jQQvzaUAUpcKW8Z43x9B2fOm4S5g//tPtMweZUIP+SoBqrVPEIm+dJeQ9dfO0QdA==
7763+
typescript@5.8.2:
7764+
version "5.8.2"
7765+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
7766+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
77677767

77687768
typescript@next:
77697769
version "3.4.0-dev.20190302"

0 commit comments

Comments
 (0)