Downgrade semver for compatibility with Node 6 (#10991)

This commit is contained in:
Nicolò Ribaudo
2020-01-12 13:56:09 +01:00
committed by GitHub
parent d1c93e7e3e
commit 27668377b5
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
"dependencies": {
"browserslist": "^4.8.2",
"invariant": "^2.2.4",
"semver": "^7.1.1"
"semver": "^5.5.0"
},
"devDependencies": {
"@babel/helper-compilation-targets": "^7.8.0",