Skip to content

Commit 14659b0

Browse files
committed
build: fix react types mismatch by forcing @types/react^18.0.0
1 parent 479db31 commit 14659b0

File tree

2 files changed

+235
-249
lines changed

2 files changed

+235
-249
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@
193193
"vite-plugin-imp": "^2.4.0",
194194
"vue-jest": "^5.0.0-alpha.10"
195195
},
196+
"pnpm": {
197+
"overrides": {
198+
"@types/react": "^18.0.0",
199+
"@types/react-dom": "^18.0.0"
200+
}
201+
},
196202
"tnpm": {
197203
"mode": "pnpm"
198204
}

0 commit comments

Comments
 (0)