Skip to content

Commit cb0b46f

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

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.4.4"
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.4.4"
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.4.4:
7764+
version "5.4.4"
7765+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
7766+
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
77677767

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

0 commit comments

Comments
 (0)