build(web): override rollup with wasm-node version (#1354)

This commit is contained in:
Fabricio Silva 2024-01-20 16:09:06 +00:00 committed by GitHub
parent 4d419b4550
commit eb626de683
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 46 additions and 151 deletions

View file

@ -27,6 +27,7 @@
},
"pnpm": {
"overrides": {
"rollup": "npm:@rollup/wasm-node",
"csstype": "3.1.2",
"react": "$react"
}
@ -76,6 +77,8 @@
"zod-formik-adapter": "^1.2.0"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@rollup/wasm-node": "^4.9.5",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
@ -94,7 +97,6 @@
"typescript": "^5.3.3",
"vite": "^5.0.4",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-svgr": "^4.2.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0"
"vite-plugin-svgr": "^4.2.0"
}
}