1
Fork 0

Update dependencies, disable false-positive XO rules.

This commit is contained in:
Bauke 2022-09-07 17:48:46 +02:00
parent cf37b1a523
commit 4537978af8
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 2261 additions and 1047 deletions

View File

@ -14,27 +14,33 @@
"test": "xo && stylelint 'source/**/*.scss' && tsc"
},
"dependencies": {
"htm": "^3.1.0",
"htm": "^3.1.1",
"modern-normalize": "^1.1.0",
"preact": "^10.6.6",
"webextension-polyfill": "^0.8.0"
"preact": "^10.10.6",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.1.7",
"@types/webextension-polyfill": "^0.8.2",
"postcss": "^8.4.7",
"sass": "^1.49.9",
"stylelint": "^14.5.3",
"stylelint-config-standard-scss": "^3.0.0",
"@preact/preset-vite": "^2.3.1",
"@types/babel__core": "^7.1.19",
"@types/webextension-polyfill": "^0.9.0",
"postcss": "^8.4.16",
"sass": "^1.54.8",
"stylelint": "^14.11.0",
"stylelint-config-standard-scss": "^5.0.0",
"trash-cli": "^5.0.0",
"typescript": "^4.5.5",
"vite": "^2.8.4",
"vite-plugin-web-extension": "^1.1.3",
"web-ext": "^6.7.0",
"xo": "^0.48.0"
"typescript": "^4.8.2",
"vite": "^3.1.0",
"vite-plugin-web-extension": "^1.4.4",
"web-ext": "^7.2.0",
"xo": "^0.52.3"
},
"xo": {
"prettier": true,
"rules": {
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/consistent-type-imports": "off",
"n/file-extension-in-import": "off"
},
"space": true
}
}

File diff suppressed because it is too large Load Diff