From dce85c67d358207a011884935f92506ac9acdbb2 Mon Sep 17 00:00:00 2001 From: arthur Date: Mon, 15 Jul 2024 16:02:08 +0800 Subject: [PATCH] Clean up --- pnpm-lock.yaml | 3 --- projects/packages/jetpack-mu-wpcom/package.json | 1 - projects/packages/jetpack-mu-wpcom/webpack.config.js | 1 - 3 files changed, 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ea4c5b0398454..51ffa2b2d383e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2197,9 +2197,6 @@ importers: babel-plugin-transform-rename-properties: specifier: 0.1.0 version: 0.1.0(@babel/core@7.24.7) - events: - specifier: 3.3.0 - version: 3.3.0 sass: specifier: 1.64.1 version: 1.64.1 diff --git a/projects/packages/jetpack-mu-wpcom/package.json b/projects/packages/jetpack-mu-wpcom/package.json index 1b794e7c1bf82..0253f730469db 100644 --- a/projects/packages/jetpack-mu-wpcom/package.json +++ b/projects/packages/jetpack-mu-wpcom/package.json @@ -38,7 +38,6 @@ "@types/react": "^18.2.28", "@types/react-dom": "18.3.0", "babel-plugin-transform-rename-properties": "0.1.0", - "events": "3.3.0", "sass": "1.64.1", "sass-loader": "12.4.0", "typescript": "^5.0.4", diff --git a/projects/packages/jetpack-mu-wpcom/webpack.config.js b/projects/packages/jetpack-mu-wpcom/webpack.config.js index 2326a4697a13a..1424d37d92480 100644 --- a/projects/packages/jetpack-mu-wpcom/webpack.config.js +++ b/projects/packages/jetpack-mu-wpcom/webpack.config.js @@ -1,7 +1,6 @@ // eslint-disable-next-line @typescript-eslint/no-var-requires const path = require( 'path' ); const jetpackWebpackConfig = require( '@automattic/jetpack-webpack-config/webpack' ); -// eslint-disable-next-line @typescript-eslint/no-var-requires const verbumConfig = require( './verbum.webpack.config.js' ); module.exports = [