eslint-config-entva 1.0.0 → 1.1.0

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 +5 -5
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "readmeFilename": "README.md",
7
7
  "repository": "entva/styleguide",
8
8
  "bugs": "https://github.com/entva/styleguide/issues",
9
- "version": "1.0.0",
9
+ "version": "1.1.0",
10
10
  "keywords": [
11
11
  "linter",
12
12
  "config",
@@ -21,16 +21,16 @@
21
21
  "prepublishOnly": "npm test"
22
22
  },
23
23
  "devDependencies": {
24
- "eslint": "^8.46.0",
24
+ "eslint": "^8.57.0",
25
25
  "prop-types": "^15.8.1",
26
26
  "react": "^18.2.0"
27
27
  },
28
28
  "dependencies": {
29
29
  "eslint-config-airbnb": "^19.0.4",
30
30
  "eslint-config-entva-base": "^1.0.0",
31
- "eslint-plugin-import": "^2.28.0",
32
- "eslint-plugin-jsx-a11y": "^6.7.1",
33
- "eslint-plugin-react": "^7.33.1",
31
+ "eslint-plugin-import": "^2.29.1",
32
+ "eslint-plugin-jsx-a11y": "^6.8.0",
33
+ "eslint-plugin-react": "^7.34.1",
34
34
  "eslint-plugin-react-hooks": "^4.6.0"
35
35
  },
36
36
  "peerDependencies": {