@immowelt/eslint-config-immowelt-base 3.0.1 → 3.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/.nvmrc +1 -1
  2. package/package.json +7 -7
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 16.13.0
1
+ 16.13.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@immowelt/eslint-config-immowelt-base",
3
- "version": "3.0.1",
3
+ "version": "3.1.3",
4
4
  "description": "ESLint shareable base config",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/ImmoweltGroup/eslint-config-immowelt-base.git",
@@ -8,11 +8,11 @@
8
8
  "license": "MIT",
9
9
  "private": false,
10
10
  "dependencies": {
11
- "@immowelt/browserslist-config": "^3.0.0",
12
- "eslint": "^8.1.0",
13
- "eslint-config-airbnb-base": "^14.2.1",
14
- "eslint-plugin-compat": "^3.13.0",
15
- "eslint-plugin-import": "^2.25.2"
11
+ "@immowelt/browserslist-config": "^4.0.0",
12
+ "eslint": "^8.3.0",
13
+ "eslint-config-airbnb-base": "^15.0.0",
14
+ "eslint-plugin-compat": "^4.0.0",
15
+ "eslint-plugin-import": "^2.25.3"
16
16
  },
17
17
  "devDependencies": {
18
18
  "semantic-release": "^18.0.0"
@@ -65,7 +65,7 @@
65
65
  "yarn": ">=1.6.0"
66
66
  },
67
67
  "volta": {
68
- "node": "16.13.0",
68
+ "node": "16.13.2",
69
69
  "yarn": "1.22.17"
70
70
  }
71
71
  }