@faergeek/eslint-config 5.0.4 → 5.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faergeek/eslint-config",
3
- "version": "5.0.4",
3
+ "version": "5.0.8",
4
4
  "main": "index.js",
5
5
  "repository": "git@github.com:faergeek/eslint-config.git",
6
6
  "author": "Sergey Slipchenko <me@faergeek.online>",
@@ -35,10 +35,10 @@
35
35
  "eslint": ">= 7"
36
36
  },
37
37
  "dependencies": {
38
- "@typescript-eslint/eslint-plugin": "^4.24.0",
39
- "@typescript-eslint/parser": "^4.24.0",
38
+ "@typescript-eslint/eslint-plugin": "^5.0.0",
39
+ "@typescript-eslint/parser": "^5.0.0",
40
40
  "eslint-config-prettier": "^8.3.0",
41
- "eslint-plugin-jest": "^24.3.6",
41
+ "eslint-plugin-jest": "^25.0.0",
42
42
  "eslint-plugin-react": "^7.23.2",
43
43
  "eslint-plugin-react-hooks": "^4.2.0",
44
44
  "eslint-plugin-simple-import-sort": "^7.0.0"
@@ -46,9 +46,9 @@
46
46
  "devDependencies": {
47
47
  "@commitlint/cli": "^13.0.0",
48
48
  "@commitlint/config-conventional": "^13.0.0",
49
- "eslint": "^7.25.0",
49
+ "eslint": "^8.0.0",
50
50
  "husky": "^7.0.0",
51
51
  "prettier": "^2.2.1",
52
- "semantic-release": "^17.4.2"
52
+ "semantic-release": "^18.0.0"
53
53
  }
54
54
  }