Update the dependencies.
This commit is contained in:
parent
0b2aeb8b73
commit
38bca9721a
42
package.json
42
package.json
|
@ -21,31 +21,32 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"debounce": "^1.2.0",
|
||||
"modern-normalize": "^0.6.0",
|
||||
"platform": "^1.3.5",
|
||||
"webextension-polyfill-ts": "^0.16.0"
|
||||
"modern-normalize": "^1.0.0",
|
||||
"platform": "^1.3.6",
|
||||
"webextension-polyfill-ts": "^0.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/debounce": "^1.2.0",
|
||||
"@types/platform": "^1.3.2",
|
||||
"@types/prompts": "^2.0.8",
|
||||
"@types/semver": "^7.2.0",
|
||||
"@types/platform": "^1.3.3",
|
||||
"@types/prompts": "^2.0.9",
|
||||
"@types/semver": "^7.3.4",
|
||||
"eslint-config-xo-typescript": "^0.33.0",
|
||||
"parcel-bundler": "^1.12.4",
|
||||
"parcel-plugin-web-extension": "^1.6.1",
|
||||
"prompts": "^2.3.2",
|
||||
"sass": "^1.26.8",
|
||||
"sass": "^1.26.11",
|
||||
"semver": "^7.3.2",
|
||||
"simple-git": "^2.5.0",
|
||||
"stylelint": "^13.6.0",
|
||||
"stylelint-config-xo-scss": "^0.12.0",
|
||||
"simple-git": "^2.20.1",
|
||||
"stylelint": "^13.7.2",
|
||||
"stylelint-config-xo-scss": "^0.13.0",
|
||||
"stylelint-config-xo-space": "^0.14.0",
|
||||
"trash-cli": "^3.0.0",
|
||||
"ts-node": "^8.10.2",
|
||||
"type-fest": "^0.15.0",
|
||||
"typescript": "^3.9.5",
|
||||
"web-ext": "^4.2.0",
|
||||
"trash-cli": "^3.1.0",
|
||||
"ts-node": "^9.0.0",
|
||||
"type-fest": "^0.17.0",
|
||||
"typescript": "^4.0.3",
|
||||
"web-ext": "^5.1.0",
|
||||
"web-ext-types": "^3.2.1",
|
||||
"xo": "^0.32.0"
|
||||
"xo": "^0.33.1"
|
||||
},
|
||||
"stylelint": {
|
||||
"extends": [
|
||||
|
@ -77,14 +78,9 @@
|
|||
],
|
||||
"prettier": true,
|
||||
"rules": {
|
||||
"@typescript-eslint/indent": [
|
||||
"error",
|
||||
2,
|
||||
{
|
||||
"SwitchCase": 1
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/no-implicit-any-catch": "off",
|
||||
"@typescript-eslint/member-ordering": "off",
|
||||
"@typescript-eslint/no-loop-func": "off",
|
||||
"unicorn/prefer-modern-dom-apis": "off",
|
||||
"capitalized-comments": "off",
|
||||
"no-await-in-loop": "off"
|
||||
|
|
|
@ -25,7 +25,7 @@ $extra-large-breakpoint: 1800px;
|
|||
justify-content: center;
|
||||
left: 20px;
|
||||
overflow: hidden;
|
||||
opacity: 0;
|
||||
opacity: 0%;
|
||||
padding: 1rem;
|
||||
position: fixed;
|
||||
transition: opacity 0.5s;
|
||||
|
@ -36,7 +36,7 @@ $extra-large-breakpoint: 1800px;
|
|||
}
|
||||
|
||||
&.trx-opaque {
|
||||
opacity: 1;
|
||||
opacity: 100%;
|
||||
}
|
||||
|
||||
&.trx-flash-error {
|
||||
|
|
Loading…
Reference in New Issue