Skip to content

Commit

Permalink
Downgrade semver for compatibility with Node 6 (#10991)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jan 12, 2020
1 parent d1c93e7 commit 2766837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/babel-compat-data/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-compilation-targets/package.json
Expand Up @@ -20,7 +20,7 @@
"browserslist": "^4.8.2",
"invariant": "^2.2.4",
"levenary": "^1.1.0",
"semver": "^7.1.1"
"semver": "^5.5.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down

0 comments on commit 2766837

Please sign in to comment.