diff --git a/examples/module-federation/mf-host/package.json b/examples/module-federation/mf-host/package.json index da3f943ab..bf8654da4 100644 --- a/examples/module-federation/mf-host/package.json +++ b/examples/module-federation/mf-host/package.json @@ -15,8 +15,8 @@ "@module-federation/rsbuild-plugin": "^0.8.8", "@rsbuild/core": "1.2.0-beta.0", "@rsbuild/plugin-react": "^1.1.0", - "@types/react": "^19.0.4", - "@types/react-dom": "^19.0.2", + "@types/react": "^19.0.6", + "@types/react-dom": "^19.0.3", "typescript": "^5.7.3" } } diff --git a/examples/module-federation/mf-react-component/package.json b/examples/module-federation/mf-react-component/package.json index 93868a243..c963480db 100644 --- a/examples/module-federation/mf-react-component/package.json +++ b/examples/module-federation/mf-react-component/package.json @@ -23,7 +23,7 @@ "@module-federation/storybook-addon": "^4.0.0", "@rsbuild/plugin-react": "^1.1.0", "@rslib/core": "workspace:*", - "@types/react": "^19.0.4", + "@types/react": "^19.0.6", "http-server": "^14.1.1", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/module-federation/mf-remote/package.json b/examples/module-federation/mf-remote/package.json index 36f2eabde..9b5fcfb29 100644 --- a/examples/module-federation/mf-remote/package.json +++ b/examples/module-federation/mf-remote/package.json @@ -15,8 +15,8 @@ "@module-federation/rsbuild-plugin": "^0.8.8", "@rsbuild/core": "1.2.0-beta.0", "@rsbuild/plugin-react": "^1.1.0", - "@types/react": "^19.0.4", - "@types/react-dom": "^19.0.2", + "@types/react": "^19.0.6", + "@types/react-dom": "^19.0.3", "typescript": "^5.7.3" } } diff --git a/examples/react-component-bundle-false/package.json b/examples/react-component-bundle-false/package.json index 0814a42da..fb8c30f5b 100644 --- a/examples/react-component-bundle-false/package.json +++ b/examples/react-component-bundle-false/package.json @@ -11,7 +11,7 @@ "@rsbuild/plugin-react": "^1.1.0", "@rsbuild/plugin-sass": "^1.1.2", "@rslib/core": "workspace:*", - "@types/react": "^19.0.4", + "@types/react": "^19.0.6", "react": "^19.0.0" }, "peerDependencies": { diff --git a/examples/react-component-bundle/package.json b/examples/react-component-bundle/package.json index a62ee63c1..bce9abb77 100644 --- a/examples/react-component-bundle/package.json +++ b/examples/react-component-bundle/package.json @@ -11,7 +11,7 @@ "@rsbuild/plugin-react": "^1.1.0", "@rsbuild/plugin-sass": "^1.1.2", "@rslib/core": "workspace:*", - "@types/react": "^19.0.4", + "@types/react": "^19.0.6", "react": "^19.0.0" }, "peerDependencies": { diff --git a/examples/react-component-umd/package.json b/examples/react-component-umd/package.json index 11568764d..007e8f8c6 100644 --- a/examples/react-component-umd/package.json +++ b/examples/react-component-umd/package.json @@ -10,7 +10,7 @@ "@rsbuild/plugin-react": "^1.1.0", "@rsbuild/plugin-sass": "^1.1.2", "@rslib/core": "workspace:*", - "@types/react": "^19.0.4", + "@types/react": "^19.0.6", "react": "^19.0.0" }, "peerDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index d34269c4a..13329f8cb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -52,7 +52,7 @@ "picocolors": "1.1.1", "prebundle": "1.2.5", "rsbuild-plugin-publint": "^0.2.1", - "rslib": "npm:@rslib/core@0.3.0", + "rslib": "npm:@rslib/core@0.3.1", "rslog": "^1.2.3", "tsconfck": "3.1.4", "typescript": "^5.7.3" diff --git a/packages/create-rslib/fragments/base/react-ts/package.json b/packages/create-rslib/fragments/base/react-ts/package.json index d53f6e9fd..8d6e098f6 100644 --- a/packages/create-rslib/fragments/base/react-ts/package.json +++ b/packages/create-rslib/fragments/base/react-ts/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@rsbuild/plugin-react": "^1.1.0", "@rslib/core": "workspace:*", - "@types/react": "^19.0.4", + "@types/react": "^19.0.6", "react": "^19.0.0", "typescript": "^5.7.3" }, diff --git a/packages/create-rslib/package.json b/packages/create-rslib/package.json index 2d94b0844..74beecb49 100644 --- a/packages/create-rslib/package.json +++ b/packages/create-rslib/package.json @@ -38,7 +38,7 @@ "@types/node": "^22.8.1", "fs-extra": "^11.2.0", "rsbuild-plugin-publint": "^0.2.1", - "rslib": "npm:@rslib/core@0.3.0", + "rslib": "npm:@rslib/core@0.3.1", "tsx": "^4.19.2", "typescript": "^5.7.3" }, diff --git a/packages/create-rslib/template-[react]-[]-ts/package.json b/packages/create-rslib/template-[react]-[]-ts/package.json index d53f6e9fd..8d6e098f6 100644 --- a/packages/create-rslib/template-[react]-[]-ts/package.json +++ b/packages/create-rslib/template-[react]-[]-ts/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@rsbuild/plugin-react": "^1.1.0", "@rslib/core": "workspace:*", - "@types/react": "^19.0.4", + "@types/react": "^19.0.6", "react": "^19.0.0", "typescript": "^5.7.3" }, diff --git a/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json b/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json index 49de20ef3..d4514f03f 100644 --- a/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json +++ b/packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json @@ -33,7 +33,7 @@ "@storybook/test": "^8.4.7", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", - "@types/react": "^19.0.4", + "@types/react": "^19.0.6", "jsdom": "^26.0.0", "react": "^19.0.0", "storybook": "^8.4.7", diff --git a/packages/create-rslib/template-[react]-[storybook]-ts/package.json b/packages/create-rslib/template-[react]-[storybook]-ts/package.json index 53caceec5..4d1403150 100644 --- a/packages/create-rslib/template-[react]-[storybook]-ts/package.json +++ b/packages/create-rslib/template-[react]-[storybook]-ts/package.json @@ -30,7 +30,7 @@ "@storybook/blocks": "^8.4.7", "@storybook/react": "^8.4.7", "@storybook/test": "^8.4.7", - "@types/react": "^19.0.4", + "@types/react": "^19.0.6", "react": "^19.0.0", "storybook": "^8.4.7", "storybook-addon-rslib": "^0.1.7", diff --git a/packages/create-rslib/template-[react]-[vitest]-ts/package.json b/packages/create-rslib/template-[react]-[vitest]-ts/package.json index 4a2df1750..07cc6f3c2 100644 --- a/packages/create-rslib/template-[react]-[vitest]-ts/package.json +++ b/packages/create-rslib/template-[react]-[vitest]-ts/package.json @@ -23,7 +23,7 @@ "@rslib/core": "workspace:*", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", - "@types/react": "^19.0.4", + "@types/react": "^19.0.6", "jsdom": "^26.0.0", "react": "^19.0.0", "typescript": "^5.7.3", diff --git a/packages/plugin-dts/package.json b/packages/plugin-dts/package.json index 68322c22d..07f114c77 100644 --- a/packages/plugin-dts/package.json +++ b/packages/plugin-dts/package.json @@ -38,7 +38,7 @@ "@rsbuild/core": "1.2.0-beta.0", "@rslib/tsconfig": "workspace:*", "rsbuild-plugin-publint": "^0.2.1", - "rslib": "npm:@rslib/core@0.3.0", + "rslib": "npm:@rslib/core@0.3.1", "typescript": "^5.7.3" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 39f932bfa..2eaadcf90 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -96,11 +96,11 @@ importers: specifier: ^1.1.0 version: 1.1.0(@rsbuild/core@1.2.0-beta.0) '@types/react': - specifier: ^19.0.4 - version: 19.0.4 + specifier: ^19.0.6 + version: 19.0.6 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.4) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.6) typescript: specifier: ^5.7.3 version: 5.7.3 @@ -123,8 +123,8 @@ importers: specifier: workspace:* version: link:../../../packages/core '@types/react': - specifier: ^19.0.4 - version: 19.0.4 + specifier: ^19.0.6 + version: 19.0.6 http-server: specifier: ^14.1.1 version: 14.1.1 @@ -139,10 +139,10 @@ importers: version: 8.4.7(prettier@3.4.2) storybook-addon-rslib: specifier: ^0.1.7 - version: 0.1.7(@rsbuild/core@1.2.0-beta.0)(@rslib/core@packages+core)(storybook-builder-rsbuild@0.1.7(@rsbuild/core@1.2.0-beta.0)(@rspack/core@1.2.0-beta.0(@swc/helpers@0.5.15))(@types/react@19.0.4)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.3)(webpack-sources@3.2.3))(typescript@5.7.3) + version: 0.1.7(@rsbuild/core@1.2.0-beta.0)(@rslib/core@packages+core)(storybook-builder-rsbuild@0.1.7(@rsbuild/core@1.2.0-beta.0)(@rspack/core@1.2.0-beta.0(@swc/helpers@0.5.15))(@types/react@19.0.6)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.3)(webpack-sources@3.2.3))(typescript@5.7.3) storybook-react-rsbuild: specifier: ^0.1.7 - version: 0.1.7(@rsbuild/core@1.2.0-beta.0)(@rspack/core@1.2.0-beta.0(@swc/helpers@0.5.15))(@types/react@19.0.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(rollup@4.18.1)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.3)(webpack-sources@3.2.3)(webpack@5.96.1) + version: 0.1.7(@rsbuild/core@1.2.0-beta.0)(@rspack/core@1.2.0-beta.0(@swc/helpers@0.5.15))(@types/react@19.0.6)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(rollup@4.18.1)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.3)(webpack-sources@3.2.3)(webpack@5.96.1) examples/module-federation/mf-remote: dependencies: @@ -163,11 +163,11 @@ importers: specifier: ^1.1.0 version: 1.1.0(@rsbuild/core@1.2.0-beta.0) '@types/react': - specifier: ^19.0.4 - version: 19.0.4 + specifier: ^19.0.6 + version: 19.0.6 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.4) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.6) typescript: specifier: ^5.7.3 version: 5.7.3 @@ -199,8 +199,8 @@ importers: specifier: workspace:* version: link:../../packages/core '@types/react': - specifier: ^19.0.4 - version: 19.0.4 + specifier: ^19.0.6 + version: 19.0.6 react: specifier: ^19.0.0 version: 19.0.0 @@ -217,8 +217,8 @@ importers: specifier: workspace:* version: link:../../packages/core '@types/react': - specifier: ^19.0.4 - version: 19.0.4 + specifier: ^19.0.6 + version: 19.0.6 react: specifier: ^19.0.0 version: 19.0.0 @@ -235,8 +235,8 @@ importers: specifier: workspace:* version: link:../../packages/core '@types/react': - specifier: ^19.0.4 - version: 19.0.4 + specifier: ^19.0.6 + version: 19.0.6 react: specifier: ^19.0.0 version: 19.0.0 @@ -302,8 +302,8 @@ importers: specifier: ^0.2.1 version: 0.2.1(@rsbuild/core@1.2.0-beta.0) rslib: - specifier: npm:@rslib/core@0.3.0 - version: '@rslib/core@0.3.0(@microsoft/api-extractor@7.49.1(@types/node@22.8.1))(typescript@5.7.3)' + specifier: npm:@rslib/core@0.3.1 + version: '@rslib/core@0.3.1(@microsoft/api-extractor@7.49.1(@types/node@22.8.1))(typescript@5.7.3)' rslog: specifier: ^1.2.3 version: 1.2.3 @@ -339,8 +339,8 @@ importers: specifier: ^0.2.1 version: 0.2.1(@rsbuild/core@1.1.13) rslib: - specifier: npm:@rslib/core@0.3.0 - version: '@rslib/core@0.3.0(@microsoft/api-extractor@7.49.1(@types/node@22.8.1))(typescript@5.7.3)' + specifier: npm:@rslib/core@0.3.1 + version: '@rslib/core@0.3.1(@microsoft/api-extractor@7.49.1(@types/node@22.8.1))(typescript@5.7.3)' tsx: specifier: ^4.19.2 version: 4.19.2 @@ -373,8 +373,8 @@ importers: specifier: ^0.2.1 version: 0.2.1(@rsbuild/core@1.2.0-beta.0) rslib: - specifier: npm:@rslib/core@0.3.0 - version: '@rslib/core@0.3.0(@microsoft/api-extractor@7.49.1(@types/node@22.8.1))(typescript@5.7.3)' + specifier: npm:@rslib/core@0.3.1 + version: '@rslib/core@0.3.1(@microsoft/api-extractor@7.49.1(@types/node@22.8.1))(typescript@5.7.3)' typescript: specifier: ^5.7.3 version: 5.7.3 @@ -424,11 +424,11 @@ importers: specifier: ^22.8.1 version: 22.8.1 '@types/react': - specifier: ^19.0.4 - version: 19.0.4 + specifier: ^19.0.6 + version: 19.0.6 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.4) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.6) fs-extra: specifier: ^11.2.0 version: 11.2.0 @@ -898,11 +898,11 @@ importers: specifier: ^22.8.1 version: 22.8.1 '@types/react': - specifier: ^19.0.4 - version: 19.0.4 + specifier: ^19.0.6 + version: 19.0.6 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.4) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.6) react: specifier: ^19.0.0 version: 19.0.0 @@ -913,8 +913,8 @@ importers: specifier: 1.0.3 version: 1.0.3(@rsbuild/core@1.2.0-beta.0) rspress: - specifier: 1.39.3 - version: 1.39.3(webpack@5.96.1) + specifier: 1.39.4 + version: 1.39.4(webpack@5.96.1) rspress-plugin-font-open-sans: specifier: 1.0.0 version: 1.0.0 @@ -1929,11 +1929,6 @@ packages: engines: {node: '>=16.7.0'} hasBin: true - '@rsbuild/core@1.2.0-alpha.0': - resolution: {integrity: sha512-/MkOgsZfu3KpKcHif1wtEwp0ybaCj+PtJgetmuXwxe44HlaaFNY6Znj+PdgVT/4oelkwz0XS7DX7BogoSYl7og==} - engines: {node: '>=16.7.0'} - hasBin: true - '@rsbuild/core@1.2.0-beta.0': resolution: {integrity: sha512-gS1vTTbnYYjIpraEjRPhFMf1iH2rFrnV3cc3H6ZgAFQsksZzgYJyZBvAuigKPUW4SIl1mgnmMGWhLwZHgyZzOg==} engines: {node: '>=16.7.0'} @@ -1990,8 +1985,8 @@ packages: peerDependencies: '@rsbuild/core': 1.x - '@rslib/core@0.3.0': - resolution: {integrity: sha512-LfhJKGMEKbFDy1cL93jqns6VWX84O+5Qo/GWhRsjfDe2LAxeLOi7UTvzHzGxX4ogbSq6Q3aHz1/MpDcUnYn0hg==} + '@rslib/core@0.3.1': + resolution: {integrity: sha512-CWGCoEEUC2/29MKcdtW6/QbjGR+7tEHZc9/w7pGG8fZAKtPAZx/lYNi/N63e/Q/MVWeU4GYRpG89EROFRantPQ==} engines: {node: '>=16.0.0'} hasBin: true peerDependencies: @@ -2008,11 +2003,6 @@ packages: cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-arm64@1.2.0-alpha.0': - resolution: {integrity: sha512-EPprIe6BrkJ9XuWL5HBXJFaH4vvt5C2kBTvyu+t5E3wacyH9A0gIDaMOEmH30Kt3zl4B07OCBC1nCiJ1sTtimw==} - cpu: [arm64] - os: [darwin] - '@rspack/binding-darwin-arm64@1.2.0-beta.0': resolution: {integrity: sha512-g8NgY4OIjZf5LabAKOHNr2rs/WzVaxXpOSVsdHztQL6ETdeEpIPUul4p/5zivFNcrvJxVVeHzKJHyB5lqxDcTA==} cpu: [arm64] @@ -2023,11 +2013,6 @@ packages: cpu: [x64] os: [darwin] - '@rspack/binding-darwin-x64@1.2.0-alpha.0': - resolution: {integrity: sha512-ACwdgWg0V9j0o3gs1wvhqRJ4xui82L+Fii9Fa74az7P974iWO0ZHw4QIUaO5r434+v9OWMqpyBRN1M7cBrx3GA==} - cpu: [x64] - os: [darwin] - '@rspack/binding-darwin-x64@1.2.0-beta.0': resolution: {integrity: sha512-+BH/1UpG96exJc6KhDOiSHAb05bUwxbYCd37HAJwcLxQgB7IEmPtBYvV5CtHysteM5NBtbNeeAcyXK+dIYvUew==} cpu: [x64] @@ -2038,11 +2023,6 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-gnu@1.2.0-alpha.0': - resolution: {integrity: sha512-Ex9SviDikz9E36R4I5si/626FsYOJ35l1Lb+DCRUijjjsvoq4k8Shi8csyBfubR+JZ1M0uOXjJftu1Gm5z8Q0Q==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-arm64-gnu@1.2.0-beta.0': resolution: {integrity: sha512-LdIBNy5WAXJ1J9nB3bEyvqz7mJrMN/7cCtPHMmFBR1aTFbh1NAjYZl24fc+f59aSV5jAU9wfTrOtqtSwnXg4tQ==} cpu: [arm64] @@ -2053,11 +2033,6 @@ packages: cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.2.0-alpha.0': - resolution: {integrity: sha512-U320xZmTcTwQ0BR8yIzE1L4olMCqzYkT3VFjXPR6iok/Mj0xjfk/SiKhLoZml473qQrHSGaFJ321cp02zgTFJg==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-arm64-musl@1.2.0-beta.0': resolution: {integrity: sha512-4tRi87UyEWV25X6Ul68kJJ/de/cwmASmrIUrCYmdWEdtWMN46UOz0OvxCYvcHTf0DCP8M1CZf0cSiRuG/hsxGA==} cpu: [arm64] @@ -2068,11 +2043,6 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.2.0-alpha.0': - resolution: {integrity: sha512-GNur7VXJ29NtJhY8PYgv3Fv1Zxbx0XZhDUj/+7Wp40CAXRFsLgXScZIRh2U30TECYaihboZ7BD+xugv8MQPDoA==} - cpu: [x64] - os: [linux] - '@rspack/binding-linux-x64-gnu@1.2.0-beta.0': resolution: {integrity: sha512-rWWrPwUH3V4yG46acZDIlqr7H/yCxbu+WdPhdIRBvgT7bisQkZa2HYx6MXmUXxx94U2iFy5bh+un0ho5FZOeCg==} cpu: [x64] @@ -2083,11 +2053,6 @@ packages: cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.2.0-alpha.0': - resolution: {integrity: sha512-0IdswzpG9+sgxvGu7KTwSeqfV0hvciaHMoZvGklfZa2txpcUqAg4ASp7uxrNaUo+G2a1fTUMOtP9351Cnl8DBg==} - cpu: [x64] - os: [linux] - '@rspack/binding-linux-x64-musl@1.2.0-beta.0': resolution: {integrity: sha512-9pgL17Bk8aSrTBx6VfQbb313RInDjlY9DfgV5ybbSsWaFs/oAs4oPy+kepWWixfb9Y2q/74bSBPrBNTBYQpknw==} cpu: [x64] @@ -2098,11 +2063,6 @@ packages: cpu: [arm64] os: [win32] - '@rspack/binding-win32-arm64-msvc@1.2.0-alpha.0': - resolution: {integrity: sha512-FcFgoWGjSrCfJwDZY5bDA2aO02l5BP7qdyW6ehjwBiMxNZyeSbGvKz3jXl5TtTHR1IgdLzi9kEJkTPYLLMiE1A==} - cpu: [arm64] - os: [win32] - '@rspack/binding-win32-arm64-msvc@1.2.0-beta.0': resolution: {integrity: sha512-JQ06Q3uTclIk4AvKUqx0Royx2PqVcUuumEUFVWERbd01fntkQqI3RFrPazBYAIvk5JmXk40+CKA1CsFef4RKOA==} cpu: [arm64] @@ -2113,11 +2073,6 @@ packages: cpu: [ia32] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.2.0-alpha.0': - resolution: {integrity: sha512-cZYFJw6DKCaPPz9VDJPndZ9KSp+/eedgt11Mv8OTpq+MJTUjB2HjtcjqJh8xxVcp3IuwvSMndTkC69WWt/4feA==} - cpu: [ia32] - os: [win32] - '@rspack/binding-win32-ia32-msvc@1.2.0-beta.0': resolution: {integrity: sha512-rNz/sXjXLAqCZkDuTumqm9Aa47Hiu45+vkJ0XvbirJ0A+dzuyGjdtlinwLyZtCY+dVAlS+AcX5znJLlpTSnjjA==} cpu: [ia32] @@ -2128,11 +2083,6 @@ packages: cpu: [x64] os: [win32] - '@rspack/binding-win32-x64-msvc@1.2.0-alpha.0': - resolution: {integrity: sha512-gfOqb/rq5716NV+Vbk5MteBhV4VhJeSoh2+dRQjdy4EN1wPZ+Uebs9ORVrT9uRjY3JrPn/5PkAHJXtgaOA9Uyg==} - cpu: [x64] - os: [win32] - '@rspack/binding-win32-x64-msvc@1.2.0-beta.0': resolution: {integrity: sha512-LKFcgaeEo7G6YLE5aKIbeWzXUpVZc02u0q4as0TjTTRBHd8r21GeaGJVh1Xm9YBkHpIX8Ho1DMftYVd+F6gHzw==} cpu: [x64] @@ -2141,9 +2091,6 @@ packages: '@rspack/binding@1.1.8': resolution: {integrity: sha512-+/JzXx1HctfgPj+XtsCTbRkxiaOfAXGZZLEvs7jgp04WgWRSZ5u97WRCePNPvy+sCfOEH/2zw2ZK36Z7oQRGhQ==} - '@rspack/binding@1.2.0-alpha.0': - resolution: {integrity: sha512-rtmDScjtGUxv1zA1m3jXecuX2LsgNp4aWaAjOowHasoO1YqfHK0fMyprCiPowTjoHtpZ7Xt/tnMhii0GlGIITQ==} - '@rspack/binding@1.2.0-beta.0': resolution: {integrity: sha512-ZUBWVKCVC3uunZhjH7FAVLP83r/6QvPmYViA6n0JF3ycBmcJLkHJb26v42j6d5EfYfTtNvfRUlzHckIkFDQeDQ==} @@ -2156,15 +2103,6 @@ packages: '@swc/helpers': optional: true - '@rspack/core@1.2.0-alpha.0': - resolution: {integrity: sha512-YiD0vFDj+PfHs3ZqJwPNhTYyVTb4xR6FpOI5WJ4jJHV4lgdErS+RChTCPhf1xeqxfuTSSnFA7UeqosLhBuNSqQ==} - engines: {node: '>=16.0.0'} - peerDependencies: - '@swc/helpers': '>=0.5.1' - peerDependenciesMeta: - '@swc/helpers': - optional: true - '@rspack/core@1.2.0-beta.0': resolution: {integrity: sha512-0o0EYNeCwbRrh1l+P6HEKGS3Y+SVE/+J6SqDGGBsOixt/YzFeYNeaePWUnFfQ8a27jp9s//Ix6iuxMYGjWmitA==} engines: {node: '>=16.0.0'} @@ -2192,8 +2130,8 @@ packages: react-refresh: optional: true - '@rspress/core@1.39.3': - resolution: {integrity: sha512-xY2DXYEKk6M4rZt2Yx+exUwX1MaJt6WRBirUc+5gv7uSdnxdMgFD9bL7ppR8oevmaIhzvcGLeVi7VBcdqG1Nlg==} + '@rspress/core@1.39.4': + resolution: {integrity: sha512-IdFWtFFk6LNVh5npwgJt3D0TkVgEV4koUQvBDmeFx4JX1KMPPJhCbyK+TsCE9DPh00XiWXa6ddjw+MJm3xdS4g==} engines: {node: '>=14.17.6'} '@rspress/mdx-rs-darwin-arm64@0.6.4': @@ -2248,33 +2186,33 @@ packages: resolution: {integrity: sha512-uKAWxA8wY3iKKv+ZSN69iu4wJoa2ZNGOQmbnZskIHPejWa0lbkbbb85SlVhzKnPo04NKG675g6G6rT7REWDieQ==} engines: {node: '>= 10'} - '@rspress/plugin-auto-nav-sidebar@1.39.3': - resolution: {integrity: sha512-Z64FILjUaBKNE7c6mRcSL64S11DLpS84CFVQrAEANx1GkliacWoCZO84mWGDirj5iTsuiS6augMJxIaC2RS5tA==} + '@rspress/plugin-auto-nav-sidebar@1.39.4': + resolution: {integrity: sha512-QPF+omV5caI/dy5C6U7+MUH1ryXDIvcVBGjz66LjGlq3xp8lqfx6L6lRZK8tOAXsh0gNeIkLjO7W6Tiq6ILFIA==} engines: {node: '>=14.17.6'} - '@rspress/plugin-container-syntax@1.39.3': - resolution: {integrity: sha512-wO/Rk6nGesKmZ/b+HIotkMT3HAeR0Z3QdtpT5qj29CseBeY9L1NhtHiEc0nn2nR3kQKndcEIqRFumvnE01ry7Q==} + '@rspress/plugin-container-syntax@1.39.4': + resolution: {integrity: sha512-MruIyFhJ7RFm5fSRxtScjfiKxu3DcqqN4EtfbFk/JCPNbQdZS6ejSkrq2j6/tToMpW0SOHa9HjrwHWWp1w/28w==} engines: {node: '>=14.17.6'} - '@rspress/plugin-last-updated@1.39.3': - resolution: {integrity: sha512-0kw9sAdOR/9ZppC0ebSSprit6SE5j0ABYtIxQBTkTc56D2WYHJMRIJgXKySImW42koiVbNkZm+OCozqm5BTFbA==} + '@rspress/plugin-last-updated@1.39.4': + resolution: {integrity: sha512-NYFnw70x19m/Tq0QTYh9Efs2KmCNFb+MZWh1Oe28XZHR1odr0f/H/+33GHTBrQZ0VddLf3v6BpVAxj7eHz3SUA==} engines: {node: '>=14.17.6'} - '@rspress/plugin-medium-zoom@1.39.3': - resolution: {integrity: sha512-AIIxQjC0u8wRTWBW3U5FWFG3kWJ1zkJEXbTXMvKBT7HykUhwC+vnUh6l8UCe+HQYwuFaIEasmEwI4UAho0ZhYg==} + '@rspress/plugin-medium-zoom@1.39.4': + resolution: {integrity: sha512-nECUOHb3Z8aFXXRV0i5rIrj2Gsu8n2W3jUGrB9cAmHDyng68v/KFgU84ASFxnZgJsu4NJPyL7bzUy08kIPxWEw==} engines: {node: '>=14.17.6'} peerDependencies: - '@rspress/runtime': ^1.39.3 + '@rspress/runtime': ^1.39.4 - '@rspress/runtime@1.39.3': - resolution: {integrity: sha512-iOoAKDST9bFopl+Bwpfg5+5NqKFf9SaPiuKW4EyoNjQBJpvQZh4nrauusz84sXarIg9frhOnpN/M7YTPbEa+EQ==} + '@rspress/runtime@1.39.4': + resolution: {integrity: sha512-TTcQ6uufHjdrIlS7vW523wE7m7JCGKCBRZVAOSEeQCDbDShyHeefNFMVh9/r/Bdubfz6/Q3OxmSFENwM2nJu+Q==} engines: {node: '>=14.17.6'} - '@rspress/shared@1.39.3': - resolution: {integrity: sha512-lzOHBJNN4POkSaIWoehXi9iWZvjclLhny+RGP53oTRuOlS6MWORKc3Q2V/ga+2uh2c99DgvPa62dRtqdfazkQQ==} + '@rspress/shared@1.39.4': + resolution: {integrity: sha512-6EYpUIyHrEfsMv2eeYnrnfSb2E4AGie0n5zEMf3ZdTyDfmocA5r1JhQYGL6hfVj7Tdep7oEMFjQHU0JioY3ruA==} - '@rspress/theme-default@1.39.3': - resolution: {integrity: sha512-3eJc/loocaUpAbrgDJY7a9iX+Og8hLkuIkgCwf4orl57oFdldm8xbAZHtNro71tIgi/c/13kdGDZCCygwut/9A==} + '@rspress/theme-default@1.39.4': + resolution: {integrity: sha512-6bvIjkF2SKFdOsYnqTo/8sW/+v2cIY8Z3X59SrnxTaEYmdu/upa1mBVkezhqIrJxBE+k79iCUBBJ0s9LqUvXEg==} engines: {node: '>=14.17.6'} '@rstack-dev/doc-ui@1.5.4': @@ -2618,13 +2556,13 @@ packages: '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} - '@types/react-dom@19.0.2': - resolution: {integrity: sha512-c1s+7TKFaDRRxr1TxccIX2u7sfCnc3RxkVyBIUA2lCpyqCF+QoAwQ/CBg7bsMdVwP120HEH143VQezKtef5nCg==} + '@types/react-dom@19.0.3': + resolution: {integrity: sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==} peerDependencies: '@types/react': ^19.0.0 - '@types/react@19.0.4': - resolution: {integrity: sha512-3O4QisJDYr1uTUMZHA2YswiQZRq+Pd8D+GdVFYikTutYsTz+QZgWkAPnP7rx9txoI6EXKcPiluMqWPFV3tT9Wg==} + '@types/react@19.0.6': + resolution: {integrity: sha512-gIlMztcTeDgXCUj0vCBOqEuSEhX//63fW9SZtCJ+agxoQTOklwDfiEMlTWn4mR/C/UK5VHlpwsCsOyf7/hc4lw==} '@types/resolve@1.20.6': resolution: {integrity: sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==} @@ -5599,8 +5537,8 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - rsbuild-plugin-dts@0.3.0: - resolution: {integrity: sha512-LUO6VV0BtuUvlc6ALWktZFck5e9ZxlnAQ4iRubtMOHnWOtW69m060cGU9jxakBuwD1cu3HCGzDKjn+Iof9c2wQ==} + rsbuild-plugin-dts@0.3.1: + resolution: {integrity: sha512-oeD8ztSn0LBSNhUbIkYIxJKRMjd1Td2Dfhc1RefP0eouxkpnbQ+Dln3V5AVUGfDGK+BlubqEAF1gk3xAzLWA9w==} engines: {node: '>=16.0.0'} peerDependencies: '@microsoft/api-extractor': ^7 @@ -5646,8 +5584,8 @@ packages: rspress-plugin-font-open-sans@1.0.0: resolution: {integrity: sha512-4GP0pd7h3W8EWdqE0VkA62nzUJZNy4ZnYK7be8+lOKHQKsQ5nZ+22A/VurNssi1eZFx3kjwbmIuoAkgb5W8S9Q==} - rspress@1.39.3: - resolution: {integrity: sha512-XNsgPIdkVenP4knrys8WSN87nuTe32in2zg4+i9UbPUduOA9n082pwMpnxL5FIraUe3ZjSI2nzwEBRlkmPY72Q==} + rspress@1.39.4: + resolution: {integrity: sha512-oxk5x+4MqwXXPi5tvGqDCsnGOoSyBdMt+0nTYeV2bVJqJwpf2D6TmKf+VpGryspa6sQG1FZRgf8aoQBRcCilKg==} hasBin: true run-parallel@1.2.0: @@ -7385,13 +7323,13 @@ snapshots: '@mdx-js/react@2.3.0(react@18.3.1)': dependencies: '@types/mdx': 2.0.13 - '@types/react': 19.0.4 + '@types/react': 19.0.6 react: 18.3.1 - '@mdx-js/react@3.1.0(@types/react@19.0.4)(react@18.3.1)': + '@mdx-js/react@3.1.0(@types/react@19.0.6)(react@18.3.1)': dependencies: '@types/mdx': 2.0.13 - '@types/react': 19.0.4 + '@types/react': 19.0.6 react: 18.3.1 '@microsoft/api-extractor-model@7.30.2(@types/node@22.8.1)': @@ -7768,13 +7706,6 @@ snapshots: '@swc/helpers': 0.5.15 core-js: 3.39.0 - '@rsbuild/core@1.2.0-alpha.0': - dependencies: - '@rspack/core': 1.2.0-alpha.0(@swc/helpers@0.5.15) - '@rspack/lite-tapable': 1.0.1 - '@swc/helpers': 0.5.15 - core-js: 3.39.0 - '@rsbuild/core@1.2.0-beta.0': dependencies: '@rspack/core': 1.2.0-beta.0(@swc/helpers@0.5.15) @@ -7914,10 +7845,10 @@ snapshots: - vue - webpack-cli - '@rslib/core@0.3.0(@microsoft/api-extractor@7.49.1(@types/node@22.8.1))(typescript@5.7.3)': + '@rslib/core@0.3.1(@microsoft/api-extractor@7.49.1(@types/node@22.8.1))(typescript@5.7.3)': dependencies: - '@rsbuild/core': 1.2.0-alpha.0 - rsbuild-plugin-dts: 0.3.0(@microsoft/api-extractor@7.49.1(@types/node@22.8.1))(@rsbuild/core@1.2.0-alpha.0)(typescript@5.7.3) + '@rsbuild/core': 1.2.0-beta.0 + rsbuild-plugin-dts: 0.3.1(@microsoft/api-extractor@7.49.1(@types/node@22.8.1))(@rsbuild/core@1.2.0-beta.0)(typescript@5.7.3) tinyglobby: 0.2.10 optionalDependencies: '@microsoft/api-extractor': 7.49.1(@types/node@22.8.1) @@ -7926,81 +7857,54 @@ snapshots: '@rspack/binding-darwin-arm64@1.1.8': optional: true - '@rspack/binding-darwin-arm64@1.2.0-alpha.0': - optional: true - '@rspack/binding-darwin-arm64@1.2.0-beta.0': optional: true '@rspack/binding-darwin-x64@1.1.8': optional: true - '@rspack/binding-darwin-x64@1.2.0-alpha.0': - optional: true - '@rspack/binding-darwin-x64@1.2.0-beta.0': optional: true '@rspack/binding-linux-arm64-gnu@1.1.8': optional: true - '@rspack/binding-linux-arm64-gnu@1.2.0-alpha.0': - optional: true - '@rspack/binding-linux-arm64-gnu@1.2.0-beta.0': optional: true '@rspack/binding-linux-arm64-musl@1.1.8': optional: true - '@rspack/binding-linux-arm64-musl@1.2.0-alpha.0': - optional: true - '@rspack/binding-linux-arm64-musl@1.2.0-beta.0': optional: true '@rspack/binding-linux-x64-gnu@1.1.8': optional: true - '@rspack/binding-linux-x64-gnu@1.2.0-alpha.0': - optional: true - '@rspack/binding-linux-x64-gnu@1.2.0-beta.0': optional: true '@rspack/binding-linux-x64-musl@1.1.8': optional: true - '@rspack/binding-linux-x64-musl@1.2.0-alpha.0': - optional: true - '@rspack/binding-linux-x64-musl@1.2.0-beta.0': optional: true '@rspack/binding-win32-arm64-msvc@1.1.8': optional: true - '@rspack/binding-win32-arm64-msvc@1.2.0-alpha.0': - optional: true - '@rspack/binding-win32-arm64-msvc@1.2.0-beta.0': optional: true '@rspack/binding-win32-ia32-msvc@1.1.8': optional: true - '@rspack/binding-win32-ia32-msvc@1.2.0-alpha.0': - optional: true - '@rspack/binding-win32-ia32-msvc@1.2.0-beta.0': optional: true '@rspack/binding-win32-x64-msvc@1.1.8': optional: true - '@rspack/binding-win32-x64-msvc@1.2.0-alpha.0': - optional: true - '@rspack/binding-win32-x64-msvc@1.2.0-beta.0': optional: true @@ -8016,18 +7920,6 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.1.8 '@rspack/binding-win32-x64-msvc': 1.1.8 - '@rspack/binding@1.2.0-alpha.0': - optionalDependencies: - '@rspack/binding-darwin-arm64': 1.2.0-alpha.0 - '@rspack/binding-darwin-x64': 1.2.0-alpha.0 - '@rspack/binding-linux-arm64-gnu': 1.2.0-alpha.0 - '@rspack/binding-linux-arm64-musl': 1.2.0-alpha.0 - '@rspack/binding-linux-x64-gnu': 1.2.0-alpha.0 - '@rspack/binding-linux-x64-musl': 1.2.0-alpha.0 - '@rspack/binding-win32-arm64-msvc': 1.2.0-alpha.0 - '@rspack/binding-win32-ia32-msvc': 1.2.0-alpha.0 - '@rspack/binding-win32-x64-msvc': 1.2.0-alpha.0 - '@rspack/binding@1.2.0-beta.0': optionalDependencies: '@rspack/binding-darwin-arm64': 1.2.0-beta.0 @@ -8049,15 +7941,6 @@ snapshots: optionalDependencies: '@swc/helpers': 0.5.15 - '@rspack/core@1.2.0-alpha.0(@swc/helpers@0.5.15)': - dependencies: - '@module-federation/runtime-tools': 0.8.4 - '@rspack/binding': 1.2.0-alpha.0 - '@rspack/lite-tapable': 1.0.1 - caniuse-lite: 1.0.30001680 - optionalDependencies: - '@swc/helpers': 0.5.15 - '@rspack/core@1.2.0-beta.0(@swc/helpers@0.5.15)': dependencies: '@module-federation/runtime-tools': 0.8.4 @@ -8081,7 +7964,7 @@ snapshots: optionalDependencies: react-refresh: 0.16.0 - '@rspress/core@1.39.3(webpack@5.96.1)': + '@rspress/core@1.39.4(webpack@5.96.1)': dependencies: '@mdx-js/loader': 2.3.0(webpack@5.96.1) '@mdx-js/mdx': 2.3.0 @@ -8091,13 +7974,13 @@ snapshots: '@rsbuild/plugin-react': 1.1.0(@rsbuild/core@1.1.13) '@rsbuild/plugin-sass': 1.1.2(@rsbuild/core@1.1.13) '@rspress/mdx-rs': 0.6.4 - '@rspress/plugin-auto-nav-sidebar': 1.39.3 - '@rspress/plugin-container-syntax': 1.39.3 - '@rspress/plugin-last-updated': 1.39.3 - '@rspress/plugin-medium-zoom': 1.39.3(@rspress/runtime@1.39.3) - '@rspress/runtime': 1.39.3 - '@rspress/shared': 1.39.3 - '@rspress/theme-default': 1.39.3 + '@rspress/plugin-auto-nav-sidebar': 1.39.4 + '@rspress/plugin-container-syntax': 1.39.4 + '@rspress/plugin-last-updated': 1.39.4 + '@rspress/plugin-medium-zoom': 1.39.4(@rspress/runtime@1.39.4) + '@rspress/runtime': 1.39.4 + '@rspress/shared': 1.39.4 + '@rspress/theme-default': 1.39.4 enhanced-resolve: 5.18.0 github-slugger: 2.0.0 hast-util-from-html: 2.0.3 @@ -8157,32 +8040,32 @@ snapshots: '@rspress/mdx-rs-win32-arm64-msvc': 0.6.4 '@rspress/mdx-rs-win32-x64-msvc': 0.6.4 - '@rspress/plugin-auto-nav-sidebar@1.39.3': + '@rspress/plugin-auto-nav-sidebar@1.39.4': dependencies: - '@rspress/shared': 1.39.3 + '@rspress/shared': 1.39.4 - '@rspress/plugin-container-syntax@1.39.3': + '@rspress/plugin-container-syntax@1.39.4': dependencies: - '@rspress/shared': 1.39.3 + '@rspress/shared': 1.39.4 - '@rspress/plugin-last-updated@1.39.3': + '@rspress/plugin-last-updated@1.39.4': dependencies: - '@rspress/shared': 1.39.3 + '@rspress/shared': 1.39.4 - '@rspress/plugin-medium-zoom@1.39.3(@rspress/runtime@1.39.3)': + '@rspress/plugin-medium-zoom@1.39.4(@rspress/runtime@1.39.4)': dependencies: - '@rspress/runtime': 1.39.3 + '@rspress/runtime': 1.39.4 medium-zoom: 1.1.0 - '@rspress/runtime@1.39.3': + '@rspress/runtime@1.39.4': dependencies: - '@rspress/shared': 1.39.3 + '@rspress/shared': 1.39.4 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-helmet-async: 1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-router-dom: 6.28.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@rspress/shared@1.39.3': + '@rspress/shared@1.39.4': dependencies: '@rsbuild/core': 1.1.13 chalk: 5.4.1 @@ -8192,11 +8075,11 @@ snapshots: lodash-es: 4.17.21 unified: 10.1.2 - '@rspress/theme-default@1.39.3': + '@rspress/theme-default@1.39.4': dependencies: '@mdx-js/react': 2.3.0(react@18.3.1) - '@rspress/runtime': 1.39.3 - '@rspress/shared': 1.39.3 + '@rspress/runtime': 1.39.4 + '@rspress/shared': 1.39.4 body-scroll-lock: 4.0.0-beta.0 copy-to-clipboard: 3.3.3 flexsearch: 0.7.43 @@ -8260,9 +8143,9 @@ snapshots: '@sindresorhus/merge-streams@2.3.0': {} - '@storybook/addon-docs@8.4.2(@types/react@19.0.4)(storybook@8.4.7(prettier@3.4.2))(webpack-sources@3.2.3)': + '@storybook/addon-docs@8.4.2(@types/react@19.0.6)(storybook@8.4.7(prettier@3.4.2))(webpack-sources@3.2.3)': dependencies: - '@mdx-js/react': 3.1.0(@types/react@19.0.4)(react@18.3.1) + '@mdx-js/react': 3.1.0(@types/react@19.0.6)(react@18.3.1) '@storybook/blocks': 8.4.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.7(prettier@3.4.2)) '@storybook/csf-plugin': 8.4.2(storybook@8.4.7(prettier@3.4.2))(webpack-sources@3.2.3) '@storybook/react-dom-shim': 8.4.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.7(prettier@3.4.2)) @@ -8621,11 +8504,11 @@ snapshots: '@types/range-parser@1.2.7': {} - '@types/react-dom@19.0.2(@types/react@19.0.4)': + '@types/react-dom@19.0.3(@types/react@19.0.6)': dependencies: - '@types/react': 19.0.4 + '@types/react': 19.0.6 - '@types/react@19.0.4': + '@types/react@19.0.6': dependencies: csstype: 3.1.3 @@ -12136,9 +12019,9 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.18.1 fsevents: 2.3.3 - rsbuild-plugin-dts@0.3.0(@microsoft/api-extractor@7.49.1(@types/node@22.8.1))(@rsbuild/core@1.2.0-alpha.0)(typescript@5.7.3): + rsbuild-plugin-dts@0.3.1(@microsoft/api-extractor@7.49.1(@types/node@22.8.1))(@rsbuild/core@1.2.0-beta.0)(typescript@5.7.3): dependencies: - '@rsbuild/core': 1.2.0-alpha.0 + '@rsbuild/core': 1.2.0-beta.0 magic-string: 0.30.17 picocolors: 1.1.1 tinyglobby: 0.2.10 @@ -12179,11 +12062,11 @@ snapshots: rspress-plugin-font-open-sans@1.0.0: {} - rspress@1.39.3(webpack@5.96.1): + rspress@1.39.4(webpack@5.96.1): dependencies: '@rsbuild/core': 1.1.13 - '@rspress/core': 1.39.3(webpack@5.96.1) - '@rspress/shared': 1.39.3 + '@rspress/core': 1.39.4(webpack@5.96.1) + '@rspress/shared': 1.39.4 cac: 6.7.14 chalk: 5.4.1 chokidar: 3.6.0 @@ -12487,19 +12370,19 @@ snapshots: stdin-discarder@0.2.2: {} - storybook-addon-rslib@0.1.7(@rsbuild/core@1.2.0-beta.0)(@rslib/core@packages+core)(storybook-builder-rsbuild@0.1.7(@rsbuild/core@1.2.0-beta.0)(@rspack/core@1.2.0-beta.0(@swc/helpers@0.5.15))(@types/react@19.0.4)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.3)(webpack-sources@3.2.3))(typescript@5.7.3): + storybook-addon-rslib@0.1.7(@rsbuild/core@1.2.0-beta.0)(@rslib/core@packages+core)(storybook-builder-rsbuild@0.1.7(@rsbuild/core@1.2.0-beta.0)(@rspack/core@1.2.0-beta.0(@swc/helpers@0.5.15))(@types/react@19.0.6)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.3)(webpack-sources@3.2.3))(typescript@5.7.3): dependencies: '@rsbuild/core': 1.2.0-beta.0 '@rslib/core': link:packages/core - storybook-builder-rsbuild: 0.1.7(@rsbuild/core@1.2.0-beta.0)(@rspack/core@1.2.0-beta.0(@swc/helpers@0.5.15))(@types/react@19.0.4)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.3)(webpack-sources@3.2.3) + storybook-builder-rsbuild: 0.1.7(@rsbuild/core@1.2.0-beta.0)(@rspack/core@1.2.0-beta.0(@swc/helpers@0.5.15))(@types/react@19.0.6)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.3)(webpack-sources@3.2.3) optionalDependencies: typescript: 5.7.3 - storybook-builder-rsbuild@0.1.7(@rsbuild/core@1.2.0-beta.0)(@rspack/core@1.2.0-beta.0(@swc/helpers@0.5.15))(@types/react@19.0.4)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.3)(webpack-sources@3.2.3): + storybook-builder-rsbuild@0.1.7(@rsbuild/core@1.2.0-beta.0)(@rspack/core@1.2.0-beta.0(@swc/helpers@0.5.15))(@types/react@19.0.6)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.3)(webpack-sources@3.2.3): dependencies: '@rsbuild/core': 1.2.0-beta.0 '@rsbuild/plugin-type-check': 1.1.0(@rsbuild/core@1.2.0-beta.0)(@rspack/core@1.2.0-beta.0(@swc/helpers@0.5.15))(typescript@5.7.3) - '@storybook/addon-docs': 8.4.2(@types/react@19.0.4)(storybook@8.4.7(prettier@3.4.2))(webpack-sources@3.2.3) + '@storybook/addon-docs': 8.4.2(@types/react@19.0.6)(storybook@8.4.7(prettier@3.4.2))(webpack-sources@3.2.3) '@storybook/core-webpack': 8.4.2(storybook@8.4.7(prettier@3.4.2)) browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 @@ -12525,7 +12408,7 @@ snapshots: - '@types/react' - webpack-sources - storybook-react-rsbuild@0.1.7(@rsbuild/core@1.2.0-beta.0)(@rspack/core@1.2.0-beta.0(@swc/helpers@0.5.15))(@types/react@19.0.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(rollup@4.18.1)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.3)(webpack-sources@3.2.3)(webpack@5.96.1): + storybook-react-rsbuild@0.1.7(@rsbuild/core@1.2.0-beta.0)(@rspack/core@1.2.0-beta.0(@swc/helpers@0.5.15))(@types/react@19.0.6)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(rollup@4.18.1)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.3)(webpack-sources@3.2.3)(webpack@5.96.1): dependencies: '@rollup/pluginutils': 5.1.4(rollup@4.18.1) '@rsbuild/core': 1.2.0-beta.0 @@ -12539,7 +12422,7 @@ snapshots: react-dom: 19.0.0(react@19.0.0) resolve: 1.22.10 storybook: 8.4.7(prettier@3.4.2) - storybook-builder-rsbuild: 0.1.7(@rsbuild/core@1.2.0-beta.0)(@rspack/core@1.2.0-beta.0(@swc/helpers@0.5.15))(@types/react@19.0.4)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.3)(webpack-sources@3.2.3) + storybook-builder-rsbuild: 0.1.7(@rsbuild/core@1.2.0-beta.0)(@rspack/core@1.2.0-beta.0(@swc/helpers@0.5.15))(@types/react@19.0.6)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.3)(webpack-sources@3.2.3) tsconfig-paths: 4.2.0 optionalDependencies: typescript: 5.7.3 diff --git a/tests/package.json b/tests/package.json index 3f30370d6..1f6bc2fe5 100644 --- a/tests/package.json +++ b/tests/package.json @@ -22,8 +22,8 @@ "@rslib/tsconfig": "workspace:*", "@types/fs-extra": "^11.0.4", "@types/node": "^22.8.1", - "@types/react": "^19.0.4", - "@types/react-dom": "^19.0.2", + "@types/react": "^19.0.6", + "@types/react-dom": "^19.0.3", "fs-extra": "^11.2.0", "path-serializer": "0.3.4", "strip-ansi": "^7.1.0", diff --git a/website/package.json b/website/package.json index abdbd7be6..73ccce501 100644 --- a/website/package.json +++ b/website/package.json @@ -13,12 +13,12 @@ "@rslib/tsconfig": "workspace:*", "@rstack-dev/doc-ui": "1.5.4", "@types/node": "^22.8.1", - "@types/react": "^19.0.4", - "@types/react-dom": "^19.0.2", + "@types/react": "^19.0.6", + "@types/react-dom": "^19.0.3", "react": "^19.0.0", "react-dom": "^19.0.0", "rsbuild-plugin-google-analytics": "1.0.3", - "rspress": "1.39.3", + "rspress": "1.39.4", "rspress-plugin-font-open-sans": "1.0.0" } }