diff --git a/examples/module-federation/mf-host/package.json b/examples/module-federation/mf-host/package.json index 90ff6519b..a51ff9244 100644 --- a/examples/module-federation/mf-host/package.json +++ b/examples/module-federation/mf-host/package.json @@ -13,9 +13,9 @@ }, "devDependencies": { "@module-federation/rsbuild-plugin": "^0.6.13", - "@rsbuild/core": "~1.0.17", + "@rsbuild/core": "~1.0.18", "@rsbuild/plugin-react": "^1.0.5", - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "typescript": "^5.6.3" } diff --git a/examples/module-federation/mf-react-component/package.json b/examples/module-federation/mf-react-component/package.json index 7fa4b9543..4f7864ceb 100644 --- a/examples/module-federation/mf-react-component/package.json +++ b/examples/module-federation/mf-react-component/package.json @@ -20,7 +20,7 @@ "@module-federation/rsbuild-plugin": "^0.6.13", "@rsbuild/plugin-react": "^1.0.5", "@rslib/core": "workspace:*", - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "http-server": "^14.1.1", "react": "^18.3.1", "react-dom": "^18.3.1" diff --git a/examples/module-federation/mf-remote/package.json b/examples/module-federation/mf-remote/package.json index 6498f3c91..54786d54b 100644 --- a/examples/module-federation/mf-remote/package.json +++ b/examples/module-federation/mf-remote/package.json @@ -13,9 +13,9 @@ }, "devDependencies": { "@module-federation/rsbuild-plugin": "^0.6.13", - "@rsbuild/core": "~1.0.17", + "@rsbuild/core": "~1.0.18", "@rsbuild/plugin-react": "^1.0.5", - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "typescript": "^5.6.3" } diff --git a/examples/react-component-bundle-false/package.json b/examples/react-component-bundle-false/package.json index 93930a506..0b042ae49 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.0.5", "@rsbuild/plugin-sass": "^1.0.4", "@rslib/core": "workspace:*", - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "react": "^18.3.1" }, "peerDependencies": { diff --git a/examples/react-component-bundle/package.json b/examples/react-component-bundle/package.json index e72762e42..2660606aa 100644 --- a/examples/react-component-bundle/package.json +++ b/examples/react-component-bundle/package.json @@ -11,7 +11,7 @@ "@rsbuild/plugin-react": "^1.0.5", "@rsbuild/plugin-sass": "^1.0.4", "@rslib/core": "workspace:*", - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "react": "^18.3.1" }, "peerDependencies": { diff --git a/examples/react-component-umd/package.json b/examples/react-component-umd/package.json index 688aa221e..ebf67d6f1 100644 --- a/examples/react-component-umd/package.json +++ b/examples/react-component-umd/package.json @@ -10,7 +10,7 @@ "@rsbuild/plugin-react": "^1.0.5", "@rsbuild/plugin-sass": "^1.0.4", "@rslib/core": "workspace:*", - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "react": "^18.3.1" }, "peerDependencies": { diff --git a/package.json b/package.json index 2227e2a5a..31e1997ce 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "cspell-ban-words": "^0.0.4", "fs-extra": "^11.2.0", "nano-staged": "^0.8.0", - "nx": "^20.0.3", + "nx": "^20.0.6", "prettier": "^3.3.3", "prettier-plugin-packagejson": "^2.5.3", "simple-git-hooks": "^2.11.1", diff --git a/packages/core/package.json b/packages/core/package.json index 425b68e11..60d8c60fc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -37,9 +37,9 @@ "prebundle": "prebundle" }, "dependencies": { - "@rsbuild/core": "~1.0.17", + "@rsbuild/core": "~1.0.18", "rsbuild-plugin-dts": "workspace:*", - "tinyglobby": "^0.2.9" + "tinyglobby": "^0.2.10" }, "devDependencies": { "@rslib/tsconfig": "workspace:*", @@ -50,7 +50,7 @@ "memfs": "^4.14.0", "picocolors": "1.1.1", "prebundle": "1.2.2", - "rslib": "npm:@rslib/core@0.0.13", + "rslib": "npm:@rslib/core@0.0.14", "rslog": "^1.2.3", "tsconfck": "3.1.4", "typescript": "^5.6.3" diff --git a/packages/create-rslib/package.json b/packages/create-rslib/package.json index b7decdd39..c55de8ddf 100644 --- a/packages/create-rslib/package.json +++ b/packages/create-rslib/package.json @@ -28,7 +28,7 @@ "start": "node ./dist/index.js" }, "dependencies": { - "create-rstack": "1.0.7" + "create-rstack": "1.0.8" }, "devDependencies": { "@rslib/core": "workspace:*", @@ -36,7 +36,7 @@ "@types/fs-extra": "^11.0.4", "@types/node": "~18.19.39", "fs-extra": "^11.2.0", - "rslib": "npm:@rslib/core@0.0.13", + "rslib": "npm:@rslib/core@0.0.14", "typescript": "^5.6.3" }, "engines": { diff --git a/packages/plugin-dts/package.json b/packages/plugin-dts/package.json index d1ac145e7..a8e90c765 100644 --- a/packages/plugin-dts/package.json +++ b/packages/plugin-dts/package.json @@ -31,13 +31,13 @@ "dependencies": { "magic-string": "^0.30.12", "picocolors": "1.1.1", - "tinyglobby": "^0.2.9" + "tinyglobby": "^0.2.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.11", - "@rsbuild/core": "~1.0.17", + "@rsbuild/core": "~1.0.18", "@rslib/tsconfig": "workspace:*", - "rslib": "npm:@rslib/core@0.0.13", + "rslib": "npm:@rslib/core@0.0.14", "typescript": "^5.6.3" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d0a6e62e7..24560bfe6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ importers: specifier: ^0.8.0 version: 0.8.0 nx: - specifier: ^20.0.3 - version: 20.0.3 + specifier: ^20.0.6 + version: 20.0.6 prettier: specifier: ^3.3.3 version: 3.3.3 @@ -88,16 +88,16 @@ importers: devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.6.13 - version: 0.6.13(@module-federation/enhanced@0.6.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(webpack@5.94.0))(@rsbuild/core@1.0.17) + version: 0.6.13(@module-federation/enhanced@0.6.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(webpack@5.94.0))(@rsbuild/core@1.0.18) '@rsbuild/core': - specifier: ~1.0.17 - version: 1.0.17 + specifier: ~1.0.18 + version: 1.0.18 '@rsbuild/plugin-react': specifier: ^1.0.5 - version: 1.0.5(@rsbuild/core@1.0.17) + version: 1.0.5(@rsbuild/core@1.0.18) '@types/react': - specifier: ^18.3.11 - version: 18.3.11 + specifier: ^18.3.12 + version: 18.3.12 '@types/react-dom': specifier: ^18.3.1 version: 18.3.1 @@ -112,16 +112,16 @@ importers: version: 0.6.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(webpack@5.94.0) '@module-federation/rsbuild-plugin': specifier: ^0.6.13 - version: 0.6.13(@module-federation/enhanced@0.6.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(webpack@5.94.0))(@rsbuild/core@1.0.17) + version: 0.6.13(@module-federation/enhanced@0.6.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(webpack@5.94.0))(@rsbuild/core@1.0.18) '@rsbuild/plugin-react': specifier: ^1.0.5 - version: 1.0.5(@rsbuild/core@1.0.17) + version: 1.0.5(@rsbuild/core@1.0.18) '@rslib/core': specifier: workspace:* version: link:../../../packages/core '@types/react': - specifier: ^18.3.11 - version: 18.3.11 + specifier: ^18.3.12 + version: 18.3.12 http-server: specifier: ^14.1.1 version: 14.1.1 @@ -143,16 +143,16 @@ importers: devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.6.13 - version: 0.6.13(@module-federation/enhanced@0.6.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(webpack@5.94.0))(@rsbuild/core@1.0.17) + version: 0.6.13(@module-federation/enhanced@0.6.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(webpack@5.94.0))(@rsbuild/core@1.0.18) '@rsbuild/core': - specifier: ~1.0.17 - version: 1.0.17 + specifier: ~1.0.18 + version: 1.0.18 '@rsbuild/plugin-react': specifier: ^1.0.5 - version: 1.0.5(@rsbuild/core@1.0.17) + version: 1.0.5(@rsbuild/core@1.0.18) '@types/react': - specifier: ^18.3.11 - version: 18.3.11 + specifier: ^18.3.12 + version: 18.3.12 '@types/react-dom': specifier: ^18.3.1 version: 18.3.1 @@ -164,16 +164,16 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.0.5 - version: 1.0.5(@rsbuild/core@1.0.17) + version: 1.0.5(@rsbuild/core@1.0.18) '@rsbuild/plugin-sass': specifier: ^1.0.4 - version: 1.0.4(@rsbuild/core@1.0.17) + version: 1.0.4(@rsbuild/core@1.0.18) '@rslib/core': specifier: workspace:* version: link:../../packages/core '@types/react': - specifier: ^18.3.11 - version: 18.3.11 + specifier: ^18.3.12 + version: 18.3.12 react: specifier: ^18.3.1 version: 18.3.1 @@ -182,16 +182,16 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.0.5 - version: 1.0.5(@rsbuild/core@1.0.17) + version: 1.0.5(@rsbuild/core@1.0.18) '@rsbuild/plugin-sass': specifier: ^1.0.4 - version: 1.0.4(@rsbuild/core@1.0.17) + version: 1.0.4(@rsbuild/core@1.0.18) '@rslib/core': specifier: workspace:* version: link:../../packages/core '@types/react': - specifier: ^18.3.11 - version: 18.3.11 + specifier: ^18.3.12 + version: 18.3.12 react: specifier: ^18.3.1 version: 18.3.1 @@ -200,16 +200,16 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.0.5 - version: 1.0.5(@rsbuild/core@1.0.17) + version: 1.0.5(@rsbuild/core@1.0.18) '@rsbuild/plugin-sass': specifier: ^1.0.4 - version: 1.0.4(@rsbuild/core@1.0.17) + version: 1.0.4(@rsbuild/core@1.0.18) '@rslib/core': specifier: workspace:* version: link:../../packages/core '@types/react': - specifier: ^18.3.11 - version: 18.3.11 + specifier: ^18.3.12 + version: 18.3.12 react: specifier: ^18.3.1 version: 18.3.1 @@ -220,14 +220,14 @@ importers: specifier: ^7 version: 7.47.11(@types/node@18.19.39) '@rsbuild/core': - specifier: ~1.0.17 - version: 1.0.17 + specifier: ~1.0.18 + version: 1.0.18 rsbuild-plugin-dts: specifier: workspace:* version: link:../plugin-dts tinyglobby: - specifier: ^0.2.9 - version: 0.2.9 + specifier: ^0.2.10 + version: 0.2.10 devDependencies: '@rslib/tsconfig': specifier: workspace:* @@ -254,8 +254,8 @@ importers: specifier: 1.2.2 version: 1.2.2(typescript@5.6.3) rslib: - specifier: npm:@rslib/core@0.0.13 - version: '@rslib/core@0.0.13(@microsoft/api-extractor@7.47.11(@types/node@18.19.39))(typescript@5.6.3)' + specifier: npm:@rslib/core@0.0.14 + version: '@rslib/core@0.0.14(@microsoft/api-extractor@7.47.11(@types/node@18.19.39))(typescript@5.6.3)' rslog: specifier: ^1.2.3 version: 1.2.3 @@ -269,8 +269,8 @@ importers: packages/create-rslib: dependencies: create-rstack: - specifier: 1.0.7 - version: 1.0.7 + specifier: 1.0.8 + version: 1.0.8 devDependencies: '@rslib/core': specifier: workspace:* @@ -288,8 +288,8 @@ importers: specifier: ^11.2.0 version: 11.2.0 rslib: - specifier: npm:@rslib/core@0.0.13 - version: '@rslib/core@0.0.13(@microsoft/api-extractor@7.47.11(@types/node@18.19.39))(typescript@5.6.3)' + specifier: npm:@rslib/core@0.0.14 + version: '@rslib/core@0.0.14(@microsoft/api-extractor@7.47.11(@types/node@18.19.39))(typescript@5.6.3)' typescript: specifier: ^5.6.3 version: 5.6.3 @@ -303,21 +303,21 @@ importers: specifier: 1.1.1 version: 1.1.1 tinyglobby: - specifier: ^0.2.9 - version: 0.2.9 + specifier: ^0.2.10 + version: 0.2.10 devDependencies: '@microsoft/api-extractor': specifier: ^7.47.11 version: 7.47.11(@types/node@18.19.39) '@rsbuild/core': - specifier: ~1.0.17 - version: 1.0.17 + specifier: ~1.0.18 + version: 1.0.18 '@rslib/tsconfig': specifier: workspace:* version: link:../../scripts/tsconfig rslib: - specifier: npm:@rslib/core@0.0.13 - version: '@rslib/core@0.0.13(@microsoft/api-extractor@7.47.11(@types/node@18.19.39))(typescript@5.6.3)' + specifier: npm:@rslib/core@0.0.14 + version: '@rslib/core@0.0.14(@microsoft/api-extractor@7.47.11(@types/node@18.19.39))(typescript@5.6.3)' typescript: specifier: ^5.6.3 version: 5.6.3 @@ -338,22 +338,22 @@ importers: version: 3.1.1(vite@5.3.3(@types/node@18.19.39)(terser@5.31.6))(vitest@2.1.3(@types/node@18.19.39)(terser@5.31.6)) '@module-federation/rsbuild-plugin': specifier: ^0.6.13 - version: 0.6.13(@module-federation/enhanced@0.6.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(webpack@5.94.0))(@rsbuild/core@1.0.17) + version: 0.6.13(@module-federation/enhanced@0.6.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(webpack@5.94.0))(@rsbuild/core@1.0.18) '@playwright/test': - specifier: 1.48.1 - version: 1.48.1 + specifier: 1.48.2 + version: 1.48.2 '@rsbuild/core': - specifier: ~1.0.17 - version: 1.0.17 + specifier: ~1.0.18 + version: 1.0.18 '@rsbuild/plugin-less': - specifier: ^1.0.2 - version: 1.0.2(@rsbuild/core@1.0.17) + specifier: ^1.0.3 + version: 1.0.3(@rsbuild/core@1.0.18) '@rsbuild/plugin-react': specifier: ^1.0.5 - version: 1.0.5(@rsbuild/core@1.0.17) + version: 1.0.5(@rsbuild/core@1.0.18) '@rsbuild/plugin-sass': specifier: ^1.0.4 - version: 1.0.4(@rsbuild/core@1.0.17) + version: 1.0.4(@rsbuild/core@1.0.18) '@rslib/core': specifier: workspace:* version: link:../packages/core @@ -367,8 +367,8 @@ importers: specifier: ~18.19.39 version: 18.19.39 '@types/react': - specifier: ^18.3.11 - version: 18.3.11 + specifier: ^18.3.12 + version: 18.3.12 '@types/react-dom': specifier: ^18.3.1 version: 18.3.1 @@ -385,8 +385,8 @@ importers: specifier: workspace:* version: link:scripts tinyglobby: - specifier: ^0.2.9 - version: 0.2.9 + specifier: ^0.2.10 + version: 0.2.10 tests/e2e/react-component: dependencies: @@ -412,7 +412,7 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.0.5 - version: 1.0.5(@rsbuild/core@1.0.17) + version: 1.0.5(@rsbuild/core@1.0.18) tests/integration/asset/path: {} @@ -426,10 +426,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.0.5 - version: 1.0.5(@rsbuild/core@1.0.17) + version: 1.0.5(@rsbuild/core@1.0.18) '@rsbuild/plugin-svgr': specifier: ^1.0.4 - version: 1.0.4(@rsbuild/core@1.0.17)(typescript@5.6.3) + version: 1.0.4(@rsbuild/core@1.0.18)(typescript@5.6.3) tests/integration/async-chunks/default: {} @@ -499,10 +499,10 @@ importers: devDependencies: '@rsbuild/plugin-react': specifier: ^1.0.5 - version: 1.0.5(@rsbuild/core@1.0.17) + version: 1.0.5(@rsbuild/core@1.0.18) '@rsbuild/plugin-svgr': specifier: ^1.0.4 - version: 1.0.4(@rsbuild/core@1.0.17)(typescript@5.6.3) + version: 1.0.4(@rsbuild/core@1.0.18)(typescript@5.6.3) tests/integration/cli: {} @@ -584,7 +584,7 @@ importers: devDependencies: '@rsbuild/plugin-node-polyfill': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.0.17) + version: 1.2.0(@rsbuild/core@1.0.18) tests/integration/node-polyfill/bundle-false: dependencies: @@ -594,7 +594,7 @@ importers: devDependencies: '@rsbuild/plugin-node-polyfill': specifier: ^1.2.0 - version: 1.2.0(@rsbuild/core@1.0.17) + version: 1.2.0(@rsbuild/core@1.0.18) tests/integration/require/import-dynamic: {} @@ -682,7 +682,7 @@ importers: dependencies: '@arco-design/web-react': specifier: ^2.64.0 - version: 2.64.0(@types/react@18.3.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 2.64.0(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) tests/integration/transform-import/lodash: dependencies: @@ -718,8 +718,8 @@ importers: website: devDependencies: '@rsbuild/core': - specifier: ~1.0.17 - version: 1.0.17 + specifier: ~1.0.18 + version: 1.0.18 '@rslib/tsconfig': specifier: workspace:* version: link:../scripts/tsconfig @@ -730,8 +730,8 @@ importers: specifier: ~18.19.39 version: 18.19.39 '@types/react': - specifier: ^18.3.11 - version: 18.3.11 + specifier: ^18.3.12 + version: 18.3.12 '@types/react-dom': specifier: ^18.3.1 version: 18.3.1 @@ -743,7 +743,7 @@ importers: version: 18.3.1(react@18.3.1) rsbuild-plugin-google-analytics: specifier: 1.0.3 - version: 1.0.3(@rsbuild/core@1.0.17) + version: 1.0.3(@rsbuild/core@1.0.18) rspress: specifier: 1.35.1 version: 1.35.1(webpack@5.94.0) @@ -1298,62 +1298,62 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@nx/nx-darwin-arm64@20.0.3': - resolution: {integrity: sha512-/wjxSuQZOHwDopNAfuh2BTsaDtDECjTDrKHJdTknrSVjdsB2b1hwSdL7Ct0PXBiSnf+0gfYBR2fuPmLZYb3AXA==} + '@nx/nx-darwin-arm64@20.0.6': + resolution: {integrity: sha512-SUVfEqzl/iy2NzTbpY2E9lHSxs8c9QERhTILp5OOt0Vgmhn9iTxVEIoSCjzz/MyX066eARarUymUyK4JCg3mqw==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@20.0.3': - resolution: {integrity: sha512-Gobgkvsx61P5TI0uuDQTI/D2AXJt3xnBuAWQ4V/NW/OpkvL8j/q8zk81uK0tumVvIc4p5kSlGmQ46/ytSrdqvg==} + '@nx/nx-darwin-x64@20.0.6': + resolution: {integrity: sha512-JI0kcJGBeIj3sb+kC0nZMOSXFnvCOtGbAVK3HHJ9DSRxckLq5bImwqdfYSNJL9ocU8YU+Qds/SercEV02gQOkQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@20.0.3': - resolution: {integrity: sha512-nbYp89BP0z0DzuaUH/yVVhCbL96vUUaKmCVmmdlvQRgiaX89BChAMuEdLNSeaDHFrhgTYB87ku3Ok6DRCAIOcg==} + '@nx/nx-freebsd-x64@20.0.6': + resolution: {integrity: sha512-om9Sh5Pg5aRDlBWyHMAX/1swLSj2pCqk1grXN6RcJ8O3tXLI35fj4wz6sPDRASwC1xuHwET2DG/20Ec6n1Ko3A==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@20.0.3': - resolution: {integrity: sha512-eKIYJPvXO/N1FjteZHC4DLV0u+2h70RmrDQODPztfl3mI5AjCwFdLf9RPN1D+SuNdfK1WwZIszY+FiVxrpK19A==} + '@nx/nx-linux-arm-gnueabihf@20.0.6': + resolution: {integrity: sha512-XIomXUqnH3w1aqRu0T+Wcn9roXT1bG1PjuX+bmGLkSiZ+ZyY/zYfhg6WKbox3TqQcdC1jNUkzEQlLGcfWaGc6w==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@20.0.3': - resolution: {integrity: sha512-CDFy2WNsMZvxshtGdFV/yCux1XkLtcqh0FiitNvGdgNugXXp3CLVEUx6dI3VBuIBNGbfozdr7n+fuXN6F2S4MQ==} + '@nx/nx-linux-arm64-gnu@20.0.6': + resolution: {integrity: sha512-Asx2F+WtauELssmrQf1y4ZeiMIsgbL/+PnD+WgbvHVWbl7cRUfLJqEhOR5fQG6CiNTIXvOyzXMoaJVA9hTub+Q==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@20.0.3': - resolution: {integrity: sha512-BGrSRNPuDyj0yeP2MyzF1MMij1KO4Q/2YSgBbYzVSc8JdrUqf+3rqI8VXNTr3FcAKMTPgFjkFZ3XD3s/62gsdg==} + '@nx/nx-linux-arm64-musl@20.0.6': + resolution: {integrity: sha512-4lyBaLWSv7VNMOXWxtuDNiSOE4M5QGiVHimSvQ9PBwgnrvEuc6fCv/Nc8ecU0rINHRQJruYMTD/kKBCsahwJUQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@20.0.3': - resolution: {integrity: sha512-xGGjQ8q5XuF0/432APvAi/OSMdR3LZ1yQ9hYh+JGvM5wh44I3UbgBXRCJlsHp+t2hdlilF6kpaeMSiP1Z9CEbg==} + '@nx/nx-linux-x64-gnu@20.0.6': + resolution: {integrity: sha512-HGZzX7un/rJvADKwN27HM0e3Gx19hSndCoqZUtqHgrFRdUvTfHTWNpT6uZ5XW/5bNnRKdUinY9DHhlYpE0u4KQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@20.0.3': - resolution: {integrity: sha512-fTmZNbq3QQF5BLGPB8PGuFuNo3s2F86IQDOUYWpjXiuKjoI1Y5yM14RQpHLwYOGnUNoKYOhlv/JAyFrDX6ALZA==} + '@nx/nx-linux-x64-musl@20.0.6': + resolution: {integrity: sha512-OwMq+ozzCOCtAViOouHbe/MXqep/q4EKg44YelUqVNIe/2XimcIfMlBQFk1DOcmibesxa3yWMKAdg2IGUnG+pQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@20.0.3': - resolution: {integrity: sha512-hdtfg9pIzhtLqqGvsTemQYwe+kqqL1JGNgrlf3V59HSbbAADYZbHnliujoRybJo7dpeS/DDTNMNeblg99tFQLA==} + '@nx/nx-win32-arm64-msvc@20.0.6': + resolution: {integrity: sha512-2D8TIjyi5dJLy4cx8u7YKunW6+EG9FAuBUo75qMCozTBw1EPTK2lzwLE2d8C7WOxBA148O2wzD5uiX1vCt2Tzg==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@20.0.3': - resolution: {integrity: sha512-HcqE8AlWuwcsIOj0OnKDQ3q7L0RZsOrBRhDRKbJeUnIFz/t2R3q8Y6trrqTyFAafgW6JNLBp+tgcUyfHPUy/eQ==} + '@nx/nx-win32-x64-msvc@20.0.6': + resolution: {integrity: sha512-B83kpN1+KdJ97P0Rw/KRyZ5fZPtKimvwg/TAJdWR1D8oqdrpaZwgTd9dcsTNavvynUsPqM3GdjmFKzTYTZ4MFQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -1366,8 +1366,8 @@ packages: resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@playwright/test@1.48.1': - resolution: {integrity: sha512-s9RtWoxkOLmRJdw3oFvhFbs9OJS0BzrLUc8Hf6l2UdCNd1rqeEyD4BhCJkvzeEoD1FsK4mirsWwGerhVmYKtZg==} + '@playwright/test@1.48.2': + resolution: {integrity: sha512-54w1xCWfXuax7dz4W2M9uw0gDyh+ti/0K/MxcCUxChFh37kkdxPdfZDw5QBbuPUJHr1CiHJ1hXgSs+GgeQc5Zw==} engines: {node: '>=18'} hasBin: true @@ -1455,13 +1455,13 @@ packages: cpu: [x64] os: [win32] - '@rsbuild/core@1.0.17': - resolution: {integrity: sha512-XbRrFsX5YiYrArD2f27a+WGhRWvoYgogaTMX/kiL7xcZOFuV+PbPBdU0e2o00NROGLRyVn7cTfkIkyMSr1B9Vg==} + '@rsbuild/core@1.0.18': + resolution: {integrity: sha512-NRdcGCAuBpzAIIdv+gVZxpgd9Cu9JSbaOC13nTbWRKXrHPpr+1iwYFBbM01KtX0Fe2TBLgmSaJfdDJAfEeZ3Dg==} engines: {node: '>=16.7.0'} hasBin: true - '@rsbuild/plugin-less@1.0.2': - resolution: {integrity: sha512-FtnJbonHfBrPP5tCiAHaOYyfqUYpvCUZVHfDv6wsky5copjDG0xnW7NL4JCNdT2QxTbssudL46UhYq67pLW5eA==} + '@rsbuild/plugin-less@1.0.3': + resolution: {integrity: sha512-lz/u0C7Cj/sUO0WuwxJR976BLUxFy/mzT9fZOK/G6ceTuhUd1rEQw4FAPuOefhgkDxfqpJ4ZjliVfpm+n4CjyQ==} peerDependencies: '@rsbuild/core': 1.x || ^1.0.1-rc.0 @@ -1493,8 +1493,8 @@ packages: peerDependencies: '@rsbuild/core': 1.x || ^1.0.1-rc.0 - '@rslib/core@0.0.13': - resolution: {integrity: sha512-q0PIEv1snJdiW38sa4bwARhzYbDdbHHVFekiHheLkQwtapvf1/4+n9Ud1mlUhq180wHVAsSJQrRpcW4g7w47OA==} + '@rslib/core@0.0.14': + resolution: {integrity: sha512-DW4TJf2p45SEH36iVr31xa/ITMEfvu8nbaujYShUSOruCOCzJ3GnfmkCsibT8RZC7oCN25e0dQinWuwQ4yjgGg==} engines: {node: '>=16.0.0'} hasBin: true peerDependencies: @@ -1916,8 +1916,8 @@ packages: '@types/react-dom@18.3.1': resolution: {integrity: sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==} - '@types/react@18.3.11': - resolution: {integrity: sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==} + '@types/react@18.3.12': + resolution: {integrity: sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==} '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} @@ -2539,8 +2539,8 @@ packages: create-hmac@1.1.7: resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} - create-rstack@1.0.7: - resolution: {integrity: sha512-4bk9MZvovQEMwrIFGdX7BOzw4FQmx5+bzImSaZ5QliQsoQo3KQF0Es3BgWX2rXOa0sY3lsfeke4Vtbz9CydXkw==} + create-rstack@1.0.8: + resolution: {integrity: sha512-XHXinj18jmZ/92CaymHtr1Dzj0uXDekQgqSzz23UEJ7JXsj+VEvieAQHPMYBjBconjLXe1IY5GCV/suK9P8kqw==} cron-parser@4.9.0: resolution: {integrity: sha512-p0SaNjrHOnQeR8/VnfGbmg9te2kfyYSQ7Sc/j/6DtPL3JQvKxmjO9TSjNFpujqV3vEYYBvNNvXSxzyksBWAx1Q==} @@ -4062,8 +4062,8 @@ packages: number-precision@1.6.0: resolution: {integrity: sha512-05OLPgbgmnixJw+VvEh18yNPUo3iyp4BEWJcrLu4X9W05KmMifN7Mu5exYvQXqxxeNWhvIF+j3Rij+HmddM/hQ==} - nx@20.0.3: - resolution: {integrity: sha512-6ZuZ09IdMIwbklKqEwUAHspuVMsDr7TIcCyeytmdDC1XbA+Tbb93wriyJyiI9EBQw4StrlJF9vSXAZsuDiOKeA==} + nx@20.0.6: + resolution: {integrity: sha512-z8PMPEXxtADwxsNXamZdDbx65fcNcR4gTmX7N94GKmpZNrjwd3m7RcnoYgQp5vA8kFQkMR+320mtq5NkGJPZvg==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -4263,9 +4263,6 @@ packages: periscopic@3.1.0: resolution: {integrity: sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==} - picocolors@1.1.0: - resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} - picocolors@1.1.1: resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} @@ -4289,13 +4286,13 @@ packages: resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} engines: {node: '>= 6'} - playwright-core@1.48.1: - resolution: {integrity: sha512-Yw/t4VAFX/bBr1OzwCuOMZkY1Cnb4z/doAFSwf4huqAGWmf9eMNjmK7NiOljCdLmxeRYcGPPmcDgU0zOlzP0YA==} + playwright-core@1.48.2: + resolution: {integrity: sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==} engines: {node: '>=18'} hasBin: true - playwright@1.48.1: - resolution: {integrity: sha512-j8CiHW/V6HxmbntOfyB4+T/uk08tBy6ph0MpBXwuoofkSnLmlfdYNNkFTYD6ofzzlSqLA1fwH4vwvVFvJgLN0w==} + playwright@1.48.2: + resolution: {integrity: sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==} engines: {node: '>=18'} hasBin: true @@ -4647,8 +4644,8 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - rsbuild-plugin-dts@0.0.13: - resolution: {integrity: sha512-coAX6+JiGkyAYsXFGbtExvKgcB2Fn2ZEd8fTWxMImeFpoNxdDL6Ky90c5hSwE4zuxZJ4b0T3KrVzOCxLK0eMQw==} + rsbuild-plugin-dts@0.0.14: + resolution: {integrity: sha512-/1NU8T8y1JSoYbY+S1Hse39eXLU+dVhKFvcS7vPk752jTPSJhLSlkKPVsn9edMhZDu97DBtDKhn9/t152yGHlg==} engines: {node: '>=16.0.0'} peerDependencies: '@microsoft/api-extractor': ^7 @@ -5162,8 +5159,8 @@ packages: tinyexec@0.3.0: resolution: {integrity: sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==} - tinyglobby@0.2.9: - resolution: {integrity: sha512-8or1+BGEdk1Zkkw2ii16qSS7uVrQJPre5A9o/XkWPATkk23FZh/15BKFxPnlTy6vkljZxLqYCzzBMj30ZrSvjw==} + tinyglobby@0.2.10: + resolution: {integrity: sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==} engines: {node: '>=12.0.0'} tinypool@1.0.0: @@ -5590,7 +5587,7 @@ snapshots: dependencies: color: 3.2.1 - '@arco-design/web-react@2.64.0(@types/react@18.3.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@arco-design/web-react@2.64.0(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@arco-design/color': 0.4.0 '@babel/runtime': 7.24.8 @@ -5602,7 +5599,7 @@ snapshots: number-precision: 1.6.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-focus-lock: 2.13.2(@types/react@18.3.11)(react@18.3.1) + react-focus-lock: 2.13.2(@types/react@18.3.12)(react@18.3.1) react-is: 18.3.1 react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) resize-observer-polyfill: 1.5.1 @@ -6112,7 +6109,7 @@ snapshots: '@mdx-js/react@2.3.0(react@18.3.1)': dependencies: '@types/mdx': 2.0.13 - '@types/react': 18.3.11 + '@types/react': 18.3.12 react: 18.3.1 '@microsoft/api-extractor-model@7.29.8(@types/node@18.19.39)': @@ -6239,11 +6236,11 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/rsbuild-plugin@0.6.13(@module-federation/enhanced@0.6.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(webpack@5.94.0))(@rsbuild/core@1.0.17)': + '@module-federation/rsbuild-plugin@0.6.13(@module-federation/enhanced@0.6.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(webpack@5.94.0))(@rsbuild/core@1.0.18)': dependencies: '@module-federation/enhanced': 0.6.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(webpack@5.94.0) '@module-federation/sdk': 0.6.13 - '@rsbuild/core': 1.0.17 + '@rsbuild/core': 1.0.18 '@module-federation/rspack@0.6.13(typescript@5.6.3)': dependencies: @@ -6317,34 +6314,34 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@nx/nx-darwin-arm64@20.0.3': + '@nx/nx-darwin-arm64@20.0.6': optional: true - '@nx/nx-darwin-x64@20.0.3': + '@nx/nx-darwin-x64@20.0.6': optional: true - '@nx/nx-freebsd-x64@20.0.3': + '@nx/nx-freebsd-x64@20.0.6': optional: true - '@nx/nx-linux-arm-gnueabihf@20.0.3': + '@nx/nx-linux-arm-gnueabihf@20.0.6': optional: true - '@nx/nx-linux-arm64-gnu@20.0.3': + '@nx/nx-linux-arm64-gnu@20.0.6': optional: true - '@nx/nx-linux-arm64-musl@20.0.3': + '@nx/nx-linux-arm64-musl@20.0.6': optional: true - '@nx/nx-linux-x64-gnu@20.0.3': + '@nx/nx-linux-x64-gnu@20.0.6': optional: true - '@nx/nx-linux-x64-musl@20.0.3': + '@nx/nx-linux-x64-musl@20.0.6': optional: true - '@nx/nx-win32-arm64-msvc@20.0.3': + '@nx/nx-win32-arm64-msvc@20.0.6': optional: true - '@nx/nx-win32-x64-msvc@20.0.3': + '@nx/nx-win32-x64-msvc@20.0.6': optional: true '@pkgjs/parseargs@0.11.0': @@ -6352,9 +6349,9 @@ snapshots: '@pkgr/core@0.1.1': {} - '@playwright/test@1.48.1': + '@playwright/test@1.48.2': dependencies: - playwright: 1.48.1 + playwright: 1.48.2 '@remix-run/router@1.20.0': {} @@ -6406,7 +6403,7 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.18.1': optional: true - '@rsbuild/core@1.0.17': + '@rsbuild/core@1.0.18': dependencies: '@rspack/core': 1.0.14(@swc/helpers@0.5.13) '@rspack/lite-tapable': 1.0.1 @@ -6415,13 +6412,13 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - '@rsbuild/plugin-less@1.0.2(@rsbuild/core@1.0.17)': + '@rsbuild/plugin-less@1.0.3(@rsbuild/core@1.0.18)': dependencies: - '@rsbuild/core': 1.0.17 + '@rsbuild/core': 1.0.18 deepmerge: 4.3.1 reduce-configs: 1.0.0 - '@rsbuild/plugin-node-polyfill@1.2.0(@rsbuild/core@1.0.17)': + '@rsbuild/plugin-node-polyfill@1.2.0(@rsbuild/core@1.0.18)': dependencies: assert: 2.1.0 browserify-zlib: 0.2.0 @@ -6447,33 +6444,33 @@ snapshots: util: 0.12.5 vm-browserify: 1.1.2 optionalDependencies: - '@rsbuild/core': 1.0.17 + '@rsbuild/core': 1.0.18 - '@rsbuild/plugin-react@1.0.4(@rsbuild/core@1.0.17)': + '@rsbuild/plugin-react@1.0.4(@rsbuild/core@1.0.18)': dependencies: - '@rsbuild/core': 1.0.17 + '@rsbuild/core': 1.0.18 '@rspack/plugin-react-refresh': 1.0.0(react-refresh@0.14.2) react-refresh: 0.14.2 - '@rsbuild/plugin-react@1.0.5(@rsbuild/core@1.0.17)': + '@rsbuild/plugin-react@1.0.5(@rsbuild/core@1.0.18)': dependencies: - '@rsbuild/core': 1.0.17 + '@rsbuild/core': 1.0.18 '@rspack/plugin-react-refresh': 1.0.0(react-refresh@0.14.2) react-refresh: 0.14.2 - '@rsbuild/plugin-sass@1.0.4(@rsbuild/core@1.0.17)': + '@rsbuild/plugin-sass@1.0.4(@rsbuild/core@1.0.18)': dependencies: - '@rsbuild/core': 1.0.17 + '@rsbuild/core': 1.0.18 deepmerge: 4.3.1 loader-utils: 2.0.4 postcss: 8.4.47 reduce-configs: 1.0.0 sass-embedded: 1.80.3 - '@rsbuild/plugin-svgr@1.0.4(@rsbuild/core@1.0.17)(typescript@5.6.3)': + '@rsbuild/plugin-svgr@1.0.4(@rsbuild/core@1.0.18)(typescript@5.6.3)': dependencies: - '@rsbuild/core': 1.0.17 - '@rsbuild/plugin-react': 1.0.4(@rsbuild/core@1.0.17) + '@rsbuild/core': 1.0.18 + '@rsbuild/plugin-react': 1.0.4(@rsbuild/core@1.0.18) '@svgr/core': 8.1.0(typescript@5.6.3) '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.6.3)) '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.6.3))(typescript@5.6.3) @@ -6483,10 +6480,11 @@ snapshots: - supports-color - typescript - '@rslib/core@0.0.13(@microsoft/api-extractor@7.47.11(@types/node@18.19.39))(typescript@5.6.3)': + '@rslib/core@0.0.14(@microsoft/api-extractor@7.47.11(@types/node@18.19.39))(typescript@5.6.3)': dependencies: - '@rsbuild/core': 1.0.17 - rsbuild-plugin-dts: 0.0.13(@microsoft/api-extractor@7.47.11(@types/node@18.19.39))(@rsbuild/core@1.0.17)(typescript@5.6.3) + '@rsbuild/core': 1.0.18 + rsbuild-plugin-dts: 0.0.14(@microsoft/api-extractor@7.47.11(@types/node@18.19.39))(@rsbuild/core@1.0.18)(typescript@5.6.3) + tinyglobby: 0.2.10 optionalDependencies: '@microsoft/api-extractor': 7.47.11(@types/node@18.19.39) typescript: 5.6.3 @@ -6603,10 +6601,10 @@ snapshots: '@mdx-js/mdx': 2.3.0 '@mdx-js/react': 2.3.0(react@18.3.1) '@modern-js/utils': 2.60.5 - '@rsbuild/core': 1.0.17 - '@rsbuild/plugin-less': 1.0.2(@rsbuild/core@1.0.17) - '@rsbuild/plugin-react': 1.0.5(@rsbuild/core@1.0.17) - '@rsbuild/plugin-sass': 1.0.4(@rsbuild/core@1.0.17) + '@rsbuild/core': 1.0.18 + '@rsbuild/plugin-less': 1.0.3(@rsbuild/core@1.0.18) + '@rsbuild/plugin-react': 1.0.5(@rsbuild/core@1.0.18) + '@rsbuild/plugin-sass': 1.0.4(@rsbuild/core@1.0.18) '@rspress/mdx-rs': 0.6.1 '@rspress/plugin-auto-nav-sidebar': 1.35.1 '@rspress/plugin-container-syntax': 1.35.1 @@ -6713,7 +6711,7 @@ snapshots: '@rspress/shared@1.35.1': dependencies: - '@rsbuild/core': 1.0.17 + '@rsbuild/core': 1.0.18 chalk: 5.3.0 execa: 5.1.1 fs-extra: 11.2.0 @@ -6970,9 +6968,9 @@ snapshots: '@types/react-dom@18.3.1': dependencies: - '@types/react': 18.3.11 + '@types/react': 18.3.12 - '@types/react@18.3.11': + '@types/react@18.3.12': dependencies: '@types/prop-types': 15.7.12 csstype: 3.1.3 @@ -7643,7 +7641,7 @@ snapshots: safe-buffer: 5.2.1 sha.js: 2.4.11 - create-rstack@1.0.7: {} + create-rstack@1.0.8: {} cron-parser@4.9.0: dependencies: @@ -9518,7 +9516,7 @@ snapshots: number-precision@1.6.0: {} - nx@20.0.3: + nx@20.0.6: dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 @@ -9553,16 +9551,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 20.0.3 - '@nx/nx-darwin-x64': 20.0.3 - '@nx/nx-freebsd-x64': 20.0.3 - '@nx/nx-linux-arm-gnueabihf': 20.0.3 - '@nx/nx-linux-arm64-gnu': 20.0.3 - '@nx/nx-linux-arm64-musl': 20.0.3 - '@nx/nx-linux-x64-gnu': 20.0.3 - '@nx/nx-linux-x64-musl': 20.0.3 - '@nx/nx-win32-arm64-msvc': 20.0.3 - '@nx/nx-win32-x64-msvc': 20.0.3 + '@nx/nx-darwin-arm64': 20.0.6 + '@nx/nx-darwin-x64': 20.0.6 + '@nx/nx-freebsd-x64': 20.0.6 + '@nx/nx-linux-arm-gnueabihf': 20.0.6 + '@nx/nx-linux-arm64-gnu': 20.0.6 + '@nx/nx-linux-arm64-musl': 20.0.6 + '@nx/nx-linux-x64-gnu': 20.0.6 + '@nx/nx-linux-x64-musl': 20.0.6 + '@nx/nx-win32-arm64-msvc': 20.0.6 + '@nx/nx-win32-x64-msvc': 20.0.6 transitivePeerDependencies: - debug @@ -9767,8 +9765,6 @@ snapshots: estree-walker: 3.0.3 is-reference: 3.0.2 - picocolors@1.1.0: {} - picocolors@1.1.1: {} picomatch@2.3.1: {} @@ -9781,11 +9777,11 @@ snapshots: pirates@4.0.6: {} - playwright-core@1.48.1: {} + playwright-core@1.48.2: {} - playwright@1.48.1: + playwright@1.48.2: dependencies: - playwright-core: 1.48.1 + playwright-core: 1.48.2 optionalDependencies: fsevents: 2.3.2 @@ -9960,17 +9956,17 @@ snapshots: react-fast-compare@3.2.2: {} - react-focus-lock@2.13.2(@types/react@18.3.11)(react@18.3.1): + react-focus-lock@2.13.2(@types/react@18.3.12)(react@18.3.1): dependencies: '@babel/runtime': 7.24.8 focus-lock: 1.3.5 prop-types: 15.8.1 react: 18.3.1 react-clientside-effect: 1.2.6(react@18.3.1) - use-callback-ref: 1.3.2(@types/react@18.3.11)(react@18.3.1) - use-sidecar: 1.1.2(@types/react@18.3.11)(react@18.3.1) + use-callback-ref: 1.3.2(@types/react@18.3.12)(react@18.3.1) + use-sidecar: 1.1.2(@types/react@18.3.12)(react@18.3.1) optionalDependencies: - '@types/react': 18.3.11 + '@types/react': 18.3.12 react-helmet-async@1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: @@ -10221,19 +10217,19 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.18.1 fsevents: 2.3.3 - rsbuild-plugin-dts@0.0.13(@microsoft/api-extractor@7.47.11(@types/node@18.19.39))(@rsbuild/core@1.0.17)(typescript@5.6.3): + rsbuild-plugin-dts@0.0.14(@microsoft/api-extractor@7.47.11(@types/node@18.19.39))(@rsbuild/core@1.0.18)(typescript@5.6.3): dependencies: - '@rsbuild/core': 1.0.17 - fast-glob: 3.3.2 + '@rsbuild/core': 1.0.18 magic-string: 0.30.12 - picocolors: 1.1.0 + picocolors: 1.1.1 + tinyglobby: 0.2.10 optionalDependencies: '@microsoft/api-extractor': 7.47.11(@types/node@18.19.39) typescript: 5.6.3 - rsbuild-plugin-google-analytics@1.0.3(@rsbuild/core@1.0.17): + rsbuild-plugin-google-analytics@1.0.3(@rsbuild/core@1.0.18): optionalDependencies: - '@rsbuild/core': 1.0.17 + '@rsbuild/core': 1.0.18 rslog@1.2.3: {} @@ -10245,7 +10241,7 @@ snapshots: rspress@1.35.1(webpack@5.94.0): dependencies: - '@rsbuild/core': 1.0.17 + '@rsbuild/core': 1.0.18 '@rspress/core': 1.35.1(webpack@5.94.0) '@rspress/shared': 1.35.1 cac: 6.7.14 @@ -10745,7 +10741,7 @@ snapshots: tinyexec@0.3.0: {} - tinyglobby@0.2.9: + tinyglobby@0.2.10: dependencies: fdir: 6.4.2(picomatch@4.0.2) picomatch: 4.0.2 @@ -10892,20 +10888,20 @@ snapshots: punycode: 1.4.1 qs: 6.13.0 - use-callback-ref@1.3.2(@types/react@18.3.11)(react@18.3.1): + use-callback-ref@1.3.2(@types/react@18.3.12)(react@18.3.1): dependencies: react: 18.3.1 tslib: 2.6.3 optionalDependencies: - '@types/react': 18.3.11 + '@types/react': 18.3.12 - use-sidecar@1.1.2(@types/react@18.3.11)(react@18.3.1): + use-sidecar@1.1.2(@types/react@18.3.12)(react@18.3.1): dependencies: detect-node-es: 1.1.0 react: 18.3.1 tslib: 2.6.3 optionalDependencies: - '@types/react': 18.3.11 + '@types/react': 18.3.12 util-deprecate@1.0.2: {} diff --git a/tests/package.json b/tests/package.json index efcd052dd..a4901cd7c 100644 --- a/tests/package.json +++ b/tests/package.json @@ -13,21 +13,21 @@ "devDependencies": { "@codspeed/vitest-plugin": "^3.1.1", "@module-federation/rsbuild-plugin": "^0.6.13", - "@playwright/test": "1.48.1", - "@rsbuild/core": "~1.0.17", - "@rsbuild/plugin-less": "^1.0.2", + "@playwright/test": "1.48.2", + "@rsbuild/core": "~1.0.18", + "@rsbuild/plugin-less": "^1.0.3", "@rsbuild/plugin-react": "^1.0.5", "@rsbuild/plugin-sass": "^1.0.4", "@rslib/core": "workspace:*", "@rslib/tsconfig": "workspace:*", "@types/fs-extra": "^11.0.4", "@types/node": "~18.19.39", - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "fs-extra": "^11.2.0", "path-serializer": "0.2.2", "strip-ansi": "^7.1.0", "test-helper": "workspace:*", - "tinyglobby": "^0.2.9" + "tinyglobby": "^0.2.10" } } diff --git a/website/package.json b/website/package.json index 511cdf7f2..27d9666e2 100644 --- a/website/package.json +++ b/website/package.json @@ -9,11 +9,11 @@ "preview": "rspress preview" }, "devDependencies": { - "@rsbuild/core": "~1.0.17", + "@rsbuild/core": "~1.0.18", "@rslib/tsconfig": "workspace:*", "@rstack-dev/doc-ui": "1.5.2", "@types/node": "~18.19.39", - "@types/react": "^18.3.11", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "react": "^18.3.1", "react-dom": "^18.3.1",