Skip to content

Commit

Permalink
Bump dependencies to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Feb 16, 2020
1 parent e1b0b25 commit 2f0227b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eslint/package.json
@@ -1,12 +1,12 @@
{
"name": "@alhadis/eslint-config",
"version": "v2.1.0",
"version": "v2.2.0",
"description": "Shareable version of my ESLint config.",
"repository": "https://github.com/Alhadis/JG/tree/master/eslint",
"license": "ISC",
"type": "commonjs",
"keywords": ["eslint", "eslintconfig"],
"scripts": {"test": "eslint ."},
"peerDependencies": {"eslint": ">=v6.6.0"},
"peerDependencies": {"eslint": ">=v6.8.0"},
"publishConfig": {"access": "public"}
}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"alhadis.utils": "latest",
"babel-eslint": "^10.0.3",
"eslint": "^6.6.0",
"eslint-plugin-import": "^2.18.2",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.1",
"get-options": "^1.2.0"
}
}

0 comments on commit 2f0227b

Please sign in to comment.