mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Cheat: fix unit tests by keeping old types around
This commit is contained in:
parent
28fb046367
commit
441e42efdb
3 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"noImplicitThis": true,
|
||||
"strictFunctionTypes": true,
|
||||
"baseUrl": "src/",
|
||||
"types": ["@types/firefox-webext-browser", "web-ext-types"],
|
||||
"paths": {
|
||||
"@src/*": ["*"]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue