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 826a7d8

Browse files
authoredJun 29, 2023
chore(deps): update dependency typescript to v5
1 parent 986bbe1 commit 826a7d8

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.1.6"
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.1.6"
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.1.6:
7764+
version "5.1.6"
7765+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
7766+
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
77677767

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

0 commit comments

Comments
 (0)
Please sign in to comment.