Skip to content

Commit 2e770e0

Browse files
committed
Fix React twoslash error
1 parent 0541ac9 commit 2e770e0

File tree

9 files changed

+211
-210
lines changed

9 files changed

+211
-210
lines changed

package.json

+20-10
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@
1818
"@babel/plugin-syntax-import-assertions": "^7.20.0",
1919
"@codesandbox/sandpack-client": "^1.12.1",
2020
"@csstools/postcss-design-tokens": "^1.2.0",
21-
"@iconify/json": "^2.1.137",
21+
"@iconify/json": "^2.1.140",
2222
"@starbeam/api-docs": "workspace:^0.0.0",
23-
"@starbeam/debug": "^0.8.4",
24-
"@starbeam/js": "^0.8.4",
25-
"@starbeam/react": "^0.8.4",
26-
"@starbeam/timeline": "^0.8.4",
27-
"@starbeam/universal": "^0.8.4",
23+
"@starbeam/debug": "0.8.5",
24+
"@starbeam/interfaces": "0.8.5",
25+
"@starbeam/js": "0.8.5",
26+
"@starbeam/react": "0.8.5",
27+
"@starbeam/timeline": "0.8.5",
28+
"@starbeam/universal": "0.8.5",
2829
"@starbeam/vitepress": "workspace:1.0.0",
2930
"@tuzig/toml": "3.0.0-browser",
3031
"@types/diacritics": "^1.3.1",
@@ -40,7 +41,6 @@
4041
"@types/postcss-scss": "workspace:1.0.0",
4142
"@types/react": "^18.0.25",
4243
"@types/react-dom": "^18.0.9",
43-
"@typescript/twoslash": "^3.2.1",
4444
"@vitejs/plugin-vue": "^3.2.0",
4545
"@vue/runtime-core": "^3.2.45",
4646
"@vue/runtime-dom": "^3.2.45",
@@ -72,8 +72,8 @@
7272
"sass": "^1.56.1",
7373
"shiki": "^0.11.1",
7474
"shiki-twoslash": "^3.1.0",
75-
"typescript": "next",
76-
"vite": "^3.2.3",
75+
"typescript": "^4.9.3",
76+
"vite": "^3.2.4",
7777
"vite-plugin-babel": "^1.1.2",
7878
"vitepress": "1.0.0-alpha.29",
7979
"vitest": "^0.25.2",
@@ -85,7 +85,17 @@
8585
"pnpm": {
8686
"overrides": {
8787
"vite": "^3",
88-
"typescript": "next"
88+
"typescript": "^4.9.3",
89+
"@typescript/twoslash": "^3.2.1",
90+
"@types/react": "^18.0.25",
91+
"@types/react-dom": "^18.0.9",
92+
"tslib": "^2.4.1",
93+
"@starbeam/debug": "0.8.5",
94+
"@starbeam/js": "0.8.5",
95+
"@starbeam/react": "0.8.5",
96+
"@starbeam/timeline": "0.8.5",
97+
"@starbeam/universal": "0.8.5",
98+
"@starbeam/interfaces": "0.8.5"
8999
},
90100
"peerDependencyRules": {
91101
"allowedVersions": {

0 commit comments

Comments
 (0)