attempt fix for CI

This commit is contained in:
Brandon Liu
2022-06-13 19:44:57 +08:00
parent 9962b4e344
commit 21eec8e38a

View File

@@ -37,5 +37,9 @@
"@vitejs/plugin-react": "^1.3.0", "@vitejs/plugin-react": "^1.3.0",
"typescript": "^4.6.3", "typescript": "^4.6.3",
"vite": "^2.9.5" "vite": "^2.9.5"
},
"overrides": {
"react": "$react",
"react-dom": "$react-dom"
} }
} }