chore: setup Yarn constraints (#13363)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-module-transforms": "workspace:^7.14.0",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
@@ -30,5 +30,9 @@
|
||||
"@babel/plugin-external-helpers": "workspace:*",
|
||||
"@babel/plugin-syntax-object-rest-spread": "^7.8.3"
|
||||
},
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs"
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
},
|
||||
"author": "The Babel Team (https://babel.dev/team)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user