chore: bump semver to 7.0.0 (#12015)

Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
Huáng Jùnliàng
2021-02-21 17:56:43 -05:00
committed by GitHub
parent 8e7a164490
commit ba4ac7d587
10 changed files with 86 additions and 37 deletions

View File

@@ -22,7 +22,7 @@
"dependencies": {
"@babel/helper-module-imports": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"semver": "^5.5.1"
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : 7.0.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"