Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyOrekhov committed Nov 23, 2021
1 parent 01b0601 commit b9f2620
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 30 deletions.
3 changes: 2 additions & 1 deletion disabled-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@
"regexp/sort-character-class-elements": "off",

"@html-eslint/require-meta-charset": "off",
"@html-eslint/id-naming-convention": "off"
"@html-eslint/id-naming-convention": "off",
"@html-eslint/no-restricted-attrs": "off"
}
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"eslint": "^8.3.0"
},
"dependencies": {
"@html-eslint/eslint-plugin": "^0.12.0",
"@html-eslint/parser": "^0.12.0",
"@html-eslint/eslint-plugin": "^0.13.0",
"@html-eslint/parser": "^0.13.0",
"@putout/plugin-apply-shorthand-properties": "^3.0.2",
"@shopify/eslint-plugin": "^40.5.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
Expand All @@ -47,7 +47,7 @@
"eslint-plugin-ext": "^0.1.0",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jest-dom": "^3.9.2",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-json": "^3.1.0",
Expand All @@ -59,13 +59,13 @@
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-putout": "^11.11.0",
"eslint-plugin-putout": "^11.13.0",
"eslint-plugin-ramda": "^2.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hook-form": "^0.2.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-perf": "^3.3.0",
"eslint-plugin-regexp": "^1.5.0",
"eslint-plugin-regexp": "^1.5.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.10.0",
"eslint-plugin-sort-class-members": "^1.14.0",
Expand Down

0 comments on commit b9f2620

Please sign in to comment.