Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
For configs, switch back to exact versions
I realized that without exact versions, we don't have to release a new version of standard when we relax a rule in one of the configs, like I just did for #1382

I would rather be forced to release a new version when I do this, so we have to add a changelog entry and document the change.
  • Loading branch information
feross committed Aug 22, 2019
1 parent 87b3f50 commit 3ed715e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"eslint": "~6.1.0",
"eslint-config-standard": "~14.0.0",
"eslint-config-standard-jsx": "~8.0.0",
"eslint-config-standard": "14.0.0",
"eslint-config-standard-jsx": "8.0.1",
"eslint-plugin-import": "~2.18.0",
"eslint-plugin-node": "~9.1.0",
"eslint-plugin-promise": "~4.2.1",
Expand Down

0 comments on commit 3ed715e

Please sign in to comment.