Skip to content

Commit

Permalink
Update: [Client] TypeScript を 5.5 系に更新
Browse files Browse the repository at this point in the history
今まで TypeScript を更新すると何かの型が壊れてビルドエラーになったりが多くあったので更新を渋っていたが、少なくとも 5.3 → 5.5 ではそういった変更はなかったらしい
  • Loading branch information
tsukumijima committed Aug 28, 2024
1 parent 68a1482 commit a117c69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"network-information-types": "^0.1.1",
"run-script-os": "^1.1.6",
"sass": "1.77.6",
"typescript": "~5.3.3",
"typescript": "~5.5.4",
"vite": "^5.3.5",
"vite-plugin-comlink": "^4.1.0",
"vite-plugin-pwa": "^0.20.1",
Expand Down
8 changes: 4 additions & 4 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4839,10 +4839,10 @@ typed-array-length@^1.0.6:
is-typed-array "^1.1.13"
possible-typed-array-names "^1.0.0"

typescript@~5.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
typescript@^5.5.4:
version "5.5.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==

unbox-primitive@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit a117c69

Please sign in to comment.