mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
build(web): override rollup with wasm-node version (#1354)
This commit is contained in:
parent
4d419b4550
commit
eb626de683
2 changed files with 46 additions and 151 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue