diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 90b4637..f2a8d08 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -40,13 +40,13 @@ "@mango-scripts/babel-preset-mango": "^0.0.2", "@mango-scripts/utils": "^2.0.2", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11", - "@rsbuild/core": "^0.5.9", - "@rsbuild/plugin-babel": "^0.5.9", - "@rsbuild/plugin-check-syntax": "^0.5.9", - "@rsbuild/plugin-react": "^0.5.9", - "@rsbuild/plugin-stylus": "^0.5.9", - "@rsbuild/plugin-svgr": "^0.5.9", - "@rsbuild/plugin-type-check": "^0.5.9", + "@rsbuild/core": "^0.6.1", + "@rsbuild/plugin-babel": "^0.6.1", + "@rsbuild/plugin-check-syntax": "^0.6.1", + "@rsbuild/plugin-react": "^0.6.1", + "@rsbuild/plugin-stylus": "^0.6.1", + "@rsbuild/plugin-svgr": "^0.6.1", + "@rsbuild/plugin-type-check": "^0.6.1", "@svgr/webpack": "^8.1.0", "@swc/core": "^1.4.12", "@swc/helpers": "^0.5.8", diff --git a/packages/react-scripts/src/rsbuild/config/config.mts b/packages/react-scripts/src/rsbuild/config/config.mts index ba8dcd1..c57e43f 100644 --- a/packages/react-scripts/src/rsbuild/config/config.mts +++ b/packages/react-scripts/src/rsbuild/config/config.mts @@ -57,6 +57,9 @@ export const getRsbuildConfig = async ( media: '[name].[contenthash:16][ext]', }, }, + html: { + template: paths.appHtml, + }, tools: { bundlerChain(chain, utils) { chain.module diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cc65d1f..93bccb8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -559,26 +559,26 @@ importers: specifier: ^0.5.11 version: 0.5.11(react-refresh@0.14.0)(webpack-dev-server@4.15.1)(webpack@5.91.0) '@rsbuild/core': - specifier: ^0.5.9 - version: 0.5.9 + specifier: ^0.6.1 + version: 0.6.1 '@rsbuild/plugin-babel': - specifier: ^0.5.9 - version: 0.5.9(@rsbuild/core@0.5.9)(@swc/helpers@0.5.8) + specifier: ^0.6.1 + version: 0.6.1(@rsbuild/core@0.6.1)(@swc/helpers@0.5.8) '@rsbuild/plugin-check-syntax': - specifier: ^0.5.9 - version: 0.5.9(@rsbuild/core@0.5.9)(@swc/helpers@0.5.8) + specifier: ^0.6.1 + version: 0.6.1(@rsbuild/core@0.6.1)(@swc/helpers@0.5.8) '@rsbuild/plugin-react': - specifier: ^0.5.9 - version: 0.5.9(@rsbuild/core@0.5.9)(@swc/helpers@0.5.8) + specifier: ^0.6.1 + version: 0.6.1(@rsbuild/core@0.6.1)(@swc/helpers@0.5.8) '@rsbuild/plugin-stylus': - specifier: ^0.5.9 - version: 0.5.9(@rsbuild/core@0.5.9)(@swc/helpers@0.5.8)(webpack@5.91.0) + specifier: ^0.6.1 + version: 0.6.1(@rsbuild/core@0.6.1)(@swc/helpers@0.5.8)(webpack@5.91.0) '@rsbuild/plugin-svgr': - specifier: ^0.5.9 - version: 0.5.9(@rsbuild/core@0.5.9)(@swc/helpers@0.5.8)(typescript@5.4.4) + specifier: ^0.6.1 + version: 0.6.1(@rsbuild/core@0.6.1)(@swc/helpers@0.5.8)(typescript@5.4.4) '@rsbuild/plugin-type-check': - specifier: ^0.5.9 - version: 0.5.9(@rsbuild/core@0.5.9)(@swc/core@1.4.13)(@swc/helpers@0.5.8)(esbuild@0.20.2)(typescript@5.4.4)(uglify-js@3.17.4) + specifier: ^0.6.1 + version: 0.6.1(@rsbuild/core@0.6.1)(@swc/core@1.4.13)(@swc/helpers@0.5.8)(esbuild@0.20.2)(typescript@5.4.4)(uglify-js@3.17.4) '@svgr/webpack': specifier: ^8.1.0 version: 8.1.0(typescript@5.4.4) @@ -5881,30 +5881,30 @@ packages: dev: true optional: true - /@rsbuild/core@0.5.9: - resolution: {integrity: sha512-I11+gHrkAmEsDer3XdOFqbMTT6dKdacFoWkpIqqCKSBs0ntt8HCAiS2eHm3yzUbda6EQlxdjLXAlsx+KTa/L/A==} + /@rsbuild/core@0.6.1: + resolution: {integrity: sha512-I/AE7AbRu7hEytRlxKptSGkd2ZXAgowUjH86dspkinoBlGcGjRhYGAYaDR4svfq3MmTTuU0lA/w4JAHHR0E59A==} engines: {node: '>=16.0.0'} hasBin: true dependencies: - '@rsbuild/shared': 0.5.9(@swc/helpers@0.5.3) - '@rspack/core': 0.5.9-canary-8778e17-20240403045016(@swc/helpers@0.5.3) + '@rsbuild/shared': 0.6.1(@swc/helpers@0.5.3) + '@rspack/core': 0.6.1(@swc/helpers@0.5.3) '@swc/helpers': 0.5.3 core-js: 3.36.1 - html-webpack-plugin: /html-rspack-plugin@5.6.2(@rspack/core@0.5.9-canary-8778e17-20240403045016) + html-webpack-plugin: /html-rspack-plugin@5.6.2(@rspack/core@0.6.1) postcss: 8.4.38 dev: false - /@rsbuild/plugin-babel@0.5.9(@rsbuild/core@0.5.9)(@swc/helpers@0.5.8): - resolution: {integrity: sha512-iKPBbltRxpp8IrKTY7L4P0OJFDRBG5iYOv1FmYElQ/xujQrVdbzNbFx34h3AY/isdid98Z2vD6EpXuN+fCFZOw==} + /@rsbuild/plugin-babel@0.6.1(@rsbuild/core@0.6.1)(@swc/helpers@0.5.8): + resolution: {integrity: sha512-Omp8U/B+NiAOCI3a4z9HxC/7EycFNmbfniAQlWDd+87QIwjGZ2ZiPjHjogq9V+jDuEnm7bCVLCRQDfVAloA/wg==} peerDependencies: - '@rsbuild/core': ^0.5.9 + '@rsbuild/core': ^0.6.1 dependencies: '@babel/core': 7.24.4 '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.4) '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.4) '@babel/preset-typescript': 7.24.1(@babel/core@7.24.4) - '@rsbuild/core': 0.5.9 - '@rsbuild/shared': 0.5.9(@swc/helpers@0.5.8) + '@rsbuild/core': 0.6.1 + '@rsbuild/shared': 0.6.1(@swc/helpers@0.5.8) '@types/babel__core': 7.20.5 upath: 2.0.1 transitivePeerDependencies: @@ -5912,13 +5912,13 @@ packages: - supports-color dev: false - /@rsbuild/plugin-check-syntax@0.5.9(@rsbuild/core@0.5.9)(@swc/helpers@0.5.8): - resolution: {integrity: sha512-nYq2NL1BDHBbEqTpaJS8TIybiDWuB0IosTXbq+hNuaaYXFx7sq/WJvajMeOExx2GpgCTrliJQ0LziJtFi919Eg==} + /@rsbuild/plugin-check-syntax@0.6.1(@rsbuild/core@0.6.1)(@swc/helpers@0.5.8): + resolution: {integrity: sha512-WkF8HLR4oT+8joaU1ZM+7yeZLkneYdifHpPk+ZKcMkdUHyhkQ+xxHyi8BrLeIxSDHpWUVRyrOHUNEP3ogS9S8w==} peerDependencies: - '@rsbuild/core': ^0.5.9 + '@rsbuild/core': ^0.6.1 dependencies: - '@rsbuild/core': 0.5.9 - '@rsbuild/shared': 0.5.9(@swc/helpers@0.5.8) + '@rsbuild/core': 0.6.1 + '@rsbuild/shared': 0.6.1(@swc/helpers@0.5.8) acorn: 8.11.3 htmlparser2: 9.1.0 source-map: 0.7.4 @@ -5926,26 +5926,26 @@ packages: - '@swc/helpers' dev: false - /@rsbuild/plugin-react@0.5.9(@rsbuild/core@0.5.9)(@swc/helpers@0.5.8): - resolution: {integrity: sha512-I5NTql0MpPODlRbO7PB3ZjwTfaqrvpfr7oWLhINjM/C4ZoTbqy5lKnXIEp7yS9I1Tqir9hK0rXKInBli6PrTIg==} + /@rsbuild/plugin-react@0.6.1(@rsbuild/core@0.6.1)(@swc/helpers@0.5.8): + resolution: {integrity: sha512-U/ZeuXDbT0lqUmIBWZOuZlaR036eGvsPaXUCugDQWWYRo0dM894dQd2q3EPh6KJv55VQ9eMxNMvKgVYA+7fhug==} peerDependencies: - '@rsbuild/core': ^0.5.9 + '@rsbuild/core': ^0.6.1 dependencies: - '@rsbuild/core': 0.5.9 - '@rsbuild/shared': 0.5.9(@swc/helpers@0.5.8) - '@rspack/plugin-react-refresh': 0.5.9-canary-8778e17-20240403045016(react-refresh@0.14.0) + '@rsbuild/core': 0.6.1 + '@rsbuild/shared': 0.6.1(@swc/helpers@0.5.8) + '@rspack/plugin-react-refresh': 0.6.1(react-refresh@0.14.0) react-refresh: 0.14.0 transitivePeerDependencies: - '@swc/helpers' dev: false - /@rsbuild/plugin-stylus@0.5.9(@rsbuild/core@0.5.9)(@swc/helpers@0.5.8)(webpack@5.91.0): - resolution: {integrity: sha512-7XkO7qckKGL+Y2Nrpe1cSlQCp07RlV6GxLrtaBhsGqAtJ1KV/ilj51YKzxFWYbONgUaXKt+ASthyi0eySSBsTg==} + /@rsbuild/plugin-stylus@0.6.1(@rsbuild/core@0.6.1)(@swc/helpers@0.5.8)(webpack@5.91.0): + resolution: {integrity: sha512-83A0FEywCOGZKIHQDoiQMqTv9b6RNWsdQiN0hXQl+zVAoTalI1VaOkYWt5pw/J184sqPQI1OyqrZUQZQNgU+lg==} peerDependencies: - '@rsbuild/core': ^0.5.9 + '@rsbuild/core': ^0.6.1 dependencies: - '@rsbuild/core': 0.5.9 - '@rsbuild/shared': 0.5.9(@swc/helpers@0.5.8) + '@rsbuild/core': 0.6.1 + '@rsbuild/shared': 0.6.1(@swc/helpers@0.5.8) stylus: 0.63.0 stylus-loader: 8.1.0(stylus@0.63.0)(webpack@5.91.0) transitivePeerDependencies: @@ -5955,14 +5955,14 @@ packages: - webpack dev: false - /@rsbuild/plugin-svgr@0.5.9(@rsbuild/core@0.5.9)(@swc/helpers@0.5.8)(typescript@5.4.4): - resolution: {integrity: sha512-8jlcG9hs2PackjCyUkrwxhM2cwRBhM6Py2/U26gxsnr65rlZJTLAgfLqLsqoTDXvCG8bzVFY/m8nCEiMLiiMiQ==} + /@rsbuild/plugin-svgr@0.6.1(@rsbuild/core@0.6.1)(@swc/helpers@0.5.8)(typescript@5.4.4): + resolution: {integrity: sha512-h5BgSFanADfLhUeTHK6Jr2zGRnxMwGySmzlqwFW3yaDcL9IxRTAAkr1rgApIlt8drW69myMMYobmPQOVGYM+OQ==} peerDependencies: - '@rsbuild/core': ^0.5.9 + '@rsbuild/core': ^0.6.1 dependencies: - '@rsbuild/core': 0.5.9 - '@rsbuild/plugin-react': 0.5.9(@rsbuild/core@0.5.9)(@swc/helpers@0.5.8) - '@rsbuild/shared': 0.5.9(@swc/helpers@0.5.8) + '@rsbuild/core': 0.6.1 + '@rsbuild/plugin-react': 0.6.1(@rsbuild/core@0.6.1)(@swc/helpers@0.5.8) + '@rsbuild/shared': 0.6.1(@swc/helpers@0.5.8) '@svgr/core': 8.1.0(typescript@5.4.4) '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0) '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0)(typescript@5.4.4) @@ -5972,13 +5972,13 @@ packages: - typescript dev: false - /@rsbuild/plugin-type-check@0.5.9(@rsbuild/core@0.5.9)(@swc/core@1.4.13)(@swc/helpers@0.5.8)(esbuild@0.20.2)(typescript@5.4.4)(uglify-js@3.17.4): - resolution: {integrity: sha512-63GiTaCuHQc7qMOwz1Na/sxNBDABpyhYzMy91sWxfnUxQ/HLC55hyOQKmet/DvMFqDZVfW0G0KtSGb5DSR2f/g==} + /@rsbuild/plugin-type-check@0.6.1(@rsbuild/core@0.6.1)(@swc/core@1.4.13)(@swc/helpers@0.5.8)(esbuild@0.20.2)(typescript@5.4.4)(uglify-js@3.17.4): + resolution: {integrity: sha512-0WBF2HwY3UCAwexiK7aaixa2gJWlrN3Qb6VFWp74+CRsb3Jt92ZE0+jiuLL9eRUv95toqhVqCnaG4tDExZ6Ofw==} peerDependencies: - '@rsbuild/core': ^0.5.9 + '@rsbuild/core': ^0.6.1 dependencies: - '@rsbuild/core': 0.5.9 - '@rsbuild/shared': 0.5.9(@swc/helpers@0.5.8) + '@rsbuild/core': 0.6.1 + '@rsbuild/shared': 0.6.1(@swc/helpers@0.5.8) fork-ts-checker-webpack-plugin: 9.0.2(typescript@5.4.4)(webpack@5.91.0) webpack: 5.91.0(@swc/core@1.4.13)(esbuild@0.20.2)(uglify-js@3.17.4) transitivePeerDependencies: @@ -5990,114 +5990,114 @@ packages: - webpack-cli dev: false - /@rsbuild/shared@0.5.9(@swc/helpers@0.5.3): - resolution: {integrity: sha512-bl98CP6NHfJIpjzzXfhf4ucQ6B7lqtBpRAAVnlhbK/eXzh+cLrrYEmWDwNVlIE58zO8mnxA+toNuOeGq9qBJbw==} + /@rsbuild/shared@0.6.1(@swc/helpers@0.5.3): + resolution: {integrity: sha512-AEjdkhgc1FHPPEPWua3k6i/UOgxw9xvIGjl7IEyC4jJgYAKDqr2LcL6hhP+dS3BAVDUsJrQJ0FN3zWLkaYICDQ==} dependencies: - '@rspack/core': 0.5.9-canary-8778e17-20240403045016(@swc/helpers@0.5.3) + '@rspack/core': 0.6.1(@swc/helpers@0.5.3) caniuse-lite: 1.0.30001607 postcss: 8.4.38 transitivePeerDependencies: - '@swc/helpers' dev: false - /@rsbuild/shared@0.5.9(@swc/helpers@0.5.8): - resolution: {integrity: sha512-bl98CP6NHfJIpjzzXfhf4ucQ6B7lqtBpRAAVnlhbK/eXzh+cLrrYEmWDwNVlIE58zO8mnxA+toNuOeGq9qBJbw==} + /@rsbuild/shared@0.6.1(@swc/helpers@0.5.8): + resolution: {integrity: sha512-AEjdkhgc1FHPPEPWua3k6i/UOgxw9xvIGjl7IEyC4jJgYAKDqr2LcL6hhP+dS3BAVDUsJrQJ0FN3zWLkaYICDQ==} dependencies: - '@rspack/core': 0.5.9-canary-8778e17-20240403045016(@swc/helpers@0.5.8) + '@rspack/core': 0.6.1(@swc/helpers@0.5.8) caniuse-lite: 1.0.30001607 postcss: 8.4.38 transitivePeerDependencies: - '@swc/helpers' dev: false - /@rspack/binding-darwin-arm64@0.5.9-canary-8778e17-20240403045016: - resolution: {integrity: sha512-nG7MDfw1TPmI7F0s3PTHgM0ISNk48RvgyeLf/mki7BJMdplpNTKrd+937PHb+P1IjPEgT2fQcSKtwPipDK0+jg==} + /@rspack/binding-darwin-arm64@0.6.1: + resolution: {integrity: sha512-VbNGprAwNDrddEzGUuy6c+Q9DVlLj8jbtKsBK8maw0ERH7csX+RiH8iK+mUUf3TVMB7egRPODCBgzluyh4smYw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: false optional: true - /@rspack/binding-darwin-x64@0.5.9-canary-8778e17-20240403045016: - resolution: {integrity: sha512-1d4HqUpSAeDnXKO1bg5i2uKsmgdf2gSzV6ZyCmNzeiT5NhyMNpk/sUgdrq9LQTUF/xGKPabyaWghNvfFgHHz9Q==} + /@rspack/binding-darwin-x64@0.6.1: + resolution: {integrity: sha512-JPRSVUEHxPPNaD8H1e5dCinu/ST5UKF0PTfxL4yElbwWnujWRYhoXZAqEEImDTFIHl8pzf5asUEUt01UGpLuqw==} cpu: [x64] os: [darwin] requiresBuild: true dev: false optional: true - /@rspack/binding-linux-arm64-gnu@0.5.9-canary-8778e17-20240403045016: - resolution: {integrity: sha512-KAdUGSzko5d7CGB/jrY++QhcLm6gVor5xHY8Xj67kbGtu1bAB3tIlxaGZSkTzN14szrAMgJnbgaoUg4+RRWTwA==} + /@rspack/binding-linux-arm64-gnu@0.6.1: + resolution: {integrity: sha512-XM3qcxuoH3cETolV1xE8ig169K8hJ5xUcll3bJ0xAmDOdqzXIjnlcKiXWEJbgDY5VFwOqh27SoB3xxXQQv6KPQ==} cpu: [arm64] os: [linux] requiresBuild: true dev: false optional: true - /@rspack/binding-linux-arm64-musl@0.5.9-canary-8778e17-20240403045016: - resolution: {integrity: sha512-hstYwkMpu4/gcG7nQYNa2bN1UrHthSs44S+KMiNFqR/r+fyP3O52OebHHD9PuoZaJ+FEnXDPcnkOO2hIeiYFxg==} + /@rspack/binding-linux-arm64-musl@0.6.1: + resolution: {integrity: sha512-WHDZew5i/Vts5MOyFwwjkfZrPehx9d6Zx/dGSsUriyu+bFmJGNnvSPpcpJejL9t0GNsjs1EL7K5fjwXro3qABA==} cpu: [arm64] os: [linux] requiresBuild: true dev: false optional: true - /@rspack/binding-linux-x64-gnu@0.5.9-canary-8778e17-20240403045016: - resolution: {integrity: sha512-ZMDQwLyfITvVvwUScbiHrctIW+M8pOp9ZB5JsGFvfhyemmer7MjTehFoYTNkN7ZMYsQsfRFzvrgEGVoYLel3ZQ==} + /@rspack/binding-linux-x64-gnu@0.6.1: + resolution: {integrity: sha512-bvexuC7ad2hbIDWRURAdwvMHoJmDLL+W2iaQp2xe7x1WKaGt5fT6ZePAth+f0xro+PuAbnfJ5H3J++xvqvAUHA==} cpu: [x64] os: [linux] requiresBuild: true dev: false optional: true - /@rspack/binding-linux-x64-musl@0.5.9-canary-8778e17-20240403045016: - resolution: {integrity: sha512-sHrx3fF/fFfcWNXD4Uu2zc8Wh3IzEVr7o4aomKmD2oUSKzmKPVyAl74hNei+MB/tcW6ejp1sHQOhPMX1gAZV+w==} + /@rspack/binding-linux-x64-musl@0.6.1: + resolution: {integrity: sha512-o4P54sUVaHVYyCd6KAUgBNOkBVD39xOyjpK3Ob8+lmrunDAzw6hbE2tMORMm9BfaCeKh+F17VthPjTlFgQsRRg==} cpu: [x64] os: [linux] requiresBuild: true dev: false optional: true - /@rspack/binding-win32-arm64-msvc@0.5.9-canary-8778e17-20240403045016: - resolution: {integrity: sha512-LySghG2vx/NeZQPTkCR5izmH7LDmi1owbde97sS6M0W8dc7QhwiFporxAWU4f2EvKgAx42l3V/5uAt7DwhLFMQ==} + /@rspack/binding-win32-arm64-msvc@0.6.1: + resolution: {integrity: sha512-6OoPlxZH2j+k1JyzO0khbtodJmXgpscx7sa6i2HvUsSWJVxAAjMf2ZdRsDGwMxATp9S9HIDklqV7h2X9/nfIvg==} cpu: [arm64] os: [win32] requiresBuild: true dev: false optional: true - /@rspack/binding-win32-ia32-msvc@0.5.9-canary-8778e17-20240403045016: - resolution: {integrity: sha512-lxMRk4i34G5ATqWQdPj4IW0uojDDyzWBynspzBnTPmvI92KzZD1+WDCbW2B5G+xSxqAoDYTECrezLYFrPhIAag==} + /@rspack/binding-win32-ia32-msvc@0.6.1: + resolution: {integrity: sha512-eJ+WNrEymxFBAB187fFobCS3MUc1afCv0EzAs9LAVPgj2Z3fE8l2XCDUPsRkGtQyh8ftTdyyY9JNqYEIOrx4RQ==} cpu: [ia32] os: [win32] requiresBuild: true dev: false optional: true - /@rspack/binding-win32-x64-msvc@0.5.9-canary-8778e17-20240403045016: - resolution: {integrity: sha512-q0EzWVXU1gXBHXJCWkmgVODT1hCpRdQiEPqA0TKhn47XRfcVm7HMFJSsGOH046JiLpOjxF8kG2LFP/kca2YDiw==} + /@rspack/binding-win32-x64-msvc@0.6.1: + resolution: {integrity: sha512-Wk/p1jwcjICKOGLmUkrbUZTZ5yQuYJEjNhMyAZDBQtQMOqkycOsijw8c/KYEfJTzSK0TuE+5rK5WDqQkGaYFoQ==} cpu: [x64] os: [win32] requiresBuild: true dev: false optional: true - /@rspack/binding@0.5.9-canary-8778e17-20240403045016: - resolution: {integrity: sha512-Ou5NBpz6ochCjP8QmZZRpAZJekZv0WGeJ5wUjwzT/Pa8pBioc4pf9oGYdtP+N6dNqGi/bmsTqhKdhf5Sz9yzGw==} + /@rspack/binding@0.6.1: + resolution: {integrity: sha512-Kh81wjmT7r0JiFrqyMOkuve5Pwm4Mq44m6+tywE15bDTpahDIDQ3x18fZqeSTWG4t3P0fhvljsiWWAlPvwyjOg==} optionalDependencies: - '@rspack/binding-darwin-arm64': 0.5.9-canary-8778e17-20240403045016 - '@rspack/binding-darwin-x64': 0.5.9-canary-8778e17-20240403045016 - '@rspack/binding-linux-arm64-gnu': 0.5.9-canary-8778e17-20240403045016 - '@rspack/binding-linux-arm64-musl': 0.5.9-canary-8778e17-20240403045016 - '@rspack/binding-linux-x64-gnu': 0.5.9-canary-8778e17-20240403045016 - '@rspack/binding-linux-x64-musl': 0.5.9-canary-8778e17-20240403045016 - '@rspack/binding-win32-arm64-msvc': 0.5.9-canary-8778e17-20240403045016 - '@rspack/binding-win32-ia32-msvc': 0.5.9-canary-8778e17-20240403045016 - '@rspack/binding-win32-x64-msvc': 0.5.9-canary-8778e17-20240403045016 - dev: false - - /@rspack/core@0.5.9-canary-8778e17-20240403045016(@swc/helpers@0.5.3): - resolution: {integrity: sha512-UZ6U2RPnLJ2suswKxqxJIW02eoKdZdFX2/CpE5Y7NnGmp7mNd+lSNbiNnhuJ9KXL/RcopmI0CSmnlb9wRglqlQ==} + '@rspack/binding-darwin-arm64': 0.6.1 + '@rspack/binding-darwin-x64': 0.6.1 + '@rspack/binding-linux-arm64-gnu': 0.6.1 + '@rspack/binding-linux-arm64-musl': 0.6.1 + '@rspack/binding-linux-x64-gnu': 0.6.1 + '@rspack/binding-linux-x64-musl': 0.6.1 + '@rspack/binding-win32-arm64-msvc': 0.6.1 + '@rspack/binding-win32-ia32-msvc': 0.6.1 + '@rspack/binding-win32-x64-msvc': 0.6.1 + dev: false + + /@rspack/core@0.6.1(@swc/helpers@0.5.3): + resolution: {integrity: sha512-DBlyxm0cyxJ0WiYLeirdJghLhKovLXDhZiQZovZPTFljd1ZX1lCDvTj11KApmW8eJDoiBi0QDYWRLXeZetGllg==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -6106,7 +6106,7 @@ packages: optional: true dependencies: '@module-federation/runtime-tools': 0.0.8 - '@rspack/binding': 0.5.9-canary-8778e17-20240403045016 + '@rspack/binding': 0.6.1 '@swc/helpers': 0.5.3 browserslist: 4.23.0 enhanced-resolve: 5.12.0 @@ -6121,8 +6121,8 @@ packages: zod-validation-error: 1.3.1(zod@3.22.4) dev: false - /@rspack/core@0.5.9-canary-8778e17-20240403045016(@swc/helpers@0.5.8): - resolution: {integrity: sha512-UZ6U2RPnLJ2suswKxqxJIW02eoKdZdFX2/CpE5Y7NnGmp7mNd+lSNbiNnhuJ9KXL/RcopmI0CSmnlb9wRglqlQ==} + /@rspack/core@0.6.1(@swc/helpers@0.5.8): + resolution: {integrity: sha512-DBlyxm0cyxJ0WiYLeirdJghLhKovLXDhZiQZovZPTFljd1ZX1lCDvTj11KApmW8eJDoiBi0QDYWRLXeZetGllg==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -6131,7 +6131,7 @@ packages: optional: true dependencies: '@module-federation/runtime-tools': 0.0.8 - '@rspack/binding': 0.5.9-canary-8778e17-20240403045016 + '@rspack/binding': 0.6.1 '@swc/helpers': 0.5.8 browserslist: 4.23.0 enhanced-resolve: 5.12.0 @@ -6146,8 +6146,8 @@ packages: zod-validation-error: 1.3.1(zod@3.22.4) dev: false - /@rspack/plugin-react-refresh@0.5.9-canary-8778e17-20240403045016(react-refresh@0.14.0): - resolution: {integrity: sha512-+sx8jl9+ZRu/iUcmbUb0uEMT0XjR8dWgz73j3xXXGXZtKJtRJrnUsDIbUCJTni2BnAWppEevkftZwA3ZXyGuXQ==} + /@rspack/plugin-react-refresh@0.6.1(react-refresh@0.14.0): + resolution: {integrity: sha512-yTxsm/tiso3YQRt7kHQbk/b+QZWpBNutWjLBAb7571Wu53p98Jlv9rhYKpuXgQQWGKxCPXQcR1fAd5zbvU0UMQ==} peerDependencies: react-refresh: '>=0.10.0 <1.0.0' peerDependenciesMeta: @@ -10173,7 +10173,7 @@ packages: resolution: {integrity: sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==} engines: {node: '>=10.13.0'} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 tapable: 2.2.1 dev: false @@ -11930,7 +11930,7 @@ packages: void-elements: 3.1.0 dev: false - /html-rspack-plugin@5.6.2(@rspack/core@0.5.9-canary-8778e17-20240403045016): + /html-rspack-plugin@5.6.2(@rspack/core@0.6.1): resolution: {integrity: sha512-cPGwV3odvKJ7DBAG/DxF5e0nMMvBl1zGfyDciT2xMETRrIwajwC7LtEB3cf7auoGMK6xJOOLjWJgaKHLu/FzkQ==} engines: {node: '>=10.13.0'} peerDependencies: @@ -11939,7 +11939,7 @@ packages: '@rspack/core': optional: true dependencies: - '@rspack/core': 0.5.9-canary-8778e17-20240403045016(@swc/helpers@0.5.3) + '@rspack/core': 0.6.1(@swc/helpers@0.5.3) lodash: 4.17.21 tapable: 2.2.1 dev: false