Update dependency @wordpress/api-fetch to v2.1.0 (https://github.com/woocommerce/woocommerce-admin/pull/625)
This commit is contained in:
parent
a978fa1e5e
commit
2a68549e30
|
@ -1015,14 +1015,15 @@
|
|||
}
|
||||
},
|
||||
"@wordpress/api-fetch": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-2.0.2.tgz",
|
||||
"integrity": "sha512-i+vDdoCxNAI9PpSLlLBg10JZq4cAJ3K/aVNxHUyK+Ps8cDUjEBITOV3A0+pnmumLCZgzs+LXIKq/kgNz+POqlA==",
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-2.1.0.tgz",
|
||||
"integrity": "sha512-Aa76Soaet8RGLDRuOBzbFyTVIBRDgytAO1EtEppvx444j3LHrgArQD5ViMmZTJB6NOY4wcLA6qmyCG3u+/Xxtg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@wordpress/hooks": "^2.0.2",
|
||||
"@wordpress/i18n": "^3.0.1"
|
||||
"@wordpress/i18n": "^3.0.1",
|
||||
"@wordpress/url": "^2.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/i18n": {
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"@babel/core": "7.1.2",
|
||||
"@babel/plugin-transform-async-to-generator": "7.1.0",
|
||||
"@babel/runtime-corejs2": "7.1.2",
|
||||
"@wordpress/api-fetch": "2.0.2",
|
||||
"@wordpress/api-fetch": "2.1.0",
|
||||
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.2",
|
||||
"@wordpress/babel-plugin-makepot": "2.1.2",
|
||||
"@wordpress/babel-preset-default": "2.1.0",
|
||||
|
|
Loading…
Reference in New Issue