mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Update NPM dependencies
This commit is contained in:
parent
70bb091689
commit
f2d2e2e820
2 changed files with 360 additions and 305 deletions
647
dependencies/package-lock.json
generated
vendored
647
dependencies/package-lock.json
generated
vendored
File diff suppressed because it is too large
Load diff
18
dependencies/package.json
vendored
18
dependencies/package.json
vendored
|
@ -3,18 +3,18 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@coffeelint/cli": "^5.2.11",
|
"@coffeelint/cli": "^5.2.11",
|
||||||
"@stoplight/spectral": "^6.5.0",
|
"@stoplight/spectral": "^6.5.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.47.0",
|
"@typescript-eslint/eslint-plugin": "^5.47.1",
|
||||||
"@typescript-eslint/parser": "^5.47.0",
|
"@typescript-eslint/parser": "^5.47.1",
|
||||||
"asl-validator": "^3.0.8",
|
"asl-validator": "^3.0.8",
|
||||||
"axios": "^1.2.1",
|
"axios": "^1.2.2",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"eslint": "^8.30.0",
|
"eslint": "^8.31.0",
|
||||||
"eslint-config-airbnb": "^19.0.4",
|
"eslint-config-airbnb": "^19.0.4",
|
||||||
"eslint-config-airbnb-typescript": "^17.0.0",
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
||||||
"eslint-config-prettier": "^8.5.0",
|
"eslint-config-prettier": "^8.6.0",
|
||||||
"@react-native-community/eslint-config": "^3.2.0",
|
"@react-native-community/eslint-config": "^3.2.0",
|
||||||
"@react-native-community/eslint-plugin": "^1.3.0",
|
"@react-native-community/eslint-plugin": "^1.3.0",
|
||||||
"eslint-plugin-jest": "^27.1.7",
|
"eslint-plugin-jest": "^27.2.0",
|
||||||
"eslint-plugin-json": "^3.1.0",
|
"eslint-plugin-json": "^3.1.0",
|
||||||
"eslint-plugin-jsonc": "^2.5.0",
|
"eslint-plugin-jsonc": "^2.5.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.6.1",
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
"eslint-plugin-vue": "^9.8.0",
|
"eslint-plugin-vue": "^9.8.0",
|
||||||
"gherkin-lint": "^4.2.2",
|
"gherkin-lint": "^4.2.2",
|
||||||
"htmlhint": "^1.1.4",
|
"htmlhint": "^1.1.4",
|
||||||
"immer": "^9.0.16",
|
"immer": "^9.0.17",
|
||||||
"ini": "^3.0.1",
|
"ini": "^3.0.1",
|
||||||
"jscpd": "^3.5.3",
|
"jscpd": "^3.5.3",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
"pug": "^3.0.2",
|
"pug": "^3.0.2",
|
||||||
"sql-lint": "1.0.0",
|
"sql-lint": "1.0.0",
|
||||||
"standard": "^17.0.0",
|
"standard": "^17.0.0",
|
||||||
"stylelint": "^14.16.0",
|
"stylelint": "^14.16.1",
|
||||||
"stylelint-config-recommended-scss": "^8.0.0",
|
"stylelint-config-recommended-scss": "^8.0.0",
|
||||||
"stylelint-config-sass-guidelines": "^9.0.1",
|
"stylelint-config-sass-guidelines": "^9.0.1",
|
||||||
"stylelint-config-standard": "^29.0.0",
|
"stylelint-config-standard": "^29.0.0",
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
"postcss-less": "^6.0.0",
|
"postcss-less": "^6.0.0",
|
||||||
"stylelint-scss": "^4.3.0",
|
"stylelint-scss": "^4.3.0",
|
||||||
"tekton-lint": "^0.6.0",
|
"tekton-lint": "^0.6.0",
|
||||||
"textlint": "^12.2.4",
|
"textlint": "^12.4.0",
|
||||||
"textlint-filter-rule-allowlist": "^4.0.0",
|
"textlint-filter-rule-allowlist": "^4.0.0",
|
||||||
"textlint-filter-rule-comments": "^1.2.2",
|
"textlint-filter-rule-comments": "^1.2.2",
|
||||||
"textlint-rule-terminology": "^3.0.4",
|
"textlint-rule-terminology": "^3.0.4",
|
||||||
|
|
Loading…
Reference in a new issue