From 6e2067c9d62723ac7187b25bf84d71389e9b90d0 Mon Sep 17 00:00:00 2001 From: fisker Date: Mon, 25 May 2020 19:53:30 +0800 Subject: [PATCH] Update `size-plugin-core` to support `compression: none` --- package-lock.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c21c8f7..347ceee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4065,9 +4065,9 @@ } }, "size-plugin-core": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/size-plugin-core/-/size-plugin-core-0.0.7.tgz", - "integrity": "sha512-vMX3AhK3hh5vxfOL5VgEIxUkcm0MFfiPsZ9LqZsZRH7iQ+erU669zYsx+WCF4EQ+nn11GYXL91U/sEvS1FnPug==", + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/size-plugin-core/-/size-plugin-core-0.0.9.tgz", + "integrity": "sha512-5Tn5TmCNg9G8LbmB7ocWTGorJ4azeC0eCjNFOESE3tUUP40+TEi7H/gTVUAussVOSpQ2SgE7Tq7Fa7cDZefgug==", "dev": true, "requires": { "brotli-size": "^4.0.0", diff --git a/package.json b/package.json index 1b1d4fe..23f6f3e 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "@actions/github": "^2.0.1", "microbundle": "^0.12.0-next.8", "pretty-bytes": "^5.3.0", - "size-plugin-core": "0.0.7" + "size-plugin-core": "0.0.9" } -} \ No newline at end of file +}