chore: setup Yarn constraints (#13363)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-module-transforms": "workspace:^7.14.2",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
@@ -28,5 +28,9 @@
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*",
|
||||
"@babel/plugin-external-helpers": "workspace:*"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
},
|
||||
"author": "The Babel Team (https://babel.dev/team)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user