From 177d7952928b0196d27153f5f2a5e6957bf4bea4 Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Tue, 16 May 2023 11:28:21 +0200 Subject: [PATCH] Remove tapable as dependency as we don't use it (#5457) tapable is a package which is used by other packages we depend on, but we don't actually use it anywhere. --- package-lock.json | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce3166df24..4fbe4960de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -165,7 +165,6 @@ "storybook-addon-designs": "6.3.1", "style-loader": "3.3.2", "tailwindcss": "3.3.2", - "tapable": "1.1.3", "ts-jest": "28.0.8", "ts-loader": "9.4.2", "tsconfig-paths-webpack-plugin": "3.5.2", diff --git a/package.json b/package.json index 5891939745..c701317cdb 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,6 @@ "storybook-addon-designs": "6.3.1", "style-loader": "3.3.2", "tailwindcss": "3.3.2", - "tapable": "1.1.3", "ts-jest": "28.0.8", "ts-loader": "9.4.2", "tsconfig-paths-webpack-plugin": "3.5.2",