Update babel monorepo to v7.4.5 (https://github.com/woocommerce/woocommerce-admin/pull/2273)
This commit is contained in:
parent
acd3f2f9d2
commit
8b5681c466
|
@ -31,16 +31,16 @@
|
|||
}
|
||||
},
|
||||
"@babel/core": {
|
||||
"version": "7.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.4.4.tgz",
|
||||
"integrity": "sha512-lQgGX3FPRgbz2SKmhMtYgJvVzGZrmjaF4apZ2bLwofAKiSjxU0drPh4S/VasyYXwaTs+A1gvQ45BN8SQJzHsQQ==",
|
||||
"version": "7.4.5",
|
||||
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.4.5.tgz",
|
||||
"integrity": "sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.0.0",
|
||||
"@babel/generator": "^7.4.4",
|
||||
"@babel/helpers": "^7.4.4",
|
||||
"@babel/parser": "^7.4.4",
|
||||
"@babel/parser": "^7.4.5",
|
||||
"@babel/template": "^7.4.4",
|
||||
"@babel/traverse": "^7.4.4",
|
||||
"@babel/traverse": "^7.4.5",
|
||||
"@babel/types": "^7.4.4",
|
||||
"convert-source-map": "^1.1.0",
|
||||
"debug": "^4.1.0",
|
||||
|
@ -49,6 +49,29 @@
|
|||
"resolve": "^1.3.2",
|
||||
"semver": "^5.4.1",
|
||||
"source-map": "^0.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/parser": {
|
||||
"version": "7.4.5",
|
||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.4.5.tgz",
|
||||
"integrity": "sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew=="
|
||||
},
|
||||
"@babel/traverse": {
|
||||
"version": "7.4.5",
|
||||
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.5.tgz",
|
||||
"integrity": "sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.0.0",
|
||||
"@babel/generator": "^7.4.4",
|
||||
"@babel/helper-function-name": "^7.1.0",
|
||||
"@babel/helper-split-export-declaration": "^7.4.4",
|
||||
"@babel/parser": "^7.4.5",
|
||||
"@babel/types": "^7.4.4",
|
||||
"debug": "^4.1.0",
|
||||
"globals": "^11.1.0",
|
||||
"lodash": "^4.17.11"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@babel/generator": {
|
||||
|
@ -716,9 +739,9 @@
|
|||
}
|
||||
},
|
||||
"@babel/runtime-corejs2": {
|
||||
"version": "7.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.4.4.tgz",
|
||||
"integrity": "sha512-hE7oVwVsRws84u5/nkaWWdN2J4SXEGuXKjrAsP0E4nkYImjSbpdHfGTS2nvFc82aDGIuG6OzhAQMpIzTHuZeKA==",
|
||||
"version": "7.4.5",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.4.5.tgz",
|
||||
"integrity": "sha512-5yLuwzvIDecKwYMzJtiarky4Fb5643H3Ao5jwX0HrMR5oM5mn2iHH9wSZonxwNK0oAjAFUQAiOd4jT7/9Y2jMQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"core-js": "^2.6.5",
|
||||
|
@ -5328,6 +5351,11 @@
|
|||
"color-name": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"color-studio": {
|
||||
"version": "github:automattic/color-studio#acd219f55dda5394387aabf27be28830ed1feb47",
|
||||
"from": "github:automattic/color-studio#1.0.3",
|
||||
"dev": true
|
||||
},
|
||||
"colormin": {
|
||||
"version": "1.1.2",
|
||||
"resolved": "https://registry.npmjs.org/colormin/-/colormin-1.1.2.tgz",
|
||||
|
|
|
@ -108,10 +108,10 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.4.4",
|
||||
"@babel/core": "7.4.4",
|
||||
"@babel/core": "7.4.5",
|
||||
"@babel/plugin-transform-async-to-generator": "7.4.4",
|
||||
"@babel/plugin-transform-react-jsx": "7.3.0",
|
||||
"@babel/runtime-corejs2": "7.4.4",
|
||||
"@babel/runtime-corejs2": "7.4.5",
|
||||
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.2",
|
||||
"@wordpress/babel-plugin-makepot": "2.1.2",
|
||||
"@wordpress/babel-preset-default": "3.0.1",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"module": "build-module/index.js",
|
||||
"react-native": "src/index",
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs2": "7.4.4",
|
||||
"@babel/runtime-corejs2": "7.4.5",
|
||||
"@woocommerce/csv-export": "1.1.0",
|
||||
"@woocommerce/currency": "1.1.1",
|
||||
"@woocommerce/date": "1.0.7",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"module": "build-module/index.js",
|
||||
"react-native": "src/index",
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs2": "7.4.4",
|
||||
"@babel/runtime-corejs2": "7.4.5",
|
||||
"browser-filesaver": "1.1.1",
|
||||
"moment": "2.22.2"
|
||||
},
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"module": "build-module/index.js",
|
||||
"react-native": "src/index",
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs2": "7.4.4",
|
||||
"@babel/runtime-corejs2": "7.4.5",
|
||||
"@woocommerce/number": "1.0.2",
|
||||
"lodash": "4.17.11"
|
||||
},
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"module": "build-module/index.js",
|
||||
"react-native": "src/index",
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs2": "7.4.4",
|
||||
"@babel/runtime-corejs2": "7.4.5",
|
||||
"@wordpress/date": "3.0.1",
|
||||
"@wordpress/i18n": "3.1.0",
|
||||
"lodash": "4.17.11",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"module": "build-module/index.js",
|
||||
"react-native": "src/index",
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs2": "7.4.4",
|
||||
"@babel/runtime-corejs2": "7.4.5",
|
||||
"history": "4.9.0",
|
||||
"lodash": "4.17.11",
|
||||
"qs": "6.7.0"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"module": "build-module/index.js",
|
||||
"react-native": "src/index",
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs2": "7.4.4",
|
||||
"@babel/runtime-corejs2": "7.4.5",
|
||||
"locutus": "2.0.10",
|
||||
"lodash": "4.17.11"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue