From 2a68549e30b586d18cfb0cb220030950f36e1347 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 23 Oct 2018 14:00:15 -0400 Subject: [PATCH] Update dependency @wordpress/api-fetch to v2.1.0 (https://github.com/woocommerce/woocommerce-admin/pull/625) --- plugins/woocommerce-admin/package-lock.json | 9 +++++---- plugins/woocommerce-admin/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/plugins/woocommerce-admin/package-lock.json b/plugins/woocommerce-admin/package-lock.json index 52ce00ff8e3..91b6aaf5878 100644 --- a/plugins/woocommerce-admin/package-lock.json +++ b/plugins/woocommerce-admin/package-lock.json @@ -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": { diff --git a/plugins/woocommerce-admin/package.json b/plugins/woocommerce-admin/package.json index a6c1527945f..8b1faca91fd 100644 --- a/plugins/woocommerce-admin/package.json +++ b/plugins/woocommerce-admin/package.json @@ -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",