From 1eab2d0b8868837de8f89f68c1ad14be741f3e78 Mon Sep 17 00:00:00 2001 From: Zack Jackson Date: Sun, 6 Dec 2020 19:30:00 -0800 Subject: [PATCH] feat: adding federated stats (#304) --- package.json | 3 +-- yarn.lock | 5 ----- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index 17117573..80f24a82 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "pretest": "npm run lint", "test": "cross-env NODE_ENV=test npm run test:coverage", "defaults": "webpack-defaults", - "semantic-release": "npx semantic-release", + "semantic-release": "npx semantic-release --no-ci", "travis": "npm run ci:coverage" }, "files": [ @@ -70,7 +70,6 @@ "loader-utils": "^2.0.0", "normalize-url": "1.9.1", "schema-utils": "^1.0.0", - "webpack-federated-stats-plugin": "^2.0.0-beta.1", "webpack-sources": "^1.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 21e80688..df63cde4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10727,11 +10727,6 @@ webpack-dev-server@3.10.3: ws "^6.2.1" yargs "12.0.5" -webpack-federated-stats-plugin@^2.0.0-beta.1: - version "2.0.0-beta.1" - resolved "https://registry.yarnpkg.com/webpack-federated-stats-plugin/-/webpack-federated-stats-plugin-2.0.0-beta.1.tgz#7ab647228e8e3049232b5b0207a4da4e3a1595df" - integrity sha512-h0QCY7ZhcLTZcv0YlRtbmbMMXR3QP+CN0c4Jj7oRFmet9nK8jjb7zX/tqp1j5bFgZkictNu1xVh1ocGxX10u6A== - webpack-log@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f"