Upgraded some npm dependencies (#78)

* Upgraded lint-staged

* Upgraded eslint-plugin-jest

* Upgraded types@node

* Upgraded typescript-eslint/parser

* Upgraded typescript-eslint/eslint-plugin
main
Boris Sekachev 4 years ago committed by GitHub
parent 4455bc0e0d
commit 4cd6b05c02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,9 +24,9 @@
"@babel/preset-typescript": "^7.6.0",
"@istanbuljs/nyc-config-babel": "^1.0.1",
"@types/mousetrap": "^1.6.5",
"@types/node": "^12.6.8",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@types/node": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"airbnb": "0.0.2",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
@ -44,7 +44,7 @@
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-header": "^3.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-no-unsanitized": "^3.0.2",
"eslint-plugin-react": "^7.21.5",
@ -52,7 +52,7 @@
"eslint-plugin-security": "^1.4.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^6.0.0",
"lint-staged": "^10.4.2",
"lint-staged": "^13.0.3",
"micromatch": "^4.0.2",
"nodemon": "^2.0.7",
"nyc": "^15.1.0",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save