[babel 8] Update globals, find-cache-dir and slash (#12656)

This commit is contained in:
Nicolò Ribaudo
2021-01-22 17:57:07 +01:00
committed by GitHub
parent 6a961497aa
commit f795fff1e4
5 changed files with 71 additions and 14 deletions

View File

@@ -21,7 +21,7 @@
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/helper-replace-supers": "workspace:^7.12.1",
"@babel/helper-split-export-declaration": "workspace:^7.10.4",
"globals": "^11.1.0"
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
},
"keywords": [
"babel-plugin"