Skip to content

Commit a1caace

Browse files
committed
chore: use loosen range for babel deps
1 parent fccf4bf commit a1caace

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.changeset/tender-dodos-cover.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'omit-empty-es': patch
3+
---
4+
5+
Use loosen range for babel deps

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"typecheck": "tsc --noEmit"
2828
},
2929
"dependencies": {
30-
"@babel/runtime": "7.12.5",
31-
"@babel/runtime-corejs3": "7.12.5"
30+
"@babel/runtime": "^7.12.5",
31+
"@babel/runtime-corejs3": "^7.12.5"
3232
},
3333
"devDependencies": {
3434
"@babel/plugin-transform-runtime": "7.12.10",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,15 +822,15 @@
822822
"@babel/helper-validator-option" "^7.12.1"
823823
"@babel/plugin-transform-typescript" "^7.12.1"
824824

825-
"@babel/runtime-corejs3@7.12.5":
825+
"@babel/runtime-corejs3@^7.12.5":
826826
version "7.12.5"
827827
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.12.5.tgz#ffee91da0eb4c6dae080774e94ba606368e414f4"
828828
integrity sha512-roGr54CsTmNPPzZoCP1AmDXuBoNao7tnSA83TXTwt+UK5QVyh1DIJnrgYRPWKCF2flqZQXwa7Yr8v7VmLzF0YQ==
829829
dependencies:
830830
core-js-pure "^3.0.0"
831831
regenerator-runtime "^0.13.4"
832832

833-
"@babel/runtime@7.12.5", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.2", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.7", "@babel/runtime@^7.8.4":
833+
"@babel/runtime@^7.10.4", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.7", "@babel/runtime@^7.8.4":
834834
version "7.12.5"
835835
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
836836
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==

0 commit comments

Comments
 (0)