Skip to content

Commit 52d5aaa

Browse files
committed
feat: upgrade semver to 7
https://github.com/npm/node-semver/blob/master/CHANGELOG.md#700 > Refactor module into separate files for better tree-shaking > Drop support for very old node versions, use const/let, => functions, and classes. I believe this drops support for node 0.x.
1 parent 9032e90 commit 52d5aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"lodash.union": "^4.6.0",
6565
"lodash.values": "^4.3.0",
6666
"object-hash": "^2.0.3",
67-
"semver": "^6.0.0",
67+
"semver": "^7.0.0",
6868
"tslib": "^1.13.0"
6969
}
7070
}

0 commit comments

Comments
 (0)