1
Fork 0

Update the dependencies.

This commit is contained in:
Bauke 2020-10-02 16:38:48 +02:00
parent 0b2aeb8b73
commit 38bca9721a
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 2465 additions and 3765 deletions

View File

@ -21,31 +21,32 @@
}, },
"dependencies": { "dependencies": {
"debounce": "^1.2.0", "debounce": "^1.2.0",
"modern-normalize": "^0.6.0", "modern-normalize": "^1.0.0",
"platform": "^1.3.5", "platform": "^1.3.6",
"webextension-polyfill-ts": "^0.16.0" "webextension-polyfill-ts": "^0.20.0"
}, },
"devDependencies": { "devDependencies": {
"@types/debounce": "^1.2.0", "@types/debounce": "^1.2.0",
"@types/platform": "^1.3.2", "@types/platform": "^1.3.3",
"@types/prompts": "^2.0.8", "@types/prompts": "^2.0.9",
"@types/semver": "^7.2.0", "@types/semver": "^7.3.4",
"eslint-config-xo-typescript": "^0.33.0",
"parcel-bundler": "^1.12.4", "parcel-bundler": "^1.12.4",
"parcel-plugin-web-extension": "^1.6.1", "parcel-plugin-web-extension": "^1.6.1",
"prompts": "^2.3.2", "prompts": "^2.3.2",
"sass": "^1.26.8", "sass": "^1.26.11",
"semver": "^7.3.2", "semver": "^7.3.2",
"simple-git": "^2.5.0", "simple-git": "^2.20.1",
"stylelint": "^13.6.0", "stylelint": "^13.7.2",
"stylelint-config-xo-scss": "^0.12.0", "stylelint-config-xo-scss": "^0.13.0",
"stylelint-config-xo-space": "^0.14.0", "stylelint-config-xo-space": "^0.14.0",
"trash-cli": "^3.0.0", "trash-cli": "^3.1.0",
"ts-node": "^8.10.2", "ts-node": "^9.0.0",
"type-fest": "^0.15.0", "type-fest": "^0.17.0",
"typescript": "^3.9.5", "typescript": "^4.0.3",
"web-ext": "^4.2.0", "web-ext": "^5.1.0",
"web-ext-types": "^3.2.1", "web-ext-types": "^3.2.1",
"xo": "^0.32.0" "xo": "^0.33.1"
}, },
"stylelint": { "stylelint": {
"extends": [ "extends": [
@ -77,14 +78,9 @@
], ],
"prettier": true, "prettier": true,
"rules": { "rules": {
"@typescript-eslint/indent": [ "@typescript-eslint/no-implicit-any-catch": "off",
"error",
2,
{
"SwitchCase": 1
}
],
"@typescript-eslint/member-ordering": "off", "@typescript-eslint/member-ordering": "off",
"@typescript-eslint/no-loop-func": "off",
"unicorn/prefer-modern-dom-apis": "off", "unicorn/prefer-modern-dom-apis": "off",
"capitalized-comments": "off", "capitalized-comments": "off",
"no-await-in-loop": "off" "no-await-in-loop": "off"

View File

@ -25,7 +25,7 @@ $extra-large-breakpoint: 1800px;
justify-content: center; justify-content: center;
left: 20px; left: 20px;
overflow: hidden; overflow: hidden;
opacity: 0; opacity: 0%;
padding: 1rem; padding: 1rem;
position: fixed; position: fixed;
transition: opacity 0.5s; transition: opacity 0.5s;
@ -36,7 +36,7 @@ $extra-large-breakpoint: 1800px;
} }
&.trx-opaque { &.trx-opaque {
opacity: 1; opacity: 100%;
} }
&.trx-flash-error { &.trx-flash-error {

6184
yarn.lock

File diff suppressed because it is too large Load Diff