diff --git a/extension/package.json b/extension/package.json index 1f35145..08a4f53 100644 --- a/extension/package.json +++ b/extension/package.json @@ -10,6 +10,6 @@ "sign": "web-ext sign --source-dir=. --no-config-discovery --ignore-files package.json package-lock.json web-ext-artifacts node_modules README.md .gitignore --channel=unlisted --api-key=$WEB_EXT_API_KEY --api-secret=$WEB_EXT_API_SECRET" }, "devDependencies": { - "web-ext": "^8.0.0" + "web-ext": "^10.0.0" } }