Skip to content

Commit

Permalink
Add more ignores to .npm-upgrade.json
Browse files Browse the repository at this point in the history
  • Loading branch information
th0r committed Nov 3, 2020
1 parent d5698f4 commit 591adf1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .npm-upgrade.json
Expand Up @@ -3,6 +3,14 @@
"mobx": {
"versions": ">=6",
"reason": "v6 drops decorators"
},
"mobx-react": {
"versions": ">=7",
"reason": "v7 requires MobX v6"
},
"webpack-cli": {
"versions": ">=4",
"reason": "Current version of Webpack Dev Server doesn't work with v4"
}
}
}

0 comments on commit 591adf1

Please sign in to comment.