Skip to content

Commit 46f24d9

Browse files
renovate[bot]renovate-bottripodsan
authoredNov 9, 2021
fix(deps): update airbnb config to 15.0
* chore(deps): update external fixes * fix: upgrade airbnb config Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Tobias Bocanegra <tripod@adobe.com>
1 parent eace4f6 commit 46f24d9

File tree

2 files changed

+164
-247
lines changed

2 files changed

+164
-247
lines changed
 

‎package-lock.json

+160-241
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,20 @@
2424
},
2525
"homepage": "https://github.com/adobe/helix-eslint-config#readme",
2626
"dependencies": {
27-
"eslint-config-airbnb-base": "14.2.1"
27+
"eslint-config-airbnb-base": "15.0.0"
2828
},
2929
"devDependencies": {
3030
"@semantic-release/changelog": "6.0.1",
3131
"@semantic-release/git": "10.0.1",
32-
"@semantic-release/github": "8.0.1",
33-
"eslint": "8.1.0",
32+
"eslint": "8.2.0",
3433
"eslint-plugin-header": "3.1.1",
3534
"eslint-plugin-import": "2.25.2",
3635
"semantic-release": "18.0.0"
3736
},
3837
"peerDependencies": {
39-
"eslint": "^6.1.0 || ^7.0.0 || ^8.0.0",
40-
"eslint-plugin-header": "^3.0.0"
38+
"eslint": "^8.0.0"
4139
},
4240
"engines": {
43-
"node": ">= 8"
41+
"node": ">= 12"
4442
}
4543
}

0 commit comments

Comments
 (0)
Please sign in to comment.