diff --git a/docs/next.config.mjs b/docs/next.config.mjs index f382dec70609a0..55248cc2e94c07 100644 --- a/docs/next.config.mjs +++ b/docs/next.config.mjs @@ -2,6 +2,7 @@ import * as path from 'path'; import * as url from 'url'; import * as fs from 'fs'; +// @ts-ignore import { BundleAnalyzerPlugin } from 'webpack-bundle-analyzer'; import { createRequire } from 'module'; import withDocsInfra from './nextConfigDocsInfra.js'; diff --git a/docs/package.json b/docs/package.json index ca917221087ea8..24a5e6e1342895 100644 --- a/docs/package.json +++ b/docs/package.json @@ -133,7 +133,6 @@ "@types/react-transition-group": "^4.4.10", "@types/react-window": "^1.8.8", "@types/stylis": "^4.2.0", - "@types/webpack-bundle-analyzer": "^4.6.3", "chai": "^4.4.1", "cross-fetch": "^4.0.0", "gm": "^1.25.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index baa763e2fa9a59..7e4fdda788d39c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -878,9 +878,6 @@ importers: '@types/stylis': specifier: ^4.2.0 version: 4.2.5 - '@types/webpack-bundle-analyzer': - specifier: ^4.6.3 - version: 4.6.3(esbuild@0.19.11)(webpack-cli@5.1.4) chai: specifier: ^4.4.1 version: 4.4.1 @@ -7906,19 +7903,6 @@ packages: resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==} dev: true - /@types/webpack-bundle-analyzer@4.6.3(esbuild@0.19.11)(webpack-cli@5.1.4): - resolution: {integrity: sha512-XYU3m7oRb1tlE8YhwkKLi1xba2buNB9V4VkQtOVTfJuUm/413pE/UCMVcPDFFBwpzGkr9y1WbSEvdPjKVPt0gw==} - dependencies: - '@types/node': 18.19.14 - tapable: 2.2.1 - webpack: 5.90.0(esbuild@0.19.11)(webpack-cli@5.1.4) - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - - webpack-cli - dev: true - /@types/webxr@0.5.13: resolution: {integrity: sha512-Hi4K3aTEoaa31Cep75AA9wK5q2iZgC1L70serPbI11L4YieoZpu5LvLr6FZXyIdqkkGPh1WMuDf6oSPHJXBkoA==} dev: false