Skip to content

Commit fe64b0c

Browse files
chore(deps): update dependency typescript to v5
1 parent 9c372b8 commit fe64b0c

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.4.2"
2222
}
2323
}

advanced/yarn.lock

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

2145-
typescript@3.9.10:
2146-
version "3.9.10"
2147-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
2148-
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
2145+
typescript@5.4.2:
2146+
version "5.4.2"
2147+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
2148+
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
21492149

21502150
undefsafe@^2.0.2:
21512151
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.4.2"
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.4.2:
1041+
version "5.4.2"
1042+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
1043+
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
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.4.2"
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.4.2:
2966+
version "5.4.2"
2967+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
2968+
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
29692969

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

0 commit comments

Comments
 (0)