Skip to content

Commit 9ea7864

Browse files
Update dependency typescript to v5
1 parent 6eac1ae commit 9ea7864

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
@@ -31,7 +31,7 @@
3131
"@docusaurus/types": "^2.4.1",
3232
"@tsconfig/docusaurus": "^1.0.6",
3333
"@types/react": "^18.0.26",
34-
"typescript": "^4.9.4"
34+
"typescript": "^5.0.0"
3535
},
3636
"browserslist": {
3737
"production": [

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7224,10 +7224,10 @@ typedarray-to-buffer@^3.1.5:
72247224
dependencies:
72257225
is-typedarray "^1.0.0"
72267226

7227-
typescript@^4.9.4:
7228-
version "4.9.4"
7229-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
7230-
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
7227+
typescript@^5.0.0:
7228+
version "5.0.4"
7229+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
7230+
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
72317231

72327232
ua-parser-js@^0.7.30:
72337233
version "0.7.32"

0 commit comments

Comments
 (0)