Switch back to upstream content-scripts-register-polyfill

This commit is contained in:
Ajay
2023-08-25 21:29:39 -04:00
parent faa3259165
commit f991435857
3 changed files with 55 additions and 50 deletions

View File

@@ -4,10 +4,15 @@
"description": "",
"main": "background.js",
"dependencies": {
"@ajayyy/content-scripts-register-polyfill": "^4.0.2-safari-fix",
"content-scripts-register-polyfill": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"overrides": {
"content-scripts-register-polyfill": {
"webext-content-scripts": "v2.5.5"
}
},
"devDependencies": {
"@types/chrome": "^0.0.220",
"@types/firefox-webext-browser": "^111.0.0",