From e9826817b297c52e7ba9fcd83069df5834e27dab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 11:01:27 +0100 Subject: [PATCH] Update dependency typescript to v3.8.3 (https://github.com/woocommerce/woocommerce-blocks/pull/1934) Co-authored-by: Renovate Bot --- plugins/woocommerce-blocks/package-lock.json | 6 +++--- plugins/woocommerce-blocks/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/woocommerce-blocks/package-lock.json b/plugins/woocommerce-blocks/package-lock.json index b41802bf8d7..618f7b6ba55 100644 --- a/plugins/woocommerce-blocks/package-lock.json +++ b/plugins/woocommerce-blocks/package-lock.json @@ -27245,9 +27245,9 @@ } }, "typescript": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.2.tgz", - "integrity": "sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ==", + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz", + "integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==", "dev": true }, "ua-parser-js": { diff --git a/plugins/woocommerce-blocks/package.json b/plugins/woocommerce-blocks/package.json index c1fa9b8ab14..e1644e29f36 100644 --- a/plugins/woocommerce-blocks/package.json +++ b/plugins/woocommerce-blocks/package.json @@ -132,7 +132,7 @@ "sass-loader": "7.3.1", "stylelint": "12.0.1", "stylelint-config-wordpress": "13.1.0", - "typescript": "3.8.2", + "typescript": "3.8.3", "webpack": "4.41.5", "webpack-cli": "3.3.10", "webpack-rtl-plugin": "2.0.0",