Skip to content

Commit eff43e2

Browse files
committedDec 17, 2021
feat(ts): upgrade TypeScript version
1 parent b15f63c commit eff43e2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"react": "^17.0.2",
6060
"react-dom": "^17.0.2",
6161
"ts-node": "^10.4.0",
62-
"typescript": "^4.3.4",
62+
"typescript": "^4.5.4",
6363
"uuid": "^3.1.0",
6464
"winston": "3.3.3"
6565
},

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"rollup-plugin-strip-banner": "^2.0.0",
7676
"rollup-plugin-visualizer": "^4.2.0",
7777
"serve": "^11.2.0",
78-
"typescript": "^4.3.4"
78+
"typescript": "^4.5.4"
7979
},
8080
"resolutions": {
8181
"@types/react": "^17.0.11",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -26026,10 +26026,10 @@ typedarray@^0.0.6:
2602626026
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
2602726027
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
2602826028

26029-
typescript@^4.3.4:
26030-
version "4.3.4"
26031-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc"
26032-
integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==
26029+
typescript@^4.5.4:
26030+
version "4.5.4"
26031+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
26032+
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
2603326033

2603426034
ua-parser-js@^0.7.18:
2603526035
version "0.7.19"

0 commit comments

Comments
 (0)
Please sign in to comment.