Cheat: fix unit tests by keeping old types around

This commit is contained in:
Oliver Blanthorn 2020-07-01 17:36:21 +01:00
parent 28fb046367
commit 441e42efdb
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3
3 changed files with 7 additions and 0 deletions

View file

@ -53,6 +53,7 @@
"uglify-es": "^3.3.9",
"uglifyjs-webpack-plugin": "^2.2.0",
"web-ext": "^4.3.0",
"web-ext-types": "^3.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},

View file

@ -13,6 +13,7 @@
"noImplicitThis": true,
"strictFunctionTypes": true,
"baseUrl": "src/",
"types": ["@types/firefox-webext-browser", "web-ext-types"],
"paths": {
"@src/*": ["*"]
}

View file

@ -8770,6 +8770,11 @@ wcwidth@^1.0.0:
dependencies:
defaults "^1.0.3"
web-ext-types@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/web-ext-types/-/web-ext-types-3.2.1.tgz#3edc0e3c2e8fe121d7d7e4ca0b7ee0c883cea832"
integrity sha512-oQZYDU3W8X867h8Jmt3129kRVKklz70db40Y6OzoTTuzOJpF/dB2KULJUf0txVPyUUXuyzV8GmT3nVvRHoG+Ew==
web-ext@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/web-ext/-/web-ext-4.3.0.tgz#50f6968e140b95d41ccff22b9ecbc9fbf3c05414"