Skip to content

Commit b48ec3f

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

notes/package.json

Lines changed: 1 addition & 1 deletion
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.7.2"
77
}
88
}

package.json

Lines changed: 1 addition & 1 deletion
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.7.2"
3030
},
3131
"workspaces": [
3232
"examples/*",

yarn.lock

Lines changed: 4 additions & 4 deletions
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.7.2:
7764+
version "5.7.2"
7765+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
7766+
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
77677767

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

0 commit comments

Comments
 (0)