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

File diff suppressed because it is too large Load Diff