Skip to content

Commit e8ccfcf

Browse files
chore(deps): update dependency typescript to v5
1 parent def1691 commit e8ccfcf

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

advanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"prisma": "1.34.12",
1919
"rimraf": "2.7.1",
2020
"ts-node": "7.0.1",
21-
"typescript": "3.9.10"
21+
"typescript": "5.1.3"
2222
}
2323
}

advanced/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2141,10 +2141,10 @@ type-is@~1.6.16:
21412141
media-typer "0.3.0"
21422142
mime-types "~2.1.18"
21432143

2144-
typescript@3.9.10:
2145-
version "3.9.10"
2146-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
2147-
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
2144+
typescript@5.1.3:
2145+
version "5.1.3"
2146+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"
2147+
integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==
21482148

21492149
undefsafe@^2.0.2:
21502150
version "2.0.2"

basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"devDependencies": {
1111
"prisma": "1.34.12",
1212
"ts-node": "7.0.1",
13-
"typescript": "3.9.10"
13+
"typescript": "5.1.3"
1414
}
1515
}

basic/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1037,10 +1037,10 @@ typedarray@^0.0.6:
10371037
version "0.0.6"
10381038
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
10391039

1040-
typescript@3.9.10:
1041-
version "3.9.10"
1042-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
1043-
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
1040+
typescript@5.1.3:
1041+
version "5.1.3"
1042+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"
1043+
integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==
10441044

10451045
[email protected], unpipe@~1.0.0:
10461046
version "1.0.0"

minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"graphql-cli": "2.17.0",
1919
"npm-run-all": "4.1.5",
2020
"ts-node": "6.2.0",
21-
"typescript": "3.9.10"
21+
"typescript": "5.1.3"
2222
}
2323
}

minimal/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2962,10 +2962,10 @@ type-is@^1.6.16, type-is@~1.6.15, type-is@~1.6.16:
29622962
media-typer "0.3.0"
29632963
mime-types "~2.1.18"
29642964

2965-
typescript@3.9.10:
2966-
version "3.9.10"
2967-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
2968-
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
2965+
typescript@5.1.3:
2966+
version "5.1.3"
2967+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"
2968+
integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==
29692969

29702970
unique-string@^1.0.0:
29712971
version "1.0.0"

0 commit comments

Comments
 (0)