Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
Updated peer dependencies babel-eslint to 9.0.0.

Updated semver and eslint to latest minor/patch updates.
  • Loading branch information
cb1kenobi committed Aug 29, 2018
1 parent 4fed9fb commit 9bfc039
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-axway",
"version": "3.0.0",
"version": "4.0.0",
"description": "Shareable eslint config for Axway projects",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-security": "^1.4.0",
"find-root": "^1.1.0",
"semver": "^5.5.0"
"semver": "^5.5.1"
},
"optionalPeerDependencies": {
"babel-eslint": "7.x || 8.x",
"babel-eslint": "7.x || 8.x || 9.x",
"eslint-plugin-alloy": "1.x",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-jsx-a11y": "6.x",
Expand All @@ -49,7 +49,7 @@
"eslint": "5.x"
},
"devDependencies": {
"eslint": "^5.3.0"
"eslint": "^5.4.0"
},
"scripts": {
"lint": "eslint ."
Expand Down

0 comments on commit 9bfc039

Please sign in to comment.