chore: downgrade semver to ^6.3.2 (#12890)

This commit is contained in:
pigcan
2021-02-25 02:55:42 +08:00
committed by GitHub
parent 4e87b80eba
commit c9da9650eb
8 changed files with 27 additions and 34 deletions

View File

@@ -25,7 +25,7 @@
"babel-plugin-polyfill-corejs2": "^0.1.4",
"babel-plugin-polyfill-corejs3": "^0.1.3",
"babel-plugin-polyfill-regenerator": "^0.1.2",
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : 7.0.0"
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"