Skip to content

Commit 9e8274f

Browse files
authored
Add explicit dependency to typescript for docs (#3611)
1 parent f0f01ec commit 9e8274f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"nextra": "^3.3.1",
1717
"nextra-theme-docs": "^3.3.1",
1818
"react": "^18.3.1",
19-
"react-dom": "^18.3.1"
19+
"react-dom": "^18.3.1",
20+
"typescript": "^5.0.2"
2021
}
2122
}

docs/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3318,6 +3318,11 @@ twoslash@^0.2.12:
33183318
"@typescript/vfs" "^1.6.0"
33193319
twoslash-protocol "0.2.12"
33203320

3321+
typescript@^5.0.2:
3322+
version "5.9.3"
3323+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
3324+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
3325+
33213326
ufo@^1.6.1:
33223327
version "1.6.1"
33233328
resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.6.1.tgz#ac2db1d54614d1b22c1d603e3aef44a85d8f146b"

0 commit comments

Comments
 (0)