Skip to content

Commit f991435

Browse files
committed
Switch back to upstream content-scripts-register-polyfill
1 parent faa3259 commit f991435

File tree

3 files changed

+55
-50
lines changed

3 files changed

+55
-50
lines changed

package-lock.json

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44
"description": "",
55
"main": "background.js",
66
"dependencies": {
7-
"@ajayyy/content-scripts-register-polyfill": "^4.0.2-safari-fix",
7+
"content-scripts-register-polyfill": "^4.0.2",
88
"react": "^18.2.0",
99
"react-dom": "^18.2.0"
1010
},
11+
"overrides": {
12+
"content-scripts-register-polyfill": {
13+
"webext-content-scripts": "v2.5.5"
14+
}
15+
},
1116
"devDependencies": {
1217
"@types/chrome": "^0.0.220",
1318
"@types/firefox-webext-browser": "^111.0.0",

src/background.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as CompileConfig from "../config.json";
22

33
import Config from "./config";
44
import { Registration } from "./types";
5-
import "@ajayyy/content-scripts-register-polyfill";
5+
import "content-scripts-register-polyfill";
66
import { sendRealRequestToCustomServer, setupBackgroundRequestProxy } from "../maze-utils/src/background-request-proxy";
77
import { setupTabUpdates } from "../maze-utils/src/tab-updates";
88
import { generateUserID } from "../maze-utils/src/setup";

0 commit comments

Comments
 (0)