Skip to content

Commit 916f647

Browse files
authored
Upgrade TypeScript to 5.3 (#190)
1 parent dc2ad79 commit 916f647

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"jest-watch-typeahead": "^2.2.1",
3737
"prettier": "^2.8.1",
3838
"prettier-plugin-packagejson": "^2.3.0",
39-
"typescript": "^4.9.4"
39+
"typescript": "^5.3.2"
4040
},
4141
"engines": {
4242
"node": ">=14.18.0"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -14213,10 +14213,10 @@ typedarray@^0.0.6:
1421314213
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1421414214
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1421514215

14216-
typescript@^4.9.4:
14217-
version "4.9.4"
14218-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
14219-
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
14216+
typescript@^5.3.2:
14217+
version "5.3.2"
14218+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43"
14219+
integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==
1422014220

1422114221
ua-parser-js@^0.7.18:
1422214222
version "0.7.20"

0 commit comments

Comments
 (0)