mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
Update NPM dependencies
This commit is contained in:
parent
fd53b78588
commit
66610f7cc2
2 changed files with 631 additions and 242 deletions
853
dependencies/package-lock.json
generated
vendored
853
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,12 +3,12 @@
|
||||||
"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.48.0",
|
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
||||||
"@typescript-eslint/parser": "^5.48.0",
|
"@typescript-eslint/parser": "^5.48.1",
|
||||||
"asl-validator": "^3.0.8",
|
"asl-validator": "^3.1.0",
|
||||||
"axios": "^1.2.2",
|
"axios": "^1.2.2",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"eslint": "^8.31.0",
|
"eslint": "^8.32.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.6.0",
|
"eslint-config-prettier": "^8.6.0",
|
||||||
|
@ -17,21 +17,21 @@
|
||||||
"eslint-plugin-jest": "^27.2.1",
|
"eslint-plugin-jest": "^27.2.1",
|
||||||
"eslint-plugin-json": "^3.1.0",
|
"eslint-plugin-json": "^3.1.0",
|
||||||
"eslint-plugin-jsonc": "^2.6.0",
|
"eslint-plugin-jsonc": "^2.6.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.6.1",
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
"eslint-plugin-react": "^7.31.11",
|
"eslint-plugin-react": "^7.32.0",
|
||||||
"eslint-plugin-react-hooks": "^4.6.0",
|
"eslint-plugin-react-hooks": "^4.6.0",
|
||||||
"eslint-plugin-vue": "^9.8.0",
|
"eslint-plugin-vue": "^9.9.0",
|
||||||
"gherkin-lint": "^4.2.2",
|
"gherkin-lint": "^4.2.2",
|
||||||
"htmlhint": "^1.1.4",
|
"htmlhint": "^1.1.4",
|
||||||
"immer": "^9.0.17",
|
"immer": "^9.0.18",
|
||||||
"ini": "^3.0.1",
|
"ini": "^3.0.1",
|
||||||
"jscpd": "^3.5.3",
|
"jscpd": "^3.5.3",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"markdownlint-cli": "^0.33.0",
|
"markdownlint-cli": "^0.33.0",
|
||||||
"node-fetch": "^3.3.0",
|
"node-fetch": "^3.3.0",
|
||||||
"npm-groovy-lint": "^11.1.1",
|
"npm-groovy-lint": "^11.1.1",
|
||||||
"prettier": "^2.8.2",
|
"prettier": "^2.8.3",
|
||||||
"prettyjson": "^1.2.5",
|
"prettyjson": "^1.2.5",
|
||||||
"pug": "^3.0.2",
|
"pug": "^3.0.2",
|
||||||
"sql-lint": "1.0.0",
|
"sql-lint": "1.0.0",
|
||||||
|
|
Loading…
Reference in a new issue