chore: setup Yarn constraints (#13363)
This commit is contained in:
@@ -12,11 +12,15 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-function-name": "workspace:^7.12.13",
|
||||
"@babel/template": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.13.0",
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
},
|
||||
"author": "The Babel Team (https://babel.dev/team)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user