Skip to content

Commit

Permalink
Allow Babel 8 pre-releases in peerDeps (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jul 21, 2023
1 parent 3dbfd65 commit e0fadd8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"resolve": "^1.14.2"
},
"peerDependencies": {
"@babel/core": "^7.4.0-0"
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
},
"devDependencies": {
"@babel/cli": "^7.22.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-polyfill-corejs2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.22.5"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-polyfill-corejs3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"core-js-pure": "^3.31.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-polyfill-es-shims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"math.clz32": "^1.0.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-polyfill-regenerator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@babel/plugin-transform-regenerator": "~7.14.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ __metadata:
resolve: ^1.14.2
semver: ^6.1.2
peerDependencies:
"@babel/core": ^7.4.0-0
"@babel/core": ^7.0.0-0
checksum: 5dca4c5e78457c5ced366bea601efa4e8c69bf5d53b0fe540283897575c49b1b88191c8ef062110de9046e886703ed3270fcda3a87f0886cdbb549204d3ff63f
languageName: node
linkType: hard
Expand All @@ -246,7 +246,7 @@ __metadata:
webpack: ^4.42.1
webpack-cli: ^3.3.11
peerDependencies:
"@babel/core": ^7.4.0-0
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4426,7 +4426,7 @@ __metadata:
"@babel/plugin-transform-modules-commonjs": ^7.22.5
semver: ^6.3.1
peerDependencies:
"@babel/core": ^7.0.0-0
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4458,7 +4458,7 @@ __metadata:
core-js-compat: ^3.31.0
core-js-pure: ^3.31.0
peerDependencies:
"@babel/core": ^7.0.0-0
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
languageName: unknown
linkType: soft

Expand All @@ -4472,7 +4472,7 @@ __metadata:
array.from: ^1.1.0
math.clz32: ^1.0.0
peerDependencies:
"@babel/core": ^7.0.0-0
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
languageName: unknown
linkType: soft

Expand All @@ -4496,7 +4496,7 @@ __metadata:
"@babel/helper-plugin-test-runner": ^7.16.7
"@babel/plugin-transform-regenerator": ~7.14.0
peerDependencies:
"@babel/core": ^7.0.0-0
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit e0fadd8

Please sign in to comment.