Skip to content

Commit

Permalink
Peer deps should use ^ operator
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Oct 28, 2020
1 parent 1f8296c commit b1248f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/feross/eslint-config-standard-react/issues"
},
"devDependencies": {
"eslint": "^7.11.0",
"eslint": "^7.12.1",
"eslint-plugin-react": "^7.21.5",
"tape": "^5.0.1"
},
Expand Down Expand Up @@ -47,8 +47,8 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"eslint": ">=7.12.1",
"eslint-plugin-react": ">=7.21.5"
"eslint": "^7.12.1",
"eslint-plugin-react": "^7.21.5"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b1248f0

Please sign in to comment.