Skip to content

Commit c0f0c6f

Browse files
Update dependency typescript to v5
1 parent b37046c commit c0f0c6f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ts-node": "^10.9.1",
5656
"tslint": "^6.0.0",
5757
"tslint-eslint-rules": "^5.3.1",
58-
"typescript": "^4.0.0"
58+
"typescript": "^5.0.0"
5959
},
6060
"jest": {
6161
"globals": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4570,10 +4570,10 @@ typedarray@^0.0.6:
45704570
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
45714571
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
45724572

4573-
typescript@^4.0.0:
4574-
version "4.6.2"
4575-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
4576-
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
4573+
typescript@^5.0.0:
4574+
version "5.6.2"
4575+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
4576+
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
45774577

45784578
util-deprecate@^1.0.1, util-deprecate@~1.0.1:
45794579
version "1.0.2"

0 commit comments

Comments
 (0)