Skip to content

Commit

Permalink
refactor: upgrade semver (#483)
Browse files Browse the repository at this point in the history
Looks like the biggest change is node.js support bump. https://github.com/npm/node-semver/blob/master/CHANGELOG.md#700 https://github.com/npm/node-semver/blob/master/CHANGELOG.md#60

Co-authored-by: Piotr Oleś <piotrek.oles@gmail.com>
  • Loading branch information
TrySound and piotr-oles committed Jul 21, 2020
1 parent 7f8f620 commit 714dc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -68,7 +68,7 @@
"memfs": "^3.1.2",
"minimatch": "^3.0.4",
"schema-utils": "1.0.0",
"semver": "^5.6.0",
"semver": "^7.3.2",
"tapable": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 714dc6e

Please sign in to comment.