Skip to content

Commit

Permalink
chore(eslint-plugin): Update peerDependencies to latest versions (#8108)
Browse files Browse the repository at this point in the history
* chore(eslint-plugin): Update peerDependencies to latest versions

* chore(eslint-plugin): release 1.07

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
christopherthielen and mergify[bot] committed Mar 30, 2020
1 parent 3057e98 commit 5d68cff
Show file tree
Hide file tree
Showing 2 changed files with 1,781 additions and 1,396 deletions.
12 changes: 6 additions & 6 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/eslint-plugin",
"version": "1.0.6",
"version": "1.0.7",
"main": "eslint-plugin.js",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -11,13 +11,13 @@
"lodash": "^4.17.15"
},
"devDependencies": {
"jest": "^24.9.0"
"jest": "^25.2.4"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^1.3.0",
"@typescript-eslint/parser": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"eslint": ">=5",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^2.5.0"
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-react-hooks": "^3.0.0"
}
}
Loading

0 comments on commit 5d68cff

Please sign in to comment.