chore: fix peer deps issue for rollup

This commit is contained in:
Anoop M D 2022-11-06 14:41:10 +05:30
parent 3753fd1e20
commit 530af1f929
2 changed files with 7 additions and 1 deletions

View File

@ -25,5 +25,8 @@
"build:electron": "./scripts/build-electron.sh",
"test:e2e": "npx playwright test",
"test:report": "npx playwright show-report"
},
"overrides": {
"rollup": "3.2.5"
}
}

View File

@ -28,5 +28,8 @@
"graphql": "^16.6.0",
"markdown-it": "^13.0.1",
"react": "^17.0.2"
},
"overrides": {
"rollup": "3.2.5"
}
}