Skip to content

Commit

Permalink
feat(ts): upgrade TypeScript version
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 17, 2021
1 parent b15f63c commit eff43e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Expand Up @@ -59,7 +59,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-node": "^10.4.0",
"typescript": "^4.3.4",
"typescript": "^4.5.4",
"uuid": "^3.1.0",
"winston": "3.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -75,7 +75,7 @@
"rollup-plugin-strip-banner": "^2.0.0",
"rollup-plugin-visualizer": "^4.2.0",
"serve": "^11.2.0",
"typescript": "^4.3.4"
"typescript": "^4.5.4"
},
"resolutions": {
"@types/react": "^17.0.11",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -26026,10 +26026,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

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

ua-parser-js@^0.7.18:
version "0.7.19"
Expand Down

0 comments on commit eff43e2

Please sign in to comment.