aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-05-26 17:09:15 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-05-26 17:09:31 +0900
commitebc6312b96d21e1d7c3ccdb17a32e43e2aa43600 (patch)
tree738c8f23d003ade827db29d1430d0eccd9a7e46d
parent09d3a40d1ac3f64e1c5996312c4d4c20965a23d8 (diff)
Bump webextensions-api-fake to 0.8.0
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 59b6643..a58b701 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10488,9 +10488,9 @@
"dev": true
},
"webextensions-api-fake": {
- "version": "0.7.4",
- "resolved": "https://registry.npmjs.org/webextensions-api-fake/-/webextensions-api-fake-0.7.4.tgz",
- "integrity": "sha512-aSrWvEuItjle8NN/lva7EsxOZl+yzCMWA+QuPYF2Co1IZEAUnz4nmgRY9K99xtNNgo1RQ3xbdYcwnNrdFTDeHw==",
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/webextensions-api-fake/-/webextensions-api-fake-0.8.0.tgz",
+ "integrity": "sha512-6lby6Q3UwvXE/tEFcSigFNTGTEDVsO7Ud5RskvKuqJ59fJO/9OulDzdAaWV3bMjJqQ77nwVcEKoyaNWFClJ4EA==",
"dev": true,
"requires": {
"sinon-chrome": "^3.0.0"
diff --git a/package.json b/package.json
index 72194a7..7341dcb 100644
--- a/package.json
+++ b/package.json
@@ -62,7 +62,7 @@
"tsyringe": "^3.2.0",
"typescript": "^3.4.5",
"web-ext-types": "^3.1.0",
- "webextensions-api-fake": "^0.7.4",
+ "webextensions-api-fake": "^0.8.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
}