Skip to content

Commit 948cd9e

Browse files
committed
Use exact version for the typescript package
Apparently typescript does not follow semver, so to be safe, I am locking to exact patch versions. For context, see: microsoft/TypeScript#39269
1 parent 3937d15 commit 948cd9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"react-dom": "^18.2.0",
2929
"react-loadable": "^5.5.0",
3030
"search-insights": "^2",
31-
"typescript": "^5.0.0"
31+
"typescript": "5.5.4"
3232
},
3333
"devDependencies": {
3434
"@docusaurus/module-type-aliases": "^3.4.0"

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -9153,7 +9153,7 @@ typedarray-to-buffer@^3.1.5:
91539153
dependencies:
91549154
is-typedarray "^1.0.0"
91559155

9156-
typescript@^5.0.0:
9156+
typescript@5.5.4:
91579157
version "5.5.4"
91589158
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
91599159
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==

0 commit comments

Comments
 (0)