From 18934f06baa5d8bb549146dfeb0f800a07ba3b36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 16:14:17 +0000 Subject: [PATCH] chore(deps): update rsbuild --- api/css/package.json | 2 +- examples/BankCards/package.json | 2 +- examples/Gallery/package.json | 2 +- examples/animation/package.json | 2 +- examples/css/package.json | 2 +- examples/event/package.json | 2 +- examples/fetch/package.json | 2 +- examples/input/package.json | 2 +- examples/layout/package.json | 2 +- examples/list/package.json | 2 +- examples/networking/package.json | 2 +- examples/page/package.json | 2 +- examples/performance-api/package.json | 2 +- examples/scroll-view/package.json | 2 +- examples/swiper/package.json | 2 +- examples/tailwindcss/package.json | 2 +- examples/text/package.json | 2 +- examples/textarea/package.json | 2 +- examples/todo-list/package.json | 2 +- .../packages/react-container/package.json | 4 +- package.json | 2 +- pnpm-lock.yaml | 644 +++++++++--------- 22 files changed, 360 insertions(+), 328 deletions(-) diff --git a/api/css/package.json b/api/css/package.json index 43a099c2..f341b796 100644 --- a/api/css/package.json +++ b/api/css/package.json @@ -30,7 +30,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@types/react": "^18.3.23", "typescript": "~5.9.2" } diff --git a/examples/BankCards/package.json b/examples/BankCards/package.json index 0423ca4e..efdb6430 100644 --- a/examples/BankCards/package.json +++ b/examples/BankCards/package.json @@ -22,7 +22,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@types/react": "^18.3.23" }, "repository": { diff --git a/examples/Gallery/package.json b/examples/Gallery/package.json index bdcc0108..1a96c7c6 100644 --- a/examples/Gallery/package.json +++ b/examples/Gallery/package.json @@ -23,7 +23,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@types/react": "^18.3.23", "typescript": "~5.9.2" }, diff --git a/examples/animation/package.json b/examples/animation/package.json index 21af48c9..6d95c694 100644 --- a/examples/animation/package.json +++ b/examples/animation/package.json @@ -28,7 +28,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@types/react": "^18.3.23", "typescript": "~5.9.2" } diff --git a/examples/css/package.json b/examples/css/package.json index 0610efb4..140f8abe 100644 --- a/examples/css/package.json +++ b/examples/css/package.json @@ -28,7 +28,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@types/react": "^18.3.23", "typescript": "~5.9.2" } diff --git a/examples/event/package.json b/examples/event/package.json index c495d6f6..84e897da 100644 --- a/examples/event/package.json +++ b/examples/event/package.json @@ -27,7 +27,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@types/react": "^18.3.23", "typescript": "~5.9.2" } diff --git a/examples/fetch/package.json b/examples/fetch/package.json index ae3ff1aa..5f9fc877 100644 --- a/examples/fetch/package.json +++ b/examples/fetch/package.json @@ -22,7 +22,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@types/react": "^18.3.23" }, "engines": { diff --git a/examples/input/package.json b/examples/input/package.json index b1258ec3..37edb294 100644 --- a/examples/input/package.json +++ b/examples/input/package.json @@ -27,7 +27,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@types/react": "^18.3.23", "typescript": "~5.9.2" } diff --git a/examples/layout/package.json b/examples/layout/package.json index ca1ef46a..cbae2286 100644 --- a/examples/layout/package.json +++ b/examples/layout/package.json @@ -28,7 +28,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@types/react": "^18.3.23", "typescript": "~5.9.2" } diff --git a/examples/list/package.json b/examples/list/package.json index 6b47499c..a7da343a 100644 --- a/examples/list/package.json +++ b/examples/list/package.json @@ -27,7 +27,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@types/react": "^18.3.23", "typescript": "~5.9.2" } diff --git a/examples/networking/package.json b/examples/networking/package.json index 5adec0b2..060f5d59 100644 --- a/examples/networking/package.json +++ b/examples/networking/package.json @@ -28,7 +28,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@types/react": "^18.3.23", "typescript": "~5.9.2" } diff --git a/examples/page/package.json b/examples/page/package.json index 9392a3bd..6af230bd 100644 --- a/examples/page/package.json +++ b/examples/page/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@lynx-js/qrcode-rsbuild-plugin": "catalog:", "@lynx-js/react-rsbuild-plugin": "catalog:", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", "@types/react": "^18.3.23", diff --git a/examples/performance-api/package.json b/examples/performance-api/package.json index aa30870b..d99f428c 100644 --- a/examples/performance-api/package.json +++ b/examples/performance-api/package.json @@ -22,7 +22,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@types/react": "^18.3.23", "typescript": "~5.9.2" }, diff --git a/examples/scroll-view/package.json b/examples/scroll-view/package.json index e3dac694..8337361b 100644 --- a/examples/scroll-view/package.json +++ b/examples/scroll-view/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@lynx-js/qrcode-rsbuild-plugin": "catalog:", "@lynx-js/react-rsbuild-plugin": "catalog:", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", "@types/react": "^18.3.23", diff --git a/examples/swiper/package.json b/examples/swiper/package.json index 283cb6af..650de698 100644 --- a/examples/swiper/package.json +++ b/examples/swiper/package.json @@ -27,7 +27,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@types/react": "^18.3.23", "typescript": "~5.9.2" } diff --git a/examples/tailwindcss/package.json b/examples/tailwindcss/package.json index 5c3fd69d..e2aa83d8 100644 --- a/examples/tailwindcss/package.json +++ b/examples/tailwindcss/package.json @@ -17,7 +17,7 @@ "@types/react": "^18.3.23", "typescript": "~5.9.2", "@lynx-contrib/tailwind-preset": "0.0.2", - "rsbuild-plugin-tailwindcss": "0.2.0", + "rsbuild-plugin-tailwindcss": "0.2.3", "tailwindcss": "^3.4.17" }, "engines": { diff --git a/examples/text/package.json b/examples/text/package.json index 6c9cb877..9a389183 100644 --- a/examples/text/package.json +++ b/examples/text/package.json @@ -27,7 +27,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@types/react": "^18.3.23", "typescript": "~5.9.2" } diff --git a/examples/textarea/package.json b/examples/textarea/package.json index d222b022..d86b4bc1 100644 --- a/examples/textarea/package.json +++ b/examples/textarea/package.json @@ -27,7 +27,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@types/react": "^18.3.23", "typescript": "~5.9.2" } diff --git a/examples/todo-list/package.json b/examples/todo-list/package.json index e7fc2026..3f8da157 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -22,7 +22,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.3.0", - "@rsbuild/plugin-sass": "1.2.2", + "@rsbuild/plugin-sass": "1.3.5", "@types/react": "^18.3.23" }, "repository": { diff --git a/examples/web-platform/packages/react-container/package.json b/examples/web-platform/packages/react-container/package.json index afaa89b8..1699fba2 100644 --- a/examples/web-platform/packages/react-container/package.json +++ b/examples/web-platform/packages/react-container/package.json @@ -15,8 +15,8 @@ "react-dom": "^19.1.1" }, "devDependencies": { - "@rsbuild/core": "1.4.6", - "@rsbuild/plugin-react": "1.3.4", + "@rsbuild/core": "1.4.15", + "@rsbuild/plugin-react": "1.3.5", "@types/react": "^19.1.9", "@types/react-dom": "^19.1.7", "typescript": "^5.9.2" diff --git a/package.json b/package.json index e129a57e..e8308805 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@changesets/cli": "^2.29.5", - "@rsbuild/plugin-type-check": "1.2.2", + "@rsbuild/plugin-type-check": "1.2.4", "dprint": "^0.50.1", "husky": "^9.1.7", "nano-staged": "^0.8.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f0f6f757..2851c876 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: ^2.29.5 version: 2.29.5 '@rsbuild/plugin-type-check': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.9.2) + specifier: 1.2.4 + version: 1.2.4(@rsbuild/core@1.4.15)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.9.2) dprint: specifier: ^0.50.1 version: 0.50.1 @@ -61,8 +61,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -89,8 +89,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -114,8 +114,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -192,8 +192,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -245,8 +245,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -298,8 +298,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -326,8 +326,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -457,8 +457,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -485,8 +485,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -538,8 +538,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -647,8 +647,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -675,8 +675,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -703,8 +703,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -756,8 +756,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -784,8 +784,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -818,8 +818,8 @@ importers: specifier: ^18.3.23 version: 18.3.23 rsbuild-plugin-tailwindcss: - specifier: 0.2.0 - version: 0.2.0(@rsbuild/core@1.4.15)(tailwindcss@3.4.17) + specifier: 0.2.3 + version: 0.2.3(@rsbuild/core@1.4.15)(tailwindcss@3.4.17) tailwindcss: specifier: ^3.4.17 version: 3.4.17 @@ -877,8 +877,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -905,8 +905,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -933,8 +933,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 '@rsbuild/plugin-sass': - specifier: 1.2.2 - version: 1.2.2(@rsbuild/core@1.4.15) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^18.3.23 version: 18.3.23 @@ -1010,11 +1010,11 @@ importers: version: 19.1.1(react@19.1.1) devDependencies: '@rsbuild/core': - specifier: 1.4.6 - version: 1.4.6 + specifier: 1.4.15 + version: 1.4.15 '@rsbuild/plugin-react': - specifier: 1.3.4 - version: 1.3.4(@rsbuild/core@1.4.6) + specifier: 1.3.5 + version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': specifier: ^19.1.9 version: 19.1.9 @@ -1765,39 +1765,21 @@ packages: '@manypkg/get-packages@1.1.3': resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} - '@module-federation/error-codes@0.15.0': - resolution: {integrity: sha512-CFJSF+XKwTcy0PFZ2l/fSUpR4z247+Uwzp1sXVkdIfJ/ATsnqf0Q01f51qqSEA6MYdQi6FKos9FIcu3dCpQNdg==} - '@module-federation/error-codes@0.17.1': resolution: {integrity: sha512-n6Elm4qKSjwAPxLUGtwnl7qt4y1dxB8OpSgVvXBIzqI9p27a3ZXshLPLnumlpPg1Qudaj8sLnSnFtt9yGpt5yQ==} - '@module-federation/runtime-core@0.15.0': - resolution: {integrity: sha512-RYzI61fRDrhyhaEOXH3AgIGlHiot0wPFXu7F43cr+ZnTi+VlSYWLdlZ4NBuT9uV6JSmH54/c+tEZm5SXgKR2sQ==} - '@module-federation/runtime-core@0.17.1': resolution: {integrity: sha512-LCtIFuKgWPQ3E+13OyrVpuTPOWBMI/Ggwsq1Q874YeT8Px28b8tJRCj09DjyRFyhpSPyV/uG80T6iXPAUoLIfQ==} - '@module-federation/runtime-tools@0.15.0': - resolution: {integrity: sha512-kzFn3ObUeBp5vaEtN1WMxhTYBuYEErxugu1RzFUERD21X3BZ+b4cWwdFJuBDlsmVjctIg/QSOoZoPXRKAO0foA==} - '@module-federation/runtime-tools@0.17.1': resolution: {integrity: sha512-4kr6zTFFwGywJx6whBtxsc84V+COAuuBpEdEbPZN//YLXhNB0iz2IGsy9r9wDl+06h84bD+3dQ05l9euRLgXzQ==} - '@module-federation/runtime@0.15.0': - resolution: {integrity: sha512-dTPsCNum9Bhu3yPOcrPYq0YnM9eCMMMNB1wuiqf1+sFbQlNApF0vfZxooqz3ln0/MpgE0jerVvFsLVGfqvC9Ug==} - '@module-federation/runtime@0.17.1': resolution: {integrity: sha512-vKEN32MvUbpeuB/s6UXfkHDZ9N5jFyDDJnj83UTJ8n4N1jHIJu9VZ6Yi4/Ac8cfdvU8UIK9bIbfVXWbUYZUDsw==} - '@module-federation/sdk@0.15.0': - resolution: {integrity: sha512-PWiYbGcJrKUD6JZiEPihrXhV3bgXdll4bV7rU+opV7tHaun+Z0CdcawjZ82Xnpb8MCPGmqHwa1MPFeUs66zksw==} - '@module-federation/sdk@0.17.1': resolution: {integrity: sha512-nlUcN6UTEi+3HWF+k8wPy7gH0yUOmCT+xNatihkIVR9REAnr7BUvHFGlPJmx7WEbLPL46+zJUbtQHvLzXwFhng==} - '@module-federation/webpack-bundler-runtime@0.15.0': - resolution: {integrity: sha512-i+3wu2Ljh2TmuUpsnjwZVupOVqV50jP0ndA8PSP4gwMKlgdGeaZ4VH5KkHAXGr2eiYUxYLMrJXz1+eILJqeGDg==} - '@module-federation/webpack-bundler-runtime@0.17.1': resolution: {integrity: sha512-Swspdgf4PzcbvS9SNKFlBzfq8h/Qxwqjq/xRSqw1pqAZWondZQzwTTqPXhgrg0bFlz7qWjBS/6a8KuH/gRvGaQ==} @@ -1819,6 +1801,88 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} + '@parcel/watcher-android-arm64@2.5.1': + resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [android] + + '@parcel/watcher-darwin-arm64@2.5.1': + resolution: {integrity: sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [darwin] + + '@parcel/watcher-darwin-x64@2.5.1': + resolution: {integrity: sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [darwin] + + '@parcel/watcher-freebsd-x64@2.5.1': + resolution: {integrity: sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [freebsd] + + '@parcel/watcher-linux-arm-glibc@2.5.1': + resolution: {integrity: sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==} + engines: {node: '>= 10.0.0'} + cpu: [arm] + os: [linux] + + '@parcel/watcher-linux-arm-musl@2.5.1': + resolution: {integrity: sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==} + engines: {node: '>= 10.0.0'} + cpu: [arm] + os: [linux] + + '@parcel/watcher-linux-arm64-glibc@2.5.1': + resolution: {integrity: sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [linux] + + '@parcel/watcher-linux-arm64-musl@2.5.1': + resolution: {integrity: sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [linux] + + '@parcel/watcher-linux-x64-glibc@2.5.1': + resolution: {integrity: sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [linux] + + '@parcel/watcher-linux-x64-musl@2.5.1': + resolution: {integrity: sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [linux] + + '@parcel/watcher-win32-arm64@2.5.1': + resolution: {integrity: sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [win32] + + '@parcel/watcher-win32-ia32@2.5.1': + resolution: {integrity: sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==} + engines: {node: '>= 10.0.0'} + cpu: [ia32] + os: [win32] + + '@parcel/watcher-win32-x64@2.5.1': + resolution: {integrity: sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [win32] + + '@parcel/watcher@2.5.1': + resolution: {integrity: sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==} + engines: {node: '>= 10.0.0'} + '@pkgjs/parseargs@0.11.0': resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} @@ -1831,11 +1895,6 @@ packages: engines: {node: '>=16.10.0'} hasBin: true - '@rsbuild/core@1.4.6': - resolution: {integrity: sha512-Z5e7ExKGmLv/wvBQEgSE2bPpR9movvq0jnfXjtYzrLzJFGsKFwL/5KShgdr6hUtVGGLoCCCHHHaTBL6BPcNvZA==} - engines: {node: '>=16.10.0'} - hasBin: true - '@rsbuild/plugin-check-syntax@1.3.0': resolution: {integrity: sha512-lHrd6hToPFVOGWr0U/Ox7pudHWdhPSFsr2riWpjNRlUuwiXdU2SYMROaVUCrLJvYFzJyEMsFOi1w59rBQCG2HQ==} peerDependencies: @@ -1852,18 +1911,18 @@ packages: '@rsbuild/core': optional: true - '@rsbuild/plugin-react@1.3.4': - resolution: {integrity: sha512-PeLmPkUUm+t2cBGBe1WHhw1NNPHDFnKiXnRUGM5WSSlSZWfSi96RbeLqrm+gH6TaefdyvmLvurJu+7tSSUrQjQ==} + '@rsbuild/plugin-react@1.3.5': + resolution: {integrity: sha512-L/GoHgJV4j+EQbI4KOhe5EscM0OHgnSat1eR0Nt5P3JZxpJV2ryO5Yfx5jElPWOkYZZCuk+EWhHWDQ4CkeC5BQ==} peerDependencies: '@rsbuild/core': 1.x - '@rsbuild/plugin-sass@1.2.2': - resolution: {integrity: sha512-vznLfxxPXDyFSPYW7JWTYf/6SJMx5DEgKParNd5lXo7FRa1IKsQOrJdf6F3Rm+T7jKoAvnCVXjM2IkxBW2yJSA==} + '@rsbuild/plugin-sass@1.3.5': + resolution: {integrity: sha512-nW60+iLmV6fkCaE25xpnppISNveAw9z9xySFFcaU2VcpKQ1bGfGns785jlYRGS10E684zG6tL+NIOBS01uPwhQ==} peerDependencies: '@rsbuild/core': 1.x - '@rsbuild/plugin-type-check@1.2.2': - resolution: {integrity: sha512-7hRPT9Vi5uXLkvjy9gGHttpCvK7afGXS7bukyf0XCYAWj6XMPJvUQpXBatVVdNdNfeYt0ffHo5GqiPz/eeCorQ==} + '@rsbuild/plugin-type-check@1.2.4': + resolution: {integrity: sha512-0m4TRp9mTgkQ61UWnqE6cOLj/tBltXBWqLYHh8DDz+mk9qabJQ6ilTl8vQbSrg/jYH/3AksQZjlpZMEplUrE2Q==} peerDependencies: '@rsbuild/core': 1.x peerDependenciesMeta: @@ -1909,105 +1968,53 @@ packages: cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-arm64@1.4.6': - resolution: {integrity: sha512-K37H8e58eY7zBHGeMVtT7m0Z5XvlNQX7YDuaxlbiA4hZxqeRoS5BMX/YOcDiGdNbSuqv+iG5GSckJ99YUI67Cw==} - cpu: [arm64] - os: [darwin] - '@rspack/binding-darwin-x64@1.4.11': resolution: {integrity: sha512-YIV8Wzy+JY0SoSsVtN4wxFXOjzxxVPnVXNswrrfqVUTPr9jqGOFYUWCGpbt8lcCgfuBFm6zN8HpOsKm1xUNsVA==} cpu: [x64] os: [darwin] - '@rspack/binding-darwin-x64@1.4.6': - resolution: {integrity: sha512-3p5u9q/Q9MMVe+5XFJ/WiFrzNrrxUjJFR19kB1k/KMcf8ox982xWjnfJuBkET/k7Hn0EZL7L06ym447uIfAVAg==} - cpu: [x64] - os: [darwin] - '@rspack/binding-linux-arm64-gnu@1.4.11': resolution: {integrity: sha512-ms6uwECUIcu+6e82C5HJhRMHnfsI+l33v7XQezntzRPN0+sG3EpikEoT7SGbgt4vDwaWLR7wS20suN4qd5r3GA==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-gnu@1.4.6': - resolution: {integrity: sha512-ZrrCn5b037ImZfZ3MShJrRw4d5M3Tq2rFJupr+SGMg7GTl2T6xEmo3ER/evHlT6e0ETi6tRWPxC9A1125jbSQA==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-arm64-musl@1.4.11': resolution: {integrity: sha512-9evq0DOdxMN/H8VM8ZmyY9NSuBgILNVV6ydBfVPMHPx4r1E7JZGpWeKDegZcS5Erw3sS9kVSIxyX78L5PDzzKw==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.4.6': - resolution: {integrity: sha512-0a30oR6ZmZrqmsOHQYrbZPCxAgnqAiqlbFozdhHs+Yu2bS7SDiLpdjMg0PHwLZT2+siiMWsLodFZlXRJE54oAQ==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-x64-gnu@1.4.11': resolution: {integrity: sha512-bHYFLxPPYBOSaHdQbEoCYGMQ1gOrEWj7Mro/DLfSHZi1a0okcQ2Q1y0i1DczReim3ZhLGNrK7k1IpFXCRbAobQ==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.4.6': - resolution: {integrity: sha512-u6pq1aq7bX+NABVDDTOzH64KMj1KJn8fUWO+FaX7Kr7PBjhmxNRs4OaWZjbXEY6COhMYEJZ04h4DhY+lRzcKjA==} - cpu: [x64] - os: [linux] - '@rspack/binding-linux-x64-musl@1.4.11': resolution: {integrity: sha512-wrm4E7q2k4+cwT6Uhp6hIQ3eUe/YoaUttj6j5TqHYZX6YeLrNPtD9+ne6lQQ17BV8wmm6NZsmoFIJ5xIptpRhQ==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.4.6': - resolution: {integrity: sha512-rjP/1dWKB828kzd4/QpDYNVasUAKDj0OeRJGh5L/RluSH3pEqhxm5FwvndpmFDv6m3iPekZ4IO26UrpGJmE9fw==} - cpu: [x64] - os: [linux] - '@rspack/binding-wasm32-wasi@1.4.11': resolution: {integrity: sha512-hiYxHZjaZ17wQtXyLCK0IdtOvMWreGVTiGsaHCxyeT+SldDG+r16bXNjmlqfZsjlfl1mkAqKz1dg+mMX28OTqw==} cpu: [wasm32] - '@rspack/binding-wasm32-wasi@1.4.6': - resolution: {integrity: sha512-5M0g7TaWgCFQJr4NKYW2bTLbQJuAQIgZL7WmiDwotgscBJDQWJVBayFEsnM6PYX1Inmu6RNhQ44BKIYwwoSyYw==} - cpu: [wasm32] - '@rspack/binding-win32-arm64-msvc@1.4.11': resolution: {integrity: sha512-+HF/mnjmTr8PC1dccRt1bkrD2tPDGeqvXC1BBLYd/Klq1VbtIcnrhfmvQM6KaXbiLcY9VWKzcZPOTmnyZ8TaHQ==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-arm64-msvc@1.4.6': - resolution: {integrity: sha512-thPCdbh4O+uEAJ8AvXBWZIOW0ZopJAN3CX2zlprso8Cnhi4wDseTtrIxFQh7cTo6pR3xSZAIv/zHd+MMF8TImA==} - cpu: [arm64] - os: [win32] - '@rspack/binding-win32-ia32-msvc@1.4.11': resolution: {integrity: sha512-EU2fQGwrRfwFd/tcOInlD0jy6gNQE4Q3Ayj0Is+cX77sbhPPyyOz0kZDEaQ4qaN2VU8w4Hu/rrD7c0GAKLFvCw==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.4.6': - resolution: {integrity: sha512-KQmm6c/ZfJKQ/TpzbY6J0pDvUB9kwTXzp+xl2FhGq2RXid8uyDS8ZqbeJA6LDxgttsmp4PRVJjMdLVYjZenfLw==} - cpu: [ia32] - os: [win32] - '@rspack/binding-win32-x64-msvc@1.4.11': resolution: {integrity: sha512-1Nc5ZzWqfvE+iJc47qtHFzYYnHsC3awavXrCo74GdGip1vxtksM3G30BlvAQHHVtEmULotWqPbjZpflw/Xk9Ag==} cpu: [x64] os: [win32] - '@rspack/binding-win32-x64-msvc@1.4.6': - resolution: {integrity: sha512-WRRhCsJ+xcOmvzo/r/b2UTejPLnDEbaD/te1yQwHe97sUaFGr3u1Njk6lVYRTV6mEvUopEChb8yAq/S4dvaGLg==} - cpu: [x64] - os: [win32] - '@rspack/binding@1.4.11': resolution: {integrity: sha512-maGl/zRwnl0QVwkBCkgjn5PH20L9HdlRIdkYhEsfTepy5x2QZ0ti/0T49djjTJQrqb+S1i6wWQymMMMMMsxx6Q==} - '@rspack/binding@1.4.6': - resolution: {integrity: sha512-rRc6sbKWxhomxxJeqi4QS3S/2T6pKf4JwC/VHXs7KXw7lHXHa3yxPynmn3xHstL0H6VLaM5xQj87Wh7lQYRAPg==} - '@rspack/cli@1.4.11': resolution: {integrity: sha512-21/EF/gdtTt03LYtXDFFE9rJNUfpxMtIszGgjfULal3IgYHAjo7mKPp6QlPQLSMi/26+TYHa9WZUrnHf8GUIJg==} hasBin: true @@ -2023,15 +2030,6 @@ packages: '@swc/helpers': optional: true - '@rspack/core@1.4.6': - resolution: {integrity: sha512-/OpJLv7dPEE7x/qCXGecRm9suNxz5w0Dheq2sh0TjTCUHodtMET3T+FlRWznBAlZeNuHLECDp0DWhchgS8BWuA==} - engines: {node: '>=16.0.0'} - peerDependencies: - '@swc/helpers': '>=0.5.1' - peerDependenciesMeta: - '@swc/helpers': - optional: true - '@rspack/dev-server@1.1.3': resolution: {integrity: sha512-jWPeyiZiGpbLYGhwHvwxhaa4rsr8CQvsWkWslqeMLb2uXwmyy3UWjUR1q+AhAPnf0gs3lZoFZ1hjBQVecHKUvg==} engines: {node: '>= 18.12.0'} @@ -2632,6 +2630,10 @@ packages: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} + chokidar@4.0.3: + resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} + engines: {node: '>= 14.16.0'} + chrome-trace-event@1.0.4: resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==} engines: {node: '>=6.0'} @@ -2716,9 +2718,6 @@ packages: resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} engines: {node: '>= 0.6'} - core-js@3.44.0: - resolution: {integrity: sha512-aFCtd4l6GvAXwVEh3XbbVqJGHDJt0OZRa+5ePGx3LLwi12WfexqQxcsohb2wgsa/92xtl19Hd66G/L+TaAxDMw==} - core-js@3.45.0: resolution: {integrity: sha512-c2KZL9lP4DjkN3hk/an4pWn5b5ZefhRJnAc42n6LJ19kSnbeRbdQZE5dSeE2LBol1OwJD3X1BQvFTAsa8ReeDA==} @@ -2909,6 +2908,11 @@ packages: resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} engines: {node: '>=8'} + detect-libc@1.0.3: + resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} + engines: {node: '>=0.10'} + hasBin: true + detect-node@2.1.0: resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} @@ -3785,6 +3789,9 @@ packages: neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} + node-addon-api@7.1.1: + resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==} + node-forge@1.3.1: resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} engines: {node: '>= 6.13.0'} @@ -4233,6 +4240,10 @@ packages: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} + readdirp@4.1.2: + resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} + engines: {node: '>= 14.18.0'} + recast@0.23.11: resolution: {integrity: sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==} engines: {node: '>= 4'} @@ -4241,8 +4252,8 @@ packages: resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} engines: {node: '>= 10.13.0'} - reduce-configs@1.1.0: - resolution: {integrity: sha512-DQxy6liNadHfrLahZR7lMdc227NYVaQZhY5FMsxLEjX8X0SCuH+ESHSLCoz2yDZFq1/CLMDOAHdsEHwOEXKtvg==} + reduce-configs@1.1.1: + resolution: {integrity: sha512-EYtsVGAQarE8daT54cnaY1PIknF2VB78ug6Zre2rs36EsJfC40EG6hmTU2A2P1ZuXnKAt2KI0fzOGHcX7wzdPw==} reflect.getprototypeof@1.0.10: resolution: {integrity: sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==} @@ -4283,8 +4294,8 @@ packages: resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - rsbuild-plugin-tailwindcss@0.2.0: - resolution: {integrity: sha512-JxixXVuUO8F0gr4EX8j8DZG0FJxUGAj1YECg2K+5XRw/EQXKHbynE0EmiVdMbRukUj+etcK/8lo35Lfyhr2MZA==} + rsbuild-plugin-tailwindcss@0.2.3: + resolution: {integrity: sha512-UUARLNjMHLNQXvZ7JTVXES41KznawRIJKULt+ZLDBvzOV7buE0BrBYOSlP+r+7SYn8kcvtwdM9TANpOlNwHvZQ==} peerDependencies: '@rsbuild/core': ^1.1.0 tailwindcss: ^3.1.0 @@ -4326,107 +4337,120 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - sass-embedded-android-arm64@1.89.2: - resolution: {integrity: sha512-+pq7a7AUpItNyPu61sRlP6G2A8pSPpyazASb+8AK2pVlFayCSPAEgpwpCE9A2/Xj86xJZeMizzKUHxM2CBCUxA==} + sass-embedded-all-unknown@1.90.0: + resolution: {integrity: sha512-/n7jTQvI+hftDDrHzK19G4pxfDzOhtjuQO1K54ui1pT2S0sWfWDjCYUbQgtWQ6FO7g5qWS0hgmrWdc7fmS3rgA==} + cpu: ['!arm', '!arm64', '!riscv64', '!x64'] + + sass-embedded-android-arm64@1.90.0: + resolution: {integrity: sha512-bkTlewzWksa6Sj4Zs1CWiutnvUbsO3xuYh2QBRknXsOtuMlfTPoXnwhCnyE4lSvUxw2qxSbv+NdQev9qMfsBgA==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [android] - sass-embedded-android-arm@1.89.2: - resolution: {integrity: sha512-oHAPTboBHRZlDBhyRB6dvDKh4KvFs+DZibDHXbkSI6dBZxMTT+Yb2ivocHnctVGucKTLQeT7+OM5DjWHyynL/A==} + sass-embedded-android-arm@1.90.0: + resolution: {integrity: sha512-usF6kVJQWa1CMgPH1nCT1y8KEmAT2fzB00dDIPBYHq8U5VZLCihi2bJRP5U9NlcwP1TlKGKCjwsbIdSjDKfecg==} engines: {node: '>=14.0.0'} cpu: [arm] os: [android] - sass-embedded-android-riscv64@1.89.2: - resolution: {integrity: sha512-HfJJWp/S6XSYvlGAqNdakeEMPOdhBkj2s2lN6SHnON54rahKem+z9pUbCriUJfM65Z90lakdGuOfidY61R9TYg==} + sass-embedded-android-riscv64@1.90.0: + resolution: {integrity: sha512-bpqCIOaX+0Lou/BNJ4iJIKbWbVaYXFdg26C3gG6gxxKZRzp/6OYCxHrIQDwhKz6YC8Q5rwNPMpfDVYbWPcgroA==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [android] - sass-embedded-android-x64@1.89.2: - resolution: {integrity: sha512-BGPzq53VH5z5HN8de6jfMqJjnRe1E6sfnCWFd4pK+CAiuM7iw5Fx6BQZu3ikfI1l2GY0y6pRXzsVLdp/j4EKEA==} + sass-embedded-android-x64@1.90.0: + resolution: {integrity: sha512-GNxVKnCMd/p2icZ+Q4mhvNk19NrLXq1C4guiqjrycHYQLEnxRkjbW1QXYiL+XyDn4e+Bcq0knzG0I9pMuNZxkg==} engines: {node: '>=14.0.0'} cpu: [x64] os: [android] - sass-embedded-darwin-arm64@1.89.2: - resolution: {integrity: sha512-UCm3RL/tzMpG7DsubARsvGUNXC5pgfQvP+RRFJo9XPIi6elopY5B6H4m9dRYDpHA+scjVthdiDwkPYr9+S/KGw==} + sass-embedded-darwin-arm64@1.90.0: + resolution: {integrity: sha512-qr4KBMJfBA+lzXiWnP00qzpLzHQzGd1OSK3VHcUFjZ8l7VOYf2R7Tc3fcTLhpaNPMJtTK0jrk8rFqBvsiZExnA==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [darwin] - sass-embedded-darwin-x64@1.89.2: - resolution: {integrity: sha512-D9WxtDY5VYtMApXRuhQK9VkPHB8R79NIIR6xxVlN2MIdEid/TZWi1MHNweieETXhWGrKhRKglwnHxxyKdJYMnA==} + sass-embedded-darwin-x64@1.90.0: + resolution: {integrity: sha512-z2nr1nNqtWDLVRwTbHtL7zriK90U7O/Gb15UaCSMYeAz9Y+wog5s/sDEKm0+GsVdzzkaCaMZRWGN4jTilnUwmQ==} engines: {node: '>=14.0.0'} cpu: [x64] os: [darwin] - sass-embedded-linux-arm64@1.89.2: - resolution: {integrity: sha512-2N4WW5LLsbtrWUJ7iTpjvhajGIbmDR18ZzYRywHdMLpfdPApuHPMDF5CYzHbS+LLx2UAx7CFKBnj5LLjY6eFgQ==} + sass-embedded-linux-arm64@1.90.0: + resolution: {integrity: sha512-SPMcGZuP71Fj8btCGtlBnv8h8DAbJn8EQfLzXs9oo6NGFFLVjNGiFpqGfgtUV6DLWCuaRyEFeViO7wZow/vKGQ==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] - sass-embedded-linux-arm@1.89.2: - resolution: {integrity: sha512-leP0t5U4r95dc90o8TCWfxNXwMAsQhpWxTkdtySDpngoqtTy3miMd7EYNYd1znI0FN1CBaUvbdCMbnbPwygDlA==} + sass-embedded-linux-arm@1.90.0: + resolution: {integrity: sha512-FeBxI5Q2HvM3CCadcEcQgvWbDPVs2YEF0PZ87fbAVTCG8dV+iNnQreSz7GRJroknpvbRhm5t2gedvcgmTnPb2Q==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] - sass-embedded-linux-musl-arm64@1.89.2: - resolution: {integrity: sha512-nTyuaBX6U1A/cG7WJh0pKD1gY8hbg1m2SnzsyoFG+exQ0lBX/lwTLHq3nyhF+0atv7YYhYKbmfz+sjPP8CZ9lw==} + sass-embedded-linux-musl-arm64@1.90.0: + resolution: {integrity: sha512-xLH7+PFq763MoEm3vI7hQk5E+nStiLWbijHEYW/tEtCbcQIphgzSkDItEezxXew3dU4EJ1jqrBUySPdoXFLqWA==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] - sass-embedded-linux-musl-arm@1.89.2: - resolution: {integrity: sha512-Z6gG2FiVEEdxYHRi2sS5VIYBmp17351bWtOCUZ/thBM66+e70yiN6Eyqjz80DjL8haRUegNQgy9ZJqsLAAmr9g==} + sass-embedded-linux-musl-arm@1.90.0: + resolution: {integrity: sha512-EB2z0fUXdUdvSoddf4DzdZQkD/xyreD72gwAi8YScgUvR4HMXI7bLcK/n78Rft6OnqvV8090hjC8FsLDo3x5xQ==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] - sass-embedded-linux-musl-riscv64@1.89.2: - resolution: {integrity: sha512-N6oul+qALO0SwGY8JW7H/Vs0oZIMrRMBM4GqX3AjM/6y8JsJRxkAwnfd0fDyK+aICMFarDqQonQNIx99gdTZqw==} + sass-embedded-linux-musl-riscv64@1.90.0: + resolution: {integrity: sha512-L21UkOgnSrD+ERF+jo1IWneGv40t0ap9+3cI+wZWYhQS5MkxponhT9QaNU57JEDJwB9mOl01LVw14opz4SN+VQ==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [linux] - sass-embedded-linux-musl-x64@1.89.2: - resolution: {integrity: sha512-K+FmWcdj/uyP8GiG9foxOCPfb5OAZG0uSVq80DKgVSC0U44AdGjvAvVZkrgFEcZ6cCqlNC2JfYmslB5iqdL7tg==} + sass-embedded-linux-musl-x64@1.90.0: + resolution: {integrity: sha512-NeAycQlsdhFdnIeSmRmScYUyCd+uE+x15NLFunbF8M0PgCKurrUhaxgGKSuBbaK56FpxarKOHCqcOrWbemIGzQ==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] - sass-embedded-linux-riscv64@1.89.2: - resolution: {integrity: sha512-g9nTbnD/3yhOaskeqeBQETbtfDQWRgsjHok6bn7DdAuwBsyrR3JlSFyqKc46pn9Xxd9SQQZU8AzM4IR+sY0A0w==} + sass-embedded-linux-riscv64@1.90.0: + resolution: {integrity: sha512-lJopaQhW8S+kaQ61vMqq3c+bOurcf9RdZf2EmzQYpc2y1vT5cWfRNrRkbAgO/23IQxsk/fq3UIUnsjnyQmi6MA==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [linux] - sass-embedded-linux-x64@1.89.2: - resolution: {integrity: sha512-Ax7dKvzncyQzIl4r7012KCMBvJzOz4uwSNoyoM5IV6y5I1f5hEwI25+U4WfuTqdkv42taCMgpjZbh9ERr6JVMQ==} + sass-embedded-linux-x64@1.90.0: + resolution: {integrity: sha512-Cc061gBfMPwH9rN7neQaH36cvOQC+dFMSGIeX5qUOhrEL4Ng51iqBV6aI4RIB1jCFGth6eDydVRN1VdV9qom8A==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] - sass-embedded-win32-arm64@1.89.2: - resolution: {integrity: sha512-j96iJni50ZUsfD6tRxDQE2QSYQ2WrfHxeiyAXf41Kw0V4w5KYR/Sf6rCZQLMTUOHnD16qTMVpQi20LQSqf4WGg==} + sass-embedded-unknown-all@1.90.0: + resolution: {integrity: sha512-DBGzHVCJDqtjTHZFohush9YTxd4ZxhIygIRTNRXnA0359woF9Z8AS7/YxfzwkqrTX5durSJa6ZamGFYVLoRphQ==} + os: ['!android', '!darwin', '!linux', '!win32'] + + sass-embedded-win32-arm64@1.90.0: + resolution: {integrity: sha512-c3/vL/CATnaW3x/6kcNbCROEOUU7zvJpIURp7M9664GJj08/gLPRWKNruw0OkAPQ3C5TTQz7+/fQWEpRA6qmvA==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [win32] - sass-embedded-win32-x64@1.89.2: - resolution: {integrity: sha512-cS2j5ljdkQsb4PaORiClaVYynE9OAPZG/XjbOMxpQmjRIf7UroY4PEIH+Waf+y47PfXFX9SyxhYuw2NIKGbEng==} + sass-embedded-win32-x64@1.90.0: + resolution: {integrity: sha512-PFwdW7AYtCkwi3NfWFeexvIZEJ0nuShp8Bjjc3px756+18yYwBWa78F4TGdIQmJfpYKBhgkVjFOctwq+NCHntA==} engines: {node: '>=14.0.0'} cpu: [x64] os: [win32] - sass-embedded@1.89.2: - resolution: {integrity: sha512-Ack2K8rc57kCFcYlf3HXpZEJFNUX8xd8DILldksREmYXQkRHI879yy8q4mRDJgrojkySMZqmmmW1NxrFxMsYaA==} + sass-embedded@1.90.0: + resolution: {integrity: sha512-XP1EltyLLfuU5FsGVjSz8PcT925oA3rDnJTWOEBHR42k62ZEbKTcZ4gVlFwKi0Ggzi5E8v1K2BplD8ELHwusYg==} engines: {node: '>=16.0.0'} hasBin: true + sass@1.90.0: + resolution: {integrity: sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==} + engines: {node: '>=14.0.0'} + hasBin: true + scheduler@0.26.0: resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==} @@ -5813,51 +5837,26 @@ snapshots: globby: 11.1.0 read-yaml-file: 1.1.0 - '@module-federation/error-codes@0.15.0': {} - '@module-federation/error-codes@0.17.1': {} - '@module-federation/runtime-core@0.15.0': - dependencies: - '@module-federation/error-codes': 0.15.0 - '@module-federation/sdk': 0.15.0 - '@module-federation/runtime-core@0.17.1': dependencies: '@module-federation/error-codes': 0.17.1 '@module-federation/sdk': 0.17.1 - '@module-federation/runtime-tools@0.15.0': - dependencies: - '@module-federation/runtime': 0.15.0 - '@module-federation/webpack-bundler-runtime': 0.15.0 - '@module-federation/runtime-tools@0.17.1': dependencies: '@module-federation/runtime': 0.17.1 '@module-federation/webpack-bundler-runtime': 0.17.1 - '@module-federation/runtime@0.15.0': - dependencies: - '@module-federation/error-codes': 0.15.0 - '@module-federation/runtime-core': 0.15.0 - '@module-federation/sdk': 0.15.0 - '@module-federation/runtime@0.17.1': dependencies: '@module-federation/error-codes': 0.17.1 '@module-federation/runtime-core': 0.17.1 '@module-federation/sdk': 0.17.1 - '@module-federation/sdk@0.15.0': {} - '@module-federation/sdk@0.17.1': {} - '@module-federation/webpack-bundler-runtime@0.15.0': - dependencies: - '@module-federation/runtime': 0.15.0 - '@module-federation/sdk': 0.15.0 - '@module-federation/webpack-bundler-runtime@0.17.1': dependencies: '@module-federation/runtime': 0.17.1 @@ -5889,6 +5888,67 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.19.1 + '@parcel/watcher-android-arm64@2.5.1': + optional: true + + '@parcel/watcher-darwin-arm64@2.5.1': + optional: true + + '@parcel/watcher-darwin-x64@2.5.1': + optional: true + + '@parcel/watcher-freebsd-x64@2.5.1': + optional: true + + '@parcel/watcher-linux-arm-glibc@2.5.1': + optional: true + + '@parcel/watcher-linux-arm-musl@2.5.1': + optional: true + + '@parcel/watcher-linux-arm64-glibc@2.5.1': + optional: true + + '@parcel/watcher-linux-arm64-musl@2.5.1': + optional: true + + '@parcel/watcher-linux-x64-glibc@2.5.1': + optional: true + + '@parcel/watcher-linux-x64-musl@2.5.1': + optional: true + + '@parcel/watcher-win32-arm64@2.5.1': + optional: true + + '@parcel/watcher-win32-ia32@2.5.1': + optional: true + + '@parcel/watcher-win32-x64@2.5.1': + optional: true + + '@parcel/watcher@2.5.1': + dependencies: + detect-libc: 1.0.3 + is-glob: 4.0.3 + micromatch: 4.0.8 + node-addon-api: 7.1.1 + optionalDependencies: + '@parcel/watcher-android-arm64': 2.5.1 + '@parcel/watcher-darwin-arm64': 2.5.1 + '@parcel/watcher-darwin-x64': 2.5.1 + '@parcel/watcher-freebsd-x64': 2.5.1 + '@parcel/watcher-linux-arm-glibc': 2.5.1 + '@parcel/watcher-linux-arm-musl': 2.5.1 + '@parcel/watcher-linux-arm64-glibc': 2.5.1 + '@parcel/watcher-linux-arm64-musl': 2.5.1 + '@parcel/watcher-linux-x64-glibc': 2.5.1 + '@parcel/watcher-linux-x64-musl': 2.5.1 + '@parcel/watcher-win32-arm64': 2.5.1 + '@parcel/watcher-win32-ia32': 2.5.1 + '@parcel/watcher-win32-x64': 2.5.1 + optional: true + '@pkgjs/parseargs@0.11.0': optional: true @@ -5902,14 +5962,6 @@ snapshots: core-js: 3.45.0 jiti: 2.5.1 - '@rsbuild/core@1.4.6': - dependencies: - '@rspack/core': 1.4.6(@swc/helpers@0.5.17) - '@rspack/lite-tapable': 1.0.1 - '@swc/helpers': 0.5.17 - core-js: 3.44.0 - jiti: 2.5.1 - '@rsbuild/plugin-check-syntax@1.3.0(@rsbuild/core@1.4.15)': dependencies: acorn: 8.15.0 @@ -5923,7 +5975,7 @@ snapshots: '@rsbuild/plugin-css-minimizer@1.0.3(@rsbuild/core@1.4.15)(webpack@5.101.0)': dependencies: css-minimizer-webpack-plugin: 5.0.1(webpack@5.101.0) - reduce-configs: 1.1.0 + reduce-configs: 1.1.1 optionalDependencies: '@rsbuild/core': 1.4.15 transitivePeerDependencies: @@ -5935,28 +5987,28 @@ snapshots: - lightningcss - webpack - '@rsbuild/plugin-react@1.3.4(@rsbuild/core@1.4.6)': + '@rsbuild/plugin-react@1.3.5(@rsbuild/core@1.4.15)': dependencies: - '@rsbuild/core': 1.4.6 + '@rsbuild/core': 1.4.15 '@rspack/plugin-react-refresh': 1.4.3(react-refresh@0.17.0) react-refresh: 0.17.0 transitivePeerDependencies: - webpack-hot-middleware - '@rsbuild/plugin-sass@1.2.2(@rsbuild/core@1.4.15)': + '@rsbuild/plugin-sass@1.3.5(@rsbuild/core@1.4.15)': dependencies: '@rsbuild/core': 1.4.15 deepmerge: 4.3.1 loader-utils: 2.0.4 postcss: 8.5.6 - reduce-configs: 1.1.0 - sass-embedded: 1.89.2 + reduce-configs: 1.1.1 + sass-embedded: 1.90.0 - '@rsbuild/plugin-type-check@1.2.2(@rsbuild/core@1.4.15)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.9.2)': + '@rsbuild/plugin-type-check@1.2.4(@rsbuild/core@1.4.15)(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.9.2)': dependencies: deepmerge: 4.3.1 json5: 2.2.3 - reduce-configs: 1.1.0 + reduce-configs: 1.1.1 ts-checker-rspack-plugin: 1.1.4(@rspack/core@1.4.11(@swc/helpers@0.5.17))(typescript@5.9.2) optionalDependencies: '@rsbuild/core': 1.4.15 @@ -6086,67 +6138,35 @@ snapshots: '@rspack/binding-darwin-arm64@1.4.11': optional: true - '@rspack/binding-darwin-arm64@1.4.6': - optional: true - '@rspack/binding-darwin-x64@1.4.11': optional: true - '@rspack/binding-darwin-x64@1.4.6': - optional: true - '@rspack/binding-linux-arm64-gnu@1.4.11': optional: true - '@rspack/binding-linux-arm64-gnu@1.4.6': - optional: true - '@rspack/binding-linux-arm64-musl@1.4.11': optional: true - '@rspack/binding-linux-arm64-musl@1.4.6': - optional: true - '@rspack/binding-linux-x64-gnu@1.4.11': optional: true - '@rspack/binding-linux-x64-gnu@1.4.6': - optional: true - '@rspack/binding-linux-x64-musl@1.4.11': optional: true - '@rspack/binding-linux-x64-musl@1.4.6': - optional: true - '@rspack/binding-wasm32-wasi@1.4.11': dependencies: '@napi-rs/wasm-runtime': 1.0.1 optional: true - '@rspack/binding-wasm32-wasi@1.4.6': - dependencies: - '@napi-rs/wasm-runtime': 0.2.12 - optional: true - '@rspack/binding-win32-arm64-msvc@1.4.11': optional: true - '@rspack/binding-win32-arm64-msvc@1.4.6': - optional: true - '@rspack/binding-win32-ia32-msvc@1.4.11': optional: true - '@rspack/binding-win32-ia32-msvc@1.4.6': - optional: true - '@rspack/binding-win32-x64-msvc@1.4.11': optional: true - '@rspack/binding-win32-x64-msvc@1.4.6': - optional: true - '@rspack/binding@1.4.11': optionalDependencies: '@rspack/binding-darwin-arm64': 1.4.11 @@ -6160,19 +6180,6 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.4.11 '@rspack/binding-win32-x64-msvc': 1.4.11 - '@rspack/binding@1.4.6': - optionalDependencies: - '@rspack/binding-darwin-arm64': 1.4.6 - '@rspack/binding-darwin-x64': 1.4.6 - '@rspack/binding-linux-arm64-gnu': 1.4.6 - '@rspack/binding-linux-arm64-musl': 1.4.6 - '@rspack/binding-linux-x64-gnu': 1.4.6 - '@rspack/binding-linux-x64-musl': 1.4.6 - '@rspack/binding-wasm32-wasi': 1.4.6 - '@rspack/binding-win32-arm64-msvc': 1.4.6 - '@rspack/binding-win32-ia32-msvc': 1.4.6 - '@rspack/binding-win32-x64-msvc': 1.4.6 - '@rspack/cli@1.4.11(@rspack/core@1.4.11(@swc/helpers@0.5.17))(@types/express@4.17.23)(webpack@5.101.0)': dependencies: '@discoveryjs/json-ext': 0.5.7 @@ -6201,14 +6208,6 @@ snapshots: optionalDependencies: '@swc/helpers': 0.5.17 - '@rspack/core@1.4.6(@swc/helpers@0.5.17)': - dependencies: - '@module-federation/runtime-tools': 0.15.0 - '@rspack/binding': 1.4.6 - '@rspack/lite-tapable': 1.0.1 - optionalDependencies: - '@swc/helpers': 0.5.17 - '@rspack/dev-server@1.1.3(@rspack/core@1.4.11(@swc/helpers@0.5.17))(@types/express@4.17.23)(webpack@5.101.0)': dependencies: '@rspack/core': 1.4.11(@swc/helpers@0.5.17) @@ -6870,6 +6869,11 @@ snapshots: optionalDependencies: fsevents: 2.3.3 + chokidar@4.0.3: + dependencies: + readdirp: 4.1.2 + optional: true + chrome-trace-event@1.0.4: {} ci-info@3.9.0: {} @@ -6945,8 +6949,6 @@ snapshots: cookie@0.7.2: {} - core-js@3.44.0: {} - core-js@3.45.0: {} core-util-is@1.0.3: {} @@ -7126,6 +7128,9 @@ snapshots: detect-indent@6.1.0: {} + detect-libc@1.0.3: + optional: true + detect-node@2.1.0: {} didyoumean@1.2.2: {} @@ -8074,6 +8079,9 @@ snapshots: neo-async@2.6.2: {} + node-addon-api@7.1.1: + optional: true + node-forge@1.3.1: {} node-releases@2.0.19: {} @@ -8475,6 +8483,9 @@ snapshots: dependencies: picomatch: 2.3.1 + readdirp@4.1.2: + optional: true + recast@0.23.11: dependencies: ast-types: 0.16.1 @@ -8487,7 +8498,7 @@ snapshots: dependencies: resolve: 1.22.10 - reduce-configs@1.1.0: {} + reduce-configs@1.1.1: {} reflect.getprototypeof@1.0.10: dependencies: @@ -8529,7 +8540,7 @@ snapshots: reusify@1.1.0: {} - rsbuild-plugin-tailwindcss@0.2.0(@rsbuild/core@1.4.15)(tailwindcss@3.4.17): + rsbuild-plugin-tailwindcss@0.2.3(@rsbuild/core@1.4.15)(tailwindcss@3.4.17): dependencies: tailwindcss: 3.4.17 optionalDependencies: @@ -8572,55 +8583,65 @@ snapshots: safer-buffer@2.1.2: {} - sass-embedded-android-arm64@1.89.2: + sass-embedded-all-unknown@1.90.0: + dependencies: + sass: 1.90.0 optional: true - sass-embedded-android-arm@1.89.2: + sass-embedded-android-arm64@1.90.0: optional: true - sass-embedded-android-riscv64@1.89.2: + sass-embedded-android-arm@1.90.0: optional: true - sass-embedded-android-x64@1.89.2: + sass-embedded-android-riscv64@1.90.0: optional: true - sass-embedded-darwin-arm64@1.89.2: + sass-embedded-android-x64@1.90.0: optional: true - sass-embedded-darwin-x64@1.89.2: + sass-embedded-darwin-arm64@1.90.0: optional: true - sass-embedded-linux-arm64@1.89.2: + sass-embedded-darwin-x64@1.90.0: optional: true - sass-embedded-linux-arm@1.89.2: + sass-embedded-linux-arm64@1.90.0: optional: true - sass-embedded-linux-musl-arm64@1.89.2: + sass-embedded-linux-arm@1.90.0: optional: true - sass-embedded-linux-musl-arm@1.89.2: + sass-embedded-linux-musl-arm64@1.90.0: optional: true - sass-embedded-linux-musl-riscv64@1.89.2: + sass-embedded-linux-musl-arm@1.90.0: optional: true - sass-embedded-linux-musl-x64@1.89.2: + sass-embedded-linux-musl-riscv64@1.90.0: optional: true - sass-embedded-linux-riscv64@1.89.2: + sass-embedded-linux-musl-x64@1.90.0: optional: true - sass-embedded-linux-x64@1.89.2: + sass-embedded-linux-riscv64@1.90.0: optional: true - sass-embedded-win32-arm64@1.89.2: + sass-embedded-linux-x64@1.90.0: + optional: true + + sass-embedded-unknown-all@1.90.0: + dependencies: + sass: 1.90.0 optional: true - sass-embedded-win32-x64@1.89.2: + sass-embedded-win32-arm64@1.90.0: optional: true - sass-embedded@1.89.2: + sass-embedded-win32-x64@1.90.0: + optional: true + + sass-embedded@1.90.0: dependencies: '@bufbuild/protobuf': 2.6.2 buffer-builder: 0.2.0 @@ -8631,22 +8652,33 @@ snapshots: sync-child-process: 1.0.2 varint: 6.0.0 optionalDependencies: - sass-embedded-android-arm: 1.89.2 - sass-embedded-android-arm64: 1.89.2 - sass-embedded-android-riscv64: 1.89.2 - sass-embedded-android-x64: 1.89.2 - sass-embedded-darwin-arm64: 1.89.2 - sass-embedded-darwin-x64: 1.89.2 - sass-embedded-linux-arm: 1.89.2 - sass-embedded-linux-arm64: 1.89.2 - sass-embedded-linux-musl-arm: 1.89.2 - sass-embedded-linux-musl-arm64: 1.89.2 - sass-embedded-linux-musl-riscv64: 1.89.2 - sass-embedded-linux-musl-x64: 1.89.2 - sass-embedded-linux-riscv64: 1.89.2 - sass-embedded-linux-x64: 1.89.2 - sass-embedded-win32-arm64: 1.89.2 - sass-embedded-win32-x64: 1.89.2 + sass-embedded-all-unknown: 1.90.0 + sass-embedded-android-arm: 1.90.0 + sass-embedded-android-arm64: 1.90.0 + sass-embedded-android-riscv64: 1.90.0 + sass-embedded-android-x64: 1.90.0 + sass-embedded-darwin-arm64: 1.90.0 + sass-embedded-darwin-x64: 1.90.0 + sass-embedded-linux-arm: 1.90.0 + sass-embedded-linux-arm64: 1.90.0 + sass-embedded-linux-musl-arm: 1.90.0 + sass-embedded-linux-musl-arm64: 1.90.0 + sass-embedded-linux-musl-riscv64: 1.90.0 + sass-embedded-linux-musl-x64: 1.90.0 + sass-embedded-linux-riscv64: 1.90.0 + sass-embedded-linux-x64: 1.90.0 + sass-embedded-unknown-all: 1.90.0 + sass-embedded-win32-arm64: 1.90.0 + sass-embedded-win32-x64: 1.90.0 + + sass@1.90.0: + dependencies: + chokidar: 4.0.3 + immutable: 5.1.3 + source-map-js: 1.2.1 + optionalDependencies: + '@parcel/watcher': 2.5.1 + optional: true scheduler@0.26.0: {}