From f1fd7234cad41684a271229c4b272c26319d38c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Mon, 26 Aug 2024 19:28:28 +0200 Subject: [PATCH 1/9] Update React dependencies to v19 --- apps/pigment-css-next-app/package.json | 14 +- apps/pigment-css-vite-app/package.json | 12 +- benchmark/package.json | 6 +- docs/package.json | 12 +- package.json | 6 +- packages-internal/scripts/package.json | 2 +- packages-internal/test-utils/package.json | 4 +- packages/mui-base/package.json | 8 +- packages/mui-docs/package.json | 4 +- packages/mui-envinfo/test/package.json | 6 +- packages/mui-icons-material/package.json | 4 +- packages/mui-joy/package.json | 8 +- packages/mui-lab/package.json | 8 +- packages/mui-material-nextjs/package.json | 6 +- packages/mui-material/package.json | 10 +- packages/mui-private-theming/package.json | 4 +- packages/mui-styled-engine-sc/package.json | 4 +- packages/mui-styled-engine/package.json | 4 +- packages/mui-styles/package.json | 8 +- packages/mui-system/package.json | 4 +- packages/mui-types/package.json | 2 +- packages/mui-utils/package.json | 12 +- pnpm-lock.yaml | 2716 +++++++++++++------- test/package.json | 10 +- 24 files changed, 1910 insertions(+), 964 deletions(-) diff --git a/apps/pigment-css-next-app/package.json b/apps/pigment-css-next-app/package.json index 10eb86e3d99f0f..85b26005f18eda 100644 --- a/apps/pigment-css-next-app/package.json +++ b/apps/pigment-css-next-app/package.json @@ -9,24 +9,24 @@ "clean": "rimraf .next" }, "dependencies": { - "@mui/material-pigment-css": "workspace:^", - "@mui/utils": "workspace:^", + "@emotion/cache": "latest", "@mui/base": "workspace:^", "@mui/icons-material": "workspace:^", "@mui/lab": "workspace:^", "@mui/material": "workspace:^", "@mui/material-nextjs": "workspace:^", + "@mui/material-pigment-css": "workspace:^", "@mui/system": "workspace:^", - "@emotion/cache": "latest", + "@mui/utils": "workspace:^", "next": "latest", - "react": "^18.3.1", - "react-dom": "^18.3.1" + "react": "next", + "react-dom": "next" }, "devDependencies": { "@pigment-css/nextjs-plugin": "0.0.20", "@types/node": "^20.5.7", - "@types/react": "^18.3.4", - "@types/react-dom": "^18.3.0", + "@types/react": "npm:types-react@19.0.0-rc.1", + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "eslint": "^8.57.0", "typescript": "^5.5.4" }, diff --git a/apps/pigment-css-vite-app/package.json b/apps/pigment-css-vite-app/package.json index a8e8b491d81544..48dd5025c194f7 100644 --- a/apps/pigment-css-vite-app/package.json +++ b/apps/pigment-css-vite-app/package.json @@ -9,16 +9,16 @@ "build": "vite build" }, "dependencies": { - "@mui/material-pigment-css": "workspace:^", - "@mui/utils": "workspace:^", "@mui/base": "workspace:^", "@mui/icons-material": "workspace:^", "@mui/lab": "workspace:^", "@mui/material": "workspace:^", + "@mui/material-pigment-css": "workspace:^", "@mui/system": "workspace:^", + "@mui/utils": "workspace:^", "clsx": "^2.1.1", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "next", + "react-dom": "next", "react-error-boundary": "^4.0.13", "react-router-dom": "^6.26.1" }, @@ -26,8 +26,8 @@ "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@pigment-css/vite-plugin": "0.0.20", - "@types/react": "^18.3.4", - "@types/react-dom": "^18.3.0", + "@types/react": "npm:types-react@19.0.0-rc.1", + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@vitejs/plugin-react": "^4.3.1", "postcss": "^8.4.41", "postcss-combine-media-query": "^1.0.1", diff --git a/benchmark/package.json b/benchmark/package.json index 81a3279e0e38c3..1c69f83ccbb5cf 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -27,9 +27,9 @@ "jss": "^10.10.0", "playwright": "^1.46.1", "prop-types": "^15.8.1", - "react": "^18.3.1", - "react-dom": "^18.3.1", - "react-is": "^18.3.1", + "react": "next", + "react-dom": "next", + "react-is": "next", "react-jss": "^10.10.0", "react-redux": "^8.1.3", "redux": "^4.2.1", diff --git a/docs/package.json b/docs/package.json index 4ce6481a3b3e86..087dfa4b23d9e9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -89,13 +89,13 @@ "postcss": "^8.4.41", "postcss-import": "^16.1.0", "prop-types": "^15.8.1", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "next", + "react-dom": "next", "react-draggable": "^4.4.6", "react-final-form": "^6.5.9", "react-imask": "^7.6.1", "react-intersection-observer": "^9.13.0", - "react-is": "^18.3.1", + "react-is": "next", "react-number-format": "^5.4.0", "react-router-dom": "^6.26.1", "react-runner": "^1.0.5", @@ -115,10 +115,10 @@ "devDependencies": { "@babel/plugin-transform-react-constant-elements": "^7.25.1", "@babel/preset-typescript": "^7.24.7", + "@mui-internal/api-docs-builder": "workspace:^", "@mui/internal-docs-utils": "workspace:^", "@mui/internal-scripts": "workspace:^", "@mui/internal-test-utils": "workspace:^", - "@mui-internal/api-docs-builder": "workspace:^", "@types/autosuggest-highlight": "^3.2.3", "@types/chai": "^4.3.17", "@types/css-mediaquery": "^0.1.4", @@ -126,8 +126,8 @@ "@types/json2mq": "^0.2.2", "@types/node": "^18.19.46", "@types/prop-types": "^15.7.12", - "@types/react": "^18.3.4", - "@types/react-dom": "^18.3.0", + "@types/react": "npm:types-react@19.0.0-rc.1", + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/react-swipeable-views": "^0.13.5", "@types/react-transition-group": "^4.4.11", "@types/react-window": "^1.8.8", diff --git a/package.json b/package.json index 03ef41e6ccaad4..40b11e988702cf 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "@types/lodash": "^4.17.7", "@types/mocha": "^10.0.7", "@types/node": "^18.19.46", - "@types/react": "^18.3.4", + "@types/react": "npm:types-react@19.0.0-rc.1", "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", @@ -210,8 +210,8 @@ "@definitelytyped/typescript-versions": "^0.1.4", "@definitelytyped/utils": "^0.1.7", "@types/node": "^18.19.46", - "@types/react": "^18.3.4", - "@types/react-dom": "18.3.0", + "@types/react": "npm:types-react@19.0.0-rc.1", + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "cross-fetch": "^4.0.0", "@pigment-css/react": "0.0.20", "@pigment-css/unplugin": "0.0.20", diff --git a/packages-internal/scripts/package.json b/packages-internal/scripts/package.json index 2e4d4a7d9ac96b..4e2e2a0abed04e 100644 --- a/packages-internal/scripts/package.json +++ b/packages-internal/scripts/package.json @@ -43,7 +43,7 @@ "@types/doctrine": "^0.0.9", "@types/lodash": "^4.17.7", "@types/node": "^18.19.46", - "@types/react": "^18.3.4", + "@types/react": "npm:types-react@19.0.0-rc.1", "@types/uuid": "^9.0.8", "chai": "^4.5.0", "fast-glob": "^3.3.2", diff --git a/packages-internal/test-utils/package.json b/packages-internal/test-utils/package.json index 5ed65e2c01b2e0..36290b706bda49 100644 --- a/packages-internal/test-utils/package.json +++ b/packages-internal/test-utils/package.json @@ -57,8 +57,8 @@ "@types/chai-dom": "^1.11.3", "@types/format-util": "^1.0.4", "@types/prop-types": "^15.7.12", - "@types/react": "^18.3.4", - "@types/react-dom": "^18.3.0", + "@types/react": "npm:types-react@19.0.0-rc.1", + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/sinon": "^17.0.3", "typescript": "^5.5.4" }, diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json index 8f89b4c048608f..5838ae057055d9 100644 --- a/packages/mui-base/package.json +++ b/packages/mui-base/package.json @@ -56,14 +56,14 @@ "@testing-library/user-event": "^14.5.2", "@types/chai": "^4.3.17", "@types/prop-types": "^15.7.12", - "@types/react": "18.3.4", - "@types/react-dom": "18.3.0", + "@types/react": "npm:types-react@19.0.0-rc.1", + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/sinon": "^17.0.3", "chai": "^4.5.0", "fast-glob": "^3.3.2", "lodash": "^4.17.21", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "next", + "react-dom": "next", "sinon": "^16.1.3" }, "peerDependencies": { diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json index 6e54425e4d673b..2d9eac860abcda 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -47,9 +47,9 @@ "@types/gtag.js": "^0.0.20", "@types/node": "^18.19.46", "@types/prop-types": "^15.7.12", - "@types/react": "^18.3.4", + "@types/react": "npm:types-react@19.0.0-rc.1", "next": "^14.2.6", - "react": "^18.3.1" + "react": "next" }, "peerDependencies": { "@mui/base": "*", diff --git a/packages/mui-envinfo/test/package.json b/packages/mui-envinfo/test/package.json index 4f73b0fff77450..2a34768256f78f 100644 --- a/packages/mui-envinfo/test/package.json +++ b/packages/mui-envinfo/test/package.json @@ -8,10 +8,10 @@ "@mui/base": "5.0.0-beta.30", "@mui/joy": "5.0.0-beta.22", "@mui/material": "5.15.4", - "react": "^18.3.1", - "react-dom": "^18.3.1" + "react": "next", + "react-dom": "next" }, "devDependencies": { - "@types/react": "^18.3.4" + "@types/react": "npm:types-react@19.0.0-rc.1" } } diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 3ad76d0cb1a0ca..c37d4f8b2e2337 100644 --- a/packages/mui-icons-material/package.json +++ b/packages/mui-icons-material/package.json @@ -52,7 +52,7 @@ "@mui/internal-waterfall": "workspace:^", "@mui/material": "workspace:^", "@types/chai": "^4.3.17", - "@types/react": "^18.3.4", + "@types/react": "npm:types-react@19.0.0-rc.1", "chai": "^4.5.0", "chalk": "^5.3.0", "cross-fetch": "^4.0.0", @@ -60,7 +60,7 @@ "fs-extra": "^11.2.0", "lodash": "^4.17.21", "mustache": "^4.2.0", - "react": "^18.3.1", + "react": "next", "rimraf": "^5.0.10", "shx": "^0.3.4", "svgo": "^3.3.2", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 4169ee07e1d129..6a1b3d8dd3efe1 100644 --- a/packages/mui-joy/package.json +++ b/packages/mui-joy/package.json @@ -52,15 +52,15 @@ "@mui/material": "workspace:^", "@types/chai": "^4.3.17", "@types/prop-types": "^15.7.12", - "@types/react": "^18.3.4", - "@types/react-dom": "^18.3.0", + "@types/react": "npm:types-react@19.0.0-rc.1", + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/sinon": "^17.0.3", "chai": "^4.5.0", "fast-glob": "^3.3.2", "lodash": "^4.17.21", "next": "^14.2.6", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "next", + "react-dom": "next", "sinon": "^16.1.3" }, "peerDependencies": { diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 7700db598879df..39a9ddf993c635 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -53,12 +53,12 @@ "@mui/material": "workspace:*", "@types/chai": "^4.3.17", "@types/prop-types": "^15.7.12", - "@types/react": "^18.3.4", - "@types/react-dom": "^18.3.0", + "@types/react": "npm:types-react@19.0.0-rc.1", + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/sinon": "^17.0.3", "chai": "^4.5.0", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "next", + "react-dom": "next", "sinon": "^16.1.3" }, "peerDependencies": { diff --git a/packages/mui-material-nextjs/package.json b/packages/mui-material-nextjs/package.json index e0768efc4b1cee..7aec92b7969ee2 100644 --- a/packages/mui-material-nextjs/package.json +++ b/packages/mui-material-nextjs/package.json @@ -42,9 +42,9 @@ "@emotion/cache": "^11.13.1", "@emotion/react": "^11.13.3", "@emotion/server": "^11.11.0", - "@types/react": "^18.3.4", - "next": "14.2.6", - "react": "^18.3.1" + "@types/react": "npm:types-react@19.0.0-rc.1", + "next": "canary", + "react": "next" }, "peerDependencies": { "@emotion/cache": "^11.11.0", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index f474732f66ea53..cb6400180a9282 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -50,7 +50,7 @@ "clsx": "^2.1.1", "csstype": "^3.1.3", "prop-types": "^15.8.1", - "react-is": "^18.3.1", + "react-is": "next", "react-transition-group": "^4.4.5" }, "devDependencies": { @@ -60,8 +60,8 @@ "@testing-library/user-event": "^14.5.2", "@types/chai": "^4.3.17", "@types/prop-types": "^15.7.12", - "@types/react": "^18.3.4", - "@types/react-dom": "^18.3.0", + "@types/react": "npm:types-react@19.0.0-rc.1", + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/sinon": "^17.0.3", "chai": "^4.5.0", "css-mediaquery": "^0.1.2", @@ -69,8 +69,8 @@ "fs-extra": "^11.2.0", "lodash": "^4.17.21", "playwright": "^1.46.1", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "next", + "react-dom": "next", "react-router-dom": "^6.26.1", "sinon": "^16.1.3" }, diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index 7ca08044d7dd10..6a44a278e02619 100644 --- a/packages/mui-private-theming/package.json +++ b/packages/mui-private-theming/package.json @@ -45,9 +45,9 @@ "@mui/internal-test-utils": "workspace:^", "@mui/types": "workspace:^", "@types/chai": "^4.3.17", - "@types/react": "^18.3.4", + "@types/react": "npm:types-react@19.0.0-rc.1", "chai": "^4.5.0", - "react": "^18.3.1" + "react": "next" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", diff --git a/packages/mui-styled-engine-sc/package.json b/packages/mui-styled-engine-sc/package.json index 8fdf2ea60e38ad..e9892f0f9c561d 100644 --- a/packages/mui-styled-engine-sc/package.json +++ b/packages/mui-styled-engine-sc/package.json @@ -47,9 +47,9 @@ "@mui/styled-engine-sc": "workspace:*", "@types/chai": "^4.3.17", "@types/hoist-non-react-statics": "^3.3.5", - "@types/react": "^18.3.4", + "@types/react": "npm:types-react@19.0.0-rc.1", "chai": "^4.5.0", - "react": "^18.3.1", + "react": "next", "styled-components": "^6.1.12" }, "peerDependencies": { diff --git a/packages/mui-styled-engine/package.json b/packages/mui-styled-engine/package.json index 33b56749287d90..f11b1335f3fe3a 100644 --- a/packages/mui-styled-engine/package.json +++ b/packages/mui-styled-engine/package.json @@ -48,9 +48,9 @@ "@mui/internal-test-utils": "workspace:^", "@mui/styled-engine": "workspace:*", "@types/chai": "^4.3.17", - "@types/react": "^18.3.4", + "@types/react": "npm:types-react@19.0.0-rc.1", "chai": "^4.5.0", - "react": "^18.3.1" + "react": "next" }, "peerDependencies": { "@emotion/react": "^11.4.1", diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index ec103c265c52a0..7f3a8011d0b26c 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -59,12 +59,12 @@ "@mui/internal-test-utils": "workspace:^", "@mui/material": "workspace:^", "@types/chai": "^4.3.17", - "@types/react": "^18.3.4", - "@types/react-dom": "^18.3.0", + "@types/react": "npm:types-react@19.0.0-rc.1", + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/sinon": "^17.0.3", "chai": "^4.5.0", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "next", + "react-dom": "next", "sinon": "^16.1.3" }, "peerDependencies": { diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index ab166c33c474a6..3b4b540599c072 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -56,12 +56,12 @@ "@mui/system": "workspace:*", "@types/chai": "^4.3.17", "@types/prop-types": "^15.7.12", - "@types/react": "^18.3.4", + "@types/react": "npm:types-react@19.0.0-rc.1", "@types/sinon": "^17.0.3", "chai": "^4.5.0", "fast-glob": "^3.3.2", "lodash": "^4.17.21", - "react": "^18.3.1", + "react": "next", "sinon": "^16.1.3", "styled-components": "^6.1.12" }, diff --git a/packages/mui-types/package.json b/packages/mui-types/package.json index 62ebab324d86e7..8aab47f95b5ac1 100644 --- a/packages/mui-types/package.json +++ b/packages/mui-types/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@mui/types": "workspace:*", - "@types/react": "^18.3.4" + "@types/react": "npm:types-react@19.0.0-rc.1" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index 0a2137f7d463d6..a458da2620c889 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -43,7 +43,7 @@ "@types/prop-types": "^15.7.12", "clsx": "^2.1.1", "prop-types": "^15.8.1", - "react-is": "^18.3.1" + "react-is": "next" }, "devDependencies": { "@mui/internal-babel-macros": "workspace:^", @@ -52,13 +52,13 @@ "@types/chai": "^4.3.17", "@types/mocha": "^10.0.7", "@types/node": "^18.19.46", - "@types/react": "^18.3.4", - "@types/react-dom": "^18.3.0", - "@types/react-is": "^18.3.0", + "@types/react": "npm:types-react@19.0.0-rc.1", + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", + "@types/react-is": "npm:types-react-is@19.0.0-rc.1", "@types/sinon": "^17.0.3", "chai": "^4.5.0", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "next", + "react-dom": "next", "sinon": "^16.1.3" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 79bfb27adb220e..e716c26151881f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,8 +17,8 @@ overrides: '@definitelytyped/typescript-versions': ^0.1.4 '@definitelytyped/utils': ^0.1.7 '@types/node': ^18.19.46 - '@types/react': ^18.3.4 - '@types/react-dom': 18.3.0 + '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 cross-fetch: ^4.0.0 '@pigment-css/react': 0.0.20 '@pigment-css/unplugin': 0.0.20 @@ -112,7 +112,7 @@ importers: version: 21.0.2 '@pigment-css/react': specifier: 0.0.20 - version: 0.0.20(@types/react@18.3.4)(react@18.3.1) + version: 0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@playwright/test': specifier: 1.46.1 version: 1.46.1 @@ -132,8 +132,8 @@ importers: specifier: ^18.19.46 version: 18.19.46 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 '@types/yargs': specifier: ^17.0.33 version: 17.0.33 @@ -361,26 +361,26 @@ importers: version: link:../../packages/mui-utils/build next: specifier: latest - version: 14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-dom: - specifier: ^18.3.1 - version: 18.3.1(react@18.3.1) + specifier: next + version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) devDependencies: '@pigment-css/nextjs-plugin': specifier: 0.0.20 - version: 0.0.20(@types/react@18.3.4)(next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) + version: 0.0.20(next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@types/node': specifier: ^18.19.46 version: 18.19.46 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 '@types/react-dom': - specifier: 18.3.0 - version: 18.3.0 + specifier: npm:types-react-dom@19.0.0-rc.1 + version: types-react-dom@19.0.0-rc.1 eslint: specifier: ^8.57.0 version: 8.57.0 @@ -415,17 +415,17 @@ importers: specifier: ^2.1.1 version: 2.1.1 react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-dom: - specifier: ^18.3.1 - version: 18.3.1(react@18.3.1) + specifier: next + version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) react-error-boundary: specifier: ^4.0.13 - version: 4.0.13(react@18.3.1) + version: 4.0.13(react@19.0.0-rc-b57d2823-20240822) react-router-dom: specifier: ^6.26.1 - version: 6.26.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.26.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) devDependencies: '@babel/preset-react': specifier: ^7.24.7 @@ -435,16 +435,16 @@ importers: version: 7.24.7(@babel/core@7.25.2) '@pigment-css/vite-plugin': specifier: 0.0.20 - version: 0.0.20(@types/react@18.3.4)(react@18.3.1)(vite@5.4.1(@types/node@18.19.46)(terser@5.29.2)) + version: 0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)(vite@5.4.1(@types/node@18.19.46)(terser@5.31.6)) '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 '@types/react-dom': - specifier: 18.3.0 - version: 18.3.0 + specifier: npm:types-react-dom@19.0.0-rc.1 + version: types-react-dom@19.0.0-rc.1 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.1(@types/node@18.19.46)(terser@5.29.2)) + version: 4.3.1(vite@5.4.1(@types/node@18.19.46)(terser@5.31.6)) postcss: specifier: ^8.4.41 version: 8.4.41 @@ -453,10 +453,10 @@ importers: version: 1.0.1 vite: specifier: 5.4.1 - version: 5.4.1(@types/node@18.19.46)(terser@5.29.2) + version: 5.4.1(@types/node@18.19.46)(terser@5.31.6) vite-plugin-pages: specifier: ^0.32.3 - version: 0.32.3(vite@5.4.1(@types/node@18.19.46)(terser@5.29.2)) + version: 0.32.3(vite@5.4.1(@types/node@18.19.46)(terser@5.31.6)) benchmark: dependencies: @@ -465,16 +465,16 @@ importers: version: 7.25.0 '@chakra-ui/system': specifier: ^2.6.2 - version: 2.6.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(react@18.3.1) + version: 2.6.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(@types/react@18.3.4)(react@18.3.1) + version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@emotion/server': specifier: ^11.11.0 version: 11.11.0(@emotion/css@11.11.2) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/material': specifier: workspace:^ version: link:../packages/mui-material/build @@ -509,20 +509,20 @@ importers: specifier: ^15.8.1 version: 15.8.1 react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-dom: - specifier: ^18.3.1 - version: 18.3.1(react@18.3.1) + specifier: next + version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) react-is: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-jss: specifier: ^10.10.0 - version: 10.10.0(react@18.3.1) + version: 10.10.0(react@19.0.0-rc-b57d2823-20240822) react-redux: specifier: ^8.1.3 - version: 8.1.3(@types/react-dom@18.3.0)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1))(react@18.3.1)(redux@4.2.1) + version: 8.1.3(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(redux@4.2.1)(types-react@19.0.0-rc.1) redux: specifier: ^4.2.1 version: 4.2.1 @@ -531,13 +531,13 @@ importers: version: 6.1.5 styled-components: specifier: ^6.1.12 - version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) styled-system: specifier: ^5.1.5 version: 5.1.5 theme-ui: specifier: ^0.16.2 - version: 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1) + version: 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) webpack: specifier: ^5.93.0 version: 5.93.0(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.93.0)) @@ -555,19 +555,19 @@ importers: version: 7.25.0 '@docsearch/react': specifier: ^3.6.1 - version: 3.6.1(@algolia/client-search@4.23.0)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.13.0) + version: 3.6.1(@algolia/client-search@4.23.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(search-insights@2.13.0)(types-react@19.0.0-rc.1) '@emotion/cache': specifier: ^11.13.1 version: 11.13.1 '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(@types/react@18.3.4)(react@18.3.1) + version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@emotion/server': specifier: ^11.11.0 version: 11.11.0(@emotion/css@11.11.2) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@fortawesome/fontawesome-svg-core': specifier: ^6.6.0 version: 6.6.0 @@ -576,7 +576,7 @@ importers: version: 6.6.0 '@fortawesome/react-fontawesome': specifier: ^0.2.2 - version: 0.2.2(@fortawesome/fontawesome-svg-core@6.6.0)(react@18.3.1) + version: 0.2.2(@fortawesome/fontawesome-svg-core@6.6.0)(react@19.0.0-rc-b57d2823-20240822) '@mui/base': specifier: workspace:* version: link:../packages/mui-base/build @@ -618,40 +618,40 @@ importers: version: link:../packages/mui-utils/build '@mui/x-charts': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/x-data-grid': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/x-data-grid-generator': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/x-data-grid-premium': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/x-data-grid-pro': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/x-date-pickers': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/x-date-pickers-pro': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/x-license': specifier: 7.13.0 - version: 7.13.0(@types/react@18.3.4)(react@18.3.1) + version: 7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/x-tree-view': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@popperjs/core': specifier: ^2.11.8 version: 2.11.8 '@react-spring/web': specifier: ^9.7.4 - version: 9.7.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 9.7.4(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) '@toolpad/core': specifier: ^0.5.1 - version: 0.5.1(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/node@18.19.46)(@types/react@18.3.4)(happy-dom@12.10.3)(jsdom@24.0.0)(next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.29.2) + version: 0.5.1(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(next@14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(terser@5.31.6)(types-react@19.0.0-rc.1) autoprefixer: specifier: ^10.4.20 version: 10.4.20(postcss@8.4.41) @@ -732,16 +732,16 @@ importers: version: 1.5.0 markdown-to-jsx: specifier: ^7.4.7 - version: 7.4.7(react@18.3.1) + version: 7.4.7(react@19.0.0-rc-b57d2823-20240822) material-ui-popup-state: specifier: ^5.1.2 - version: 5.1.2(@mui/material@packages+mui-material+build)(react@18.3.1) + version: 5.1.2(@mui/material@packages+mui-material+build)(react@19.0.0-rc-b57d2823-20240822) next: specifier: ^14.2.6 - version: 14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) notistack: specifier: 3.0.1 - version: 3.0.1(csstype@3.1.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 3.0.1(csstype@3.1.3)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) nprogress: specifier: ^0.2.0 version: 0.2.0 @@ -755,59 +755,59 @@ importers: specifier: ^15.8.1 version: 15.8.1 react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-dom: - specifier: ^18.3.1 - version: 18.3.1(react@18.3.1) + specifier: next + version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) react-draggable: specifier: ^4.4.6 - version: 4.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 4.4.6(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) react-final-form: specifier: ^6.5.9 - version: 6.5.9(final-form@4.20.10)(react@18.3.1) + version: 6.5.9(final-form@4.20.10)(react@19.0.0-rc-b57d2823-20240822) react-imask: specifier: ^7.6.1 - version: 7.6.1(react@18.3.1) + version: 7.6.1(react@19.0.0-rc-b57d2823-20240822) react-intersection-observer: specifier: ^9.13.0 - version: 9.13.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 9.13.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) react-is: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-number-format: specifier: ^5.4.0 - version: 5.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 5.4.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) react-router-dom: specifier: ^6.26.1 - version: 6.26.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.26.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) react-runner: specifier: ^1.0.5 - version: 1.0.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 1.0.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) react-simple-code-editor: specifier: ^0.14.1 - version: 0.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 0.14.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) react-spring: specifier: ^9.7.4 - version: 9.7.4(@react-three/fiber@8.16.0(react-dom@18.3.1(react@18.3.1))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1))(react@18.3.1)(three@0.162.0))(konva@9.3.6)(react-dom@18.3.1(react@18.3.1))(react-konva@18.2.10(konva@9.3.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1))(react-zdog@1.2.2)(react@18.3.1)(three@0.162.0)(zdog@1.1.3) + version: 9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0))(konva@9.3.6)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react-zdog@1.2.2)(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0)(zdog@1.1.3) react-swipeable-views: specifier: ^0.14.0 - version: 0.14.0(react@18.3.1) + version: 0.14.0(react@19.0.0-rc-b57d2823-20240822) react-transition-group: specifier: ^4.4.5 - version: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 4.4.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) react-virtuoso: specifier: ^4.10.1 - version: 4.10.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 4.10.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) react-window: specifier: ^1.8.10 - version: 1.8.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 1.8.10(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) rimraf: specifier: ^5.0.10 version: 5.0.10 styled-components: specifier: ^6.1.12 - version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) stylis: specifier: 4.2.0 version: 4.2.0 @@ -816,7 +816,7 @@ importers: version: 2.1.1(stylis@4.2.0) use-count-up: specifier: ^3.0.1 - version: 3.0.1(react@18.3.1) + version: 3.0.1(react@19.0.0-rc-b57d2823-20240822) webpack-bundle-analyzer: specifier: ^4.10.2 version: 4.10.2 @@ -861,11 +861,11 @@ importers: specifier: ^15.7.12 version: 15.7.12 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 '@types/react-dom': - specifier: 18.3.0 - version: 18.3.0 + specifier: npm:types-react-dom@19.0.0-rc.1 + version: types-react-dom@19.0.0-rc.1 '@types/react-swipeable-views': specifier: ^0.13.5 version: 0.13.5 @@ -980,8 +980,8 @@ importers: specifier: ^18.19.46 version: 18.19.46 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 '@types/uuid': specifier: ^9.0.8 version: 9.0.8 @@ -1017,13 +1017,13 @@ importers: version: 11.13.1 '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(@types/react@18.3.4)(react@18.3.1) + version: 11.13.3(react@18.3.1)(types-react@19.0.0-rc.1) '@testing-library/dom': specifier: ^10.4.0 version: 10.4.0 '@testing-library/react': specifier: ^16.0.0 - version: 16.0.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 16.0.0(@testing-library/dom@10.4.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) '@testing-library/user-event': specifier: ^14.5.2 version: 14.5.2(@testing-library/dom@10.4.0) @@ -1080,11 +1080,11 @@ importers: specifier: ^15.7.12 version: 15.7.12 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 '@types/react-dom': - specifier: 18.3.0 - version: 18.3.0 + specifier: npm:types-react-dom@19.0.0-rc.1 + version: types-react-dom@19.0.0-rc.1 '@types/sinon': specifier: ^17.0.3 version: 17.0.3 @@ -1279,7 +1279,7 @@ importers: version: 7.25.0 '@mui/utils': specifier: ^5.0.0 - version: 5.16.5(@types/react@18.3.4)(react@18.3.1) + version: 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) babel-plugin-macros: specifier: ^3.1.0 version: 3.1.0 @@ -1304,7 +1304,7 @@ importers: version: 7.25.0 '@floating-ui/react-dom': specifier: ^2.1.1 - version: 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 2.1.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) '@mui/types': specifier: workspace:^ version: link:../mui-types/build @@ -1329,7 +1329,7 @@ importers: version: link:../../packages-internal/test-utils '@testing-library/react': specifier: ^16.0.0 - version: 16.0.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 16.0.0(@testing-library/dom@10.4.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) '@testing-library/user-event': specifier: ^14.5.2 version: 14.5.2(@testing-library/dom@10.4.0) @@ -1340,11 +1340,11 @@ importers: specifier: ^15.7.12 version: 15.7.12 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 '@types/react-dom': - specifier: 18.3.0 - version: 18.3.0 + specifier: npm:types-react-dom@19.0.0-rc.1 + version: types-react-dom@19.0.0-rc.1 '@types/sinon': specifier: ^17.0.3 version: 17.0.3 @@ -1358,11 +1358,11 @@ importers: specifier: ^4.17.21 version: 4.17.21 react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-dom: - specifier: ^18.3.1 - version: 18.3.1(react@18.3.1) + specifier: next + version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -1416,13 +1416,13 @@ importers: version: 7.25.0 '@mui/base': specifier: '*' - version: 5.0.0-beta.40(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 5.0.0-beta.40(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/internal-markdown': specifier: workspace:^ version: link:../markdown '@mui/system': specifier: ^5.0.0 || ^6.0.0 - version: 5.16.5(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + version: 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) chai: specifier: ^4.4.1 version: 4.5.0 @@ -1458,14 +1458,14 @@ importers: specifier: ^15.7.12 version: 15.7.12 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 next: specifier: ^14.2.6 - version: 14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 publishDirectory: build packages/mui-envinfo: @@ -1488,29 +1488,29 @@ importers: dependencies: '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(@types/react@18.3.4)(react@18.3.1) + version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/base': specifier: 5.0.0-beta.30 - version: 5.0.0-beta.30(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 5.0.0-beta.30(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/joy': specifier: 5.0.0-beta.22 - version: 5.0.0-beta.22(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 5.0.0-beta.22(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/material': specifier: 5.15.4 - version: 5.15.4(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 5.15.4(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-dom: - specifier: ^18.3.1 - version: 18.3.1(react@18.3.1) + specifier: next + version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) devDependencies: '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 packages/mui-icons-material: dependencies: @@ -1531,8 +1531,8 @@ importers: specifier: ^4.3.17 version: 4.3.17 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 chai: specifier: ^4.5.0 version: 4.5.0 @@ -1555,8 +1555,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 rimraf: specifier: ^5.0.10 version: 5.0.10 @@ -1578,10 +1578,10 @@ importers: version: 7.25.0 '@emotion/react': specifier: ^11.5.0 - version: 11.13.3(@types/react@18.3.4)(react@18.3.1) + version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.3.0 - version: 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/base': specifier: workspace:* version: link:../mui-base/build @@ -1617,11 +1617,11 @@ importers: specifier: ^15.7.12 version: 15.7.12 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 '@types/react-dom': - specifier: 18.3.0 - version: 18.3.0 + specifier: npm:types-react-dom@19.0.0-rc.1 + version: types-react-dom@19.0.0-rc.1 '@types/sinon': specifier: ^17.0.3 version: 17.0.3 @@ -1636,13 +1636,13 @@ importers: version: 4.17.21 next: specifier: ^14.2.6 - version: 14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-dom: - specifier: ^18.3.1 - version: 18.3.1(react@18.3.1) + specifier: next + version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -1655,10 +1655,10 @@ importers: version: 7.25.0 '@emotion/react': specifier: ^11.5.0 - version: 11.13.3(@types/react@18.3.4)(react@18.3.1) + version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.3.0 - version: 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/base': specifier: workspace:* version: link:../mui-base/build @@ -1694,11 +1694,11 @@ importers: specifier: ^15.7.12 version: 15.7.12 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 '@types/react-dom': - specifier: 18.3.0 - version: 18.3.0 + specifier: npm:types-react-dom@19.0.0-rc.1 + version: types-react-dom@19.0.0-rc.1 '@types/sinon': specifier: ^17.0.3 version: 17.0.3 @@ -1706,11 +1706,11 @@ importers: specifier: ^4.5.0 version: 4.5.0 react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-dom: - specifier: ^18.3.1 - version: 18.3.1(react@18.3.1) + specifier: next + version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -1723,10 +1723,10 @@ importers: version: 7.25.0 '@emotion/react': specifier: ^11.5.0 - version: 11.13.3(@types/react@18.3.4)(react@18.3.1) + version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.3.0 - version: 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/core-downloads-tracker': specifier: workspace:^ version: link:../mui-core-downloads-tracker/build @@ -1758,11 +1758,11 @@ importers: specifier: ^15.8.1 version: 15.8.1 react-is: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-transition-group: specifier: ^4.4.5 - version: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 4.4.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) devDependencies: '@mui/internal-babel-macros': specifier: workspace:^ @@ -1783,11 +1783,11 @@ importers: specifier: ^15.7.12 version: 15.7.12 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 '@types/react-dom': - specifier: 18.3.0 - version: 18.3.0 + specifier: npm:types-react-dom@19.0.0-rc.1 + version: types-react-dom@19.0.0-rc.1 '@types/sinon': specifier: ^17.0.3 version: 17.0.3 @@ -1810,14 +1810,14 @@ importers: specifier: ^1.46.1 version: 1.46.1 react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-dom: - specifier: ^18.3.1 - version: 18.3.1(react@18.3.1) + specifier: next + version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) react-router-dom: specifier: ^6.26.1 - version: 6.26.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.26.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -1834,19 +1834,19 @@ importers: version: 11.13.1 '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(@types/react@18.3.4)(react@18.3.1) + version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@emotion/server': specifier: ^11.11.0 version: 11.11.0(@emotion/css@11.11.2) '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 next: - specifier: 14.2.6 - version: 14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: canary + version: 15.0.0-canary.131(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 publishDirectory: build packages/mui-material-pigment-css: @@ -1856,7 +1856,7 @@ importers: version: link:../mui-system/build '@pigment-css/react': specifier: 0.0.20 - version: 0.0.20(@types/react@18.3.4)(react@18.3.1) + version: 0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) publishDirectory: build packages/mui-private-theming: @@ -1881,14 +1881,14 @@ importers: specifier: ^4.3.17 version: 4.3.17 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 chai: specifier: ^4.5.0 version: 4.5.0 react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 publishDirectory: build packages/mui-styled-engine: @@ -1908,10 +1908,10 @@ importers: devDependencies: '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(@types/react@18.3.4)(react@18.3.1) + version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/internal-test-utils': specifier: workspace:^ version: link:../../packages-internal/test-utils @@ -1922,14 +1922,14 @@ importers: specifier: ^4.3.17 version: 4.3.17 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 chai: specifier: ^4.5.0 version: 4.5.0 react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 publishDirectory: build packages/mui-styled-engine-sc: @@ -1960,17 +1960,17 @@ importers: specifier: ^3.3.5 version: 3.3.5 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 chai: specifier: ^4.5.0 version: 4.5.0 react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 styled-components: specifier: ^6.1.12 - version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) publishDirectory: build packages/mui-styles: @@ -2037,11 +2037,11 @@ importers: specifier: ^4.3.17 version: 4.3.17 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 '@types/react-dom': - specifier: 18.3.0 - version: 18.3.0 + specifier: npm:types-react-dom@19.0.0-rc.1 + version: types-react-dom@19.0.0-rc.1 '@types/sinon': specifier: ^17.0.3 version: 17.0.3 @@ -2049,11 +2049,11 @@ importers: specifier: ^4.5.0 version: 4.5.0 react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-dom: - specifier: ^18.3.1 - version: 18.3.1(react@18.3.1) + specifier: next + version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -2088,10 +2088,10 @@ importers: devDependencies: '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(@types/react@18.3.4)(react@18.3.1) + version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/internal-babel-macros': specifier: workspace:^ version: link:../mui-babel-macros @@ -2108,8 +2108,8 @@ importers: specifier: ^15.7.12 version: 15.7.12 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 '@types/sinon': specifier: ^17.0.3 version: 17.0.3 @@ -2123,14 +2123,14 @@ importers: specifier: ^4.17.21 version: 4.17.21 react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 sinon: specifier: ^16.1.3 version: 16.1.3 styled-components: specifier: ^6.1.12 - version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) publishDirectory: build packages/mui-types: @@ -2139,8 +2139,8 @@ importers: specifier: workspace:* version: link:build '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 publishDirectory: build packages/mui-utils: @@ -2161,8 +2161,8 @@ importers: specifier: ^15.8.1 version: 15.8.1 react-is: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 devDependencies: '@mui/internal-babel-macros': specifier: workspace:^ @@ -2180,14 +2180,14 @@ importers: specifier: ^18.19.46 version: 18.19.46 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 '@types/react-dom': - specifier: 18.3.0 - version: 18.3.0 + specifier: npm:types-react-dom@19.0.0-rc.1 + version: types-react-dom@19.0.0-rc.1 '@types/react-is': - specifier: ^18.3.0 - version: 18.3.0 + specifier: npm:types-react-is@19.0.0-rc.1 + version: types-react-is@19.0.0-rc.1 '@types/sinon': specifier: ^17.0.3 version: 17.0.3 @@ -2195,11 +2195,11 @@ importers: specifier: ^4.5.0 version: 4.5.0 react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-dom: - specifier: ^18.3.1 - version: 18.3.1(react@18.3.1) + specifier: next + version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -2239,7 +2239,7 @@ importers: dependencies: '@react-spring/web': specifier: ^9.7.4 - version: 9.7.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 9.7.4(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) devDependencies: '@babel/runtime': specifier: ^7.25.0 @@ -2249,7 +2249,7 @@ importers: version: 11.13.1 '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(@types/react@18.3.4)(react@18.3.1) + version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/base': specifier: workspace:* version: link:../packages/mui-base/build @@ -2284,11 +2284,11 @@ importers: specifier: ^4.3.17 version: 4.3.17 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: npm:types-react@19.0.0-rc.1 + version: types-react@19.0.0-rc.1 '@types/react-is': - specifier: ^18.3.0 - version: 18.3.0 + specifier: npm:types-react-is@19.0.0-rc.1 + version: types-react-is@19.0.0-rc.1 '@types/sinon': specifier: ^17.0.3 version: 17.0.3 @@ -2317,23 +2317,23 @@ importers: specifier: ^15.8.1 version: 15.8.1 react: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-dom: - specifier: ^18.3.1 - version: 18.3.1(react@18.3.1) + specifier: next + version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) react-is: - specifier: ^18.3.1 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-router-dom: specifier: ^6.26.1 - version: 6.26.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.26.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) sinon: specifier: ^16.1.3 version: 16.1.3 styled-components: specifier: ^6.1.12 - version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) stylis: specifier: 4.2.0 version: 4.2.0 @@ -2470,6 +2470,10 @@ packages: resolution: {integrity: sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==} engines: {node: '>=6.9.0'} + '@babel/compat-data@7.25.4': + resolution: {integrity: sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==} + engines: {node: '>=6.9.0'} + '@babel/core@7.25.2': resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==} engines: {node: '>=6.9.0'} @@ -2478,6 +2482,10 @@ packages: resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==} engines: {node: '>=6.9.0'} + '@babel/generator@7.25.5': + resolution: {integrity: sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==} + engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.24.7': resolution: {integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==} engines: {node: '>=6.9.0'} @@ -2496,6 +2504,12 @@ packages: peerDependencies: '@babel/core': ^7.25.2 + '@babel/helper-create-class-features-plugin@7.25.4': + resolution: {integrity: sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.25.2 + '@babel/helper-create-regexp-features-plugin@7.25.0': resolution: {integrity: sha512-q0T+dknZS+L5LDazIP+02gEZITG5unzvb6yIjcmj5i0eFrs5ToBV2m2JGH4EsE/gtP8ygEGLGApBgRIZkTm7zg==} engines: {node: '>=6.9.0'} @@ -2507,6 +2521,11 @@ packages: peerDependencies: '@babel/core': ^7.25.2 + '@babel/helper-define-polyfill-provider@0.6.2': + resolution: {integrity: sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==} + peerDependencies: + '@babel/core': ^7.25.2 + '@babel/helper-environment-visitor@7.24.7': resolution: {integrity: sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==} engines: {node: '>=6.9.0'} @@ -2597,6 +2616,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.25.4': + resolution: {integrity: sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.3': resolution: {integrity: sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==} engines: {node: '>=6.9.0'} @@ -2641,8 +2665,8 @@ packages: peerDependencies: '@babel/core': ^7.25.2 - '@babel/plugin-proposal-export-default-from@7.24.1': - resolution: {integrity: sha512-+0hrgGGV3xyYIjOrD/bUZk/iUwOIGuoANfRfVg1cPhYBxF+TIXSEcc42DqzBICmWsnAQ+SfKedY0bj8QD+LuMg==} + '@babel/plugin-proposal-export-default-from@7.24.7': + resolution: {integrity: sha512-CcmFwUJ3tKhLjPdt4NP+SHMshebytF8ZTYOv5ZDpkzq2sin80Wb5vJrGt8fhPrORQCfoSa0LAxC/DW+GAC5+Hw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.25.2 @@ -2716,8 +2740,8 @@ packages: peerDependencies: '@babel/core': ^7.25.2 - '@babel/plugin-syntax-export-default-from@7.24.1': - resolution: {integrity: sha512-cNXSxv9eTkGUtd0PsNMK8Yx5xeScxfpWOUAxE+ZPAXXEcAMOC3fk7LRdXq5fvpra2pLx2p1YtkAhpUbB2SwaRA==} + '@babel/plugin-syntax-export-default-from@7.24.7': + resolution: {integrity: sha512-bTPz4/635WQ9WhwsyPdxUJDVpsi/X9BMmy/8Rf/UAlOO4jSql4CxUCjWI5PiM+jG+c4LVPTScoTw80geFj9+Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.25.2 @@ -2809,6 +2833,12 @@ packages: peerDependencies: '@babel/core': ^7.25.2 + '@babel/plugin-syntax-typescript@7.25.4': + resolution: {integrity: sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.25.2 + '@babel/plugin-syntax-unicode-sets-regex@7.18.6': resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} @@ -2863,6 +2893,12 @@ packages: peerDependencies: '@babel/core': ^7.25.2 + '@babel/plugin-transform-classes@7.25.4': + resolution: {integrity: sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.25.2 + '@babel/plugin-transform-computed-properties@7.24.7': resolution: {integrity: sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==} engines: {node: '>=6.9.0'} @@ -2917,6 +2953,12 @@ packages: peerDependencies: '@babel/core': ^7.25.2 + '@babel/plugin-transform-flow-strip-types@7.25.2': + resolution: {integrity: sha512-InBZ0O8tew5V0K6cHcQ+wgxlrjOw1W4wDXLkOTjLRD8GYhTSkxTVBtdy3MMtvYBrbAWa1Qm3hNoTc1620Yj+Mg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.25.2 + '@babel/plugin-transform-for-of@7.24.7': resolution: {integrity: sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==} engines: {node: '>=6.9.0'} @@ -3037,6 +3079,12 @@ packages: peerDependencies: '@babel/core': ^7.25.2 + '@babel/plugin-transform-private-methods@7.25.4': + resolution: {integrity: sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.25.2 + '@babel/plugin-transform-private-property-in-object@7.24.7': resolution: {integrity: sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==} engines: {node: '>=6.9.0'} @@ -3073,18 +3121,36 @@ packages: peerDependencies: '@babel/core': ^7.25.2 + '@babel/plugin-transform-react-jsx-self@7.24.7': + resolution: {integrity: sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.25.2 + '@babel/plugin-transform-react-jsx-source@7.24.1': resolution: {integrity: sha512-1v202n7aUq4uXAieRTKcwPzNyphlCuqHHDcdSNc+vdhoTEZcFMh+L5yZuCmGaIO7bs1nJUNfHB89TZyoL48xNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.25.2 + '@babel/plugin-transform-react-jsx-source@7.24.7': + resolution: {integrity: sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.25.2 + '@babel/plugin-transform-react-jsx@7.24.7': resolution: {integrity: sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.25.2 + '@babel/plugin-transform-react-jsx@7.25.2': + resolution: {integrity: sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.25.2 + '@babel/plugin-transform-react-pure-annotations@7.24.7': resolution: {integrity: sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==} engines: {node: '>=6.9.0'} @@ -3109,6 +3175,12 @@ packages: peerDependencies: '@babel/core': ^7.25.2 + '@babel/plugin-transform-runtime@7.25.4': + resolution: {integrity: sha512-8hsyG+KUYGY0coX6KUCDancA0Vw225KJ2HJO0yCNr1vq5r+lJTleDaJf0K7iOhjw4SWhu03TMBzYTJ9krmzULQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.25.2 + '@babel/plugin-transform-shorthand-properties@7.24.7': resolution: {integrity: sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==} engines: {node: '>=6.9.0'} @@ -3145,6 +3217,12 @@ packages: peerDependencies: '@babel/core': ^7.25.2 + '@babel/plugin-transform-typescript@7.25.2': + resolution: {integrity: sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.25.2 + '@babel/plugin-transform-unicode-escapes@7.24.7': resolution: {integrity: sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==} engines: {node: '>=6.9.0'} @@ -3219,6 +3297,10 @@ packages: resolution: {integrity: sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.25.4': + resolution: {integrity: sha512-DSgLeL/FNcpXuzav5wfYvHCGvynXkJbn3Zvc3823AEe9nPwW9IK4UoCSS5yGymmQzN0pCPvivtgS6/8U2kkm1w==} + engines: {node: '>=6.9.0'} + '@babel/template@7.25.0': resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==} engines: {node: '>=6.9.0'} @@ -3227,10 +3309,18 @@ packages: resolution: {integrity: sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.25.4': + resolution: {integrity: sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==} + engines: {node: '>=6.9.0'} + '@babel/types@7.25.2': resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==} engines: {node: '>=6.9.0'} + '@babel/types@7.25.4': + resolution: {integrity: sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==} + engines: {node: '>=6.9.0'} + '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} @@ -3321,7 +3411,7 @@ packages: '@docsearch/react@3.6.1': resolution: {integrity: sha512-qXZkEPvybVhSXj0K7U3bXc233tk5e8PfhoZ6MhPOiik/qUQxYC+Dn9DnoS7CxHQQhHfCvTiN0eY9M12oRghEXw==} peerDependencies: - '@types/react': ^18.3.4 + '@types/react': npm:types-react@19.0.0-rc.1 react: '>= 16.8.0 < 19.0.0' react-dom: '>= 16.8.0 < 19.0.0' search-insights: '>= 1 < 3' @@ -3341,6 +3431,9 @@ packages: '@emnapi/runtime@1.1.1': resolution: {integrity: sha512-3bfqkzuR1KLx57nZfjr2NLnFOobvyS0aTszaEGCGqmYMVDRaGvgIZbjGSV/MHSSmLgQ/b9JFHQ5xm5WRZYd+XQ==} + '@emnapi/runtime@1.2.0': + resolution: {integrity: sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==} + '@emnapi/wasi-threads@1.0.1': resolution: {integrity: sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==} @@ -3817,113 +3910,218 @@ packages: cpu: [arm64] os: [darwin] + '@img/sharp-darwin-arm64@0.33.5': + resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [darwin] + '@img/sharp-darwin-x64@0.33.3': resolution: {integrity: sha512-2QeSl7QDK9ru//YBT4sQkoq7L0EAJZA3rtV+v9p8xTKl4U1bUqTIaCnoC7Ctx2kCjQgwFXDasOtPTCT8eCTXvw==} engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [darwin] + '@img/sharp-darwin-x64@0.33.5': + resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [darwin] + '@img/sharp-libvips-darwin-arm64@1.0.2': resolution: {integrity: sha512-tcK/41Rq8IKlSaKRCCAuuY3lDJjQnYIW1UXU1kxcEKrfL8WR7N6+rzNoOxoQRJWTAECuKwgAHnPvqXGN8XfkHA==} engines: {macos: '>=11', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [darwin] + '@img/sharp-libvips-darwin-arm64@1.0.4': + resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==} + cpu: [arm64] + os: [darwin] + '@img/sharp-libvips-darwin-x64@1.0.2': resolution: {integrity: sha512-Ofw+7oaWa0HiiMiKWqqaZbaYV3/UGL2wAPeLuJTx+9cXpCRdvQhCLG0IH8YGwM0yGWGLpsF4Su9vM1o6aer+Fw==} engines: {macos: '>=10.13', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [darwin] + '@img/sharp-libvips-darwin-x64@1.0.4': + resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==} + cpu: [x64] + os: [darwin] + '@img/sharp-libvips-linux-arm64@1.0.2': resolution: {integrity: sha512-x7kCt3N00ofFmmkkdshwj3vGPCnmiDh7Gwnd4nUwZln2YjqPxV1NlTyZOvoDWdKQVDL911487HOueBvrpflagw==} engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [linux] + '@img/sharp-libvips-linux-arm64@1.0.4': + resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} + cpu: [arm64] + os: [linux] + '@img/sharp-libvips-linux-arm@1.0.2': resolution: {integrity: sha512-iLWCvrKgeFoglQxdEwzu1eQV04o8YeYGFXtfWU26Zr2wWT3q3MTzC+QTCO3ZQfWd3doKHT4Pm2kRmLbupT+sZw==} engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm] os: [linux] + '@img/sharp-libvips-linux-arm@1.0.5': + resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} + cpu: [arm] + os: [linux] + '@img/sharp-libvips-linux-s390x@1.0.2': resolution: {integrity: sha512-cmhQ1J4qVhfmS6szYW7RT+gLJq9dH2i4maq+qyXayUSn9/3iY2ZeWpbAgSpSVbV2E1JUL2Gg7pwnYQ1h8rQIog==} engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [s390x] os: [linux] + '@img/sharp-libvips-linux-s390x@1.0.4': + resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} + cpu: [s390x] + os: [linux] + '@img/sharp-libvips-linux-x64@1.0.2': resolution: {integrity: sha512-E441q4Qdb+7yuyiADVi5J+44x8ctlrqn8XgkDTwr4qPJzWkaHwD489iZ4nGDgcuya4iMN3ULV6NwbhRZJ9Z7SQ==} engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [linux] + '@img/sharp-libvips-linux-x64@1.0.4': + resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} + cpu: [x64] + os: [linux] + '@img/sharp-libvips-linuxmusl-arm64@1.0.2': resolution: {integrity: sha512-3CAkndNpYUrlDqkCM5qhksfE+qSIREVpyoeHIU6jd48SJZViAmznoQQLAv4hVXF7xyUB9zf+G++e2v1ABjCbEQ==} engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [linux] + '@img/sharp-libvips-linuxmusl-arm64@1.0.4': + resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} + cpu: [arm64] + os: [linux] + '@img/sharp-libvips-linuxmusl-x64@1.0.2': resolution: {integrity: sha512-VI94Q6khIHqHWNOh6LLdm9s2Ry4zdjWJwH56WoiJU7NTeDwyApdZZ8c+SADC8OH98KWNQXnE01UdJ9CSfZvwZw==} engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [linux] + '@img/sharp-libvips-linuxmusl-x64@1.0.4': + resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} + cpu: [x64] + os: [linux] + '@img/sharp-linux-arm64@0.33.3': resolution: {integrity: sha512-Zf+sF1jHZJKA6Gor9hoYG2ljr4wo9cY4twaxgFDvlG0Xz9V7sinsPp8pFd1XtlhTzYo0IhDbl3rK7P6MzHpnYA==} engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [linux] + '@img/sharp-linux-arm64@0.33.5': + resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [linux] + '@img/sharp-linux-arm@0.33.3': resolution: {integrity: sha512-Q7Ee3fFSC9P7vUSqVEF0zccJsZ8GiiCJYGWDdhEjdlOeS9/jdkyJ6sUSPj+bL8VuOYFSbofrW0t/86ceVhx32w==} engines: {glibc: '>=2.28', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm] os: [linux] + '@img/sharp-linux-arm@0.33.5': + resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm] + os: [linux] + '@img/sharp-linux-s390x@0.33.3': resolution: {integrity: sha512-vFk441DKRFepjhTEH20oBlFrHcLjPfI8B0pMIxGm3+yilKyYeHEVvrZhYFdqIseSclIqbQ3SnZMwEMWonY5XFA==} engines: {glibc: '>=2.28', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [s390x] os: [linux] + '@img/sharp-linux-s390x@0.33.5': + resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [s390x] + os: [linux] + '@img/sharp-linux-x64@0.33.3': resolution: {integrity: sha512-Q4I++herIJxJi+qmbySd072oDPRkCg/SClLEIDh5IL9h1zjhqjv82H0Seupd+q2m0yOfD+/fJnjSoDFtKiHu2g==} engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [linux] + '@img/sharp-linux-x64@0.33.5': + resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [linux] + '@img/sharp-linuxmusl-arm64@0.33.3': resolution: {integrity: sha512-qnDccehRDXadhM9PM5hLvcPRYqyFCBN31kq+ErBSZtZlsAc1U4Z85xf/RXv1qolkdu+ibw64fUDaRdktxTNP9A==} engines: {musl: '>=1.2.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [linux] + '@img/sharp-linuxmusl-arm64@0.33.5': + resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [linux] + '@img/sharp-linuxmusl-x64@0.33.3': resolution: {integrity: sha512-Jhchim8kHWIU/GZ+9poHMWRcefeaxFIs9EBqf9KtcC14Ojk6qua7ghKiPs0sbeLbLj/2IGBtDcxHyjCdYWkk2w==} engines: {musl: '>=1.2.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [linux] + '@img/sharp-linuxmusl-x64@0.33.5': + resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [linux] + '@img/sharp-wasm32@0.33.3': resolution: {integrity: sha512-68zivsdJ0koE96stdUfM+gmyaK/NcoSZK5dV5CAjES0FUXS9lchYt8LAB5rTbM7nlWtxaU/2GON0HVN6/ZYJAQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [wasm32] + '@img/sharp-wasm32@0.33.5': + resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [wasm32] + '@img/sharp-win32-ia32@0.33.3': resolution: {integrity: sha512-CyimAduT2whQD8ER4Ux7exKrtfoaUiVr7HG0zZvO0XTFn2idUWljjxv58GxNTkFb8/J9Ub9AqITGkJD6ZginxQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [ia32] os: [win32] + '@img/sharp-win32-ia32@0.33.5': + resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [ia32] + os: [win32] + '@img/sharp-win32-x64@0.33.3': resolution: {integrity: sha512-viT4fUIDKnli3IfOephGnolMzhz5VaTvDRkYqtZxOMIoMQ4MrAziO7pT1nVnOt2FAm7qW5aa+CCc13aEY6Le0g==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [win32] + '@img/sharp-win32-x64@0.33.5': + resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [win32] + '@isaacs/cliui@8.0.2': resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} @@ -3996,7 +4194,7 @@ packages: resolution: {integrity: sha512-dc38W4W3K42atE9nSaOeoJ7/x9wGIfawdwC/UmMxMLlZ1iSsITQ8dQJaTATCbn98YvYPINK/EH541YA5enQIPQ==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': ^18.3.4 + '@types/react': npm:types-react@19.0.0-rc.1 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -4007,7 +4205,7 @@ packages: resolution: {integrity: sha512-+uNbP3OHJuZVI00WyMg7xfLZotaEY7LgvYXDfONVJbrS+K9wyjCIPNfjy8r9XJn4fbHo/5ibiZqjWnU9LMNv+A==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': ^18.3.4 + '@types/react': npm:types-react@19.0.0-rc.1 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -4018,7 +4216,7 @@ packages: resolution: {integrity: sha512-I/lGHztkCzvwlXpjD2+SNmvNQvB4227xBXhISPjEaJUXGImOQ9f3D2Yj/T3KasSI/h0MLWy74X0J6clhPmsRbQ==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': ^18.3.4 + '@types/react': npm:types-react@19.0.0-rc.1 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -4034,7 +4232,7 @@ packages: peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': ^18.3.4 + '@types/react': npm:types-react@19.0.0-rc.1 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -4052,7 +4250,7 @@ packages: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 '@mui/material': '>=5.15.0' - '@types/react': ^18.3.4 + '@types/react': npm:types-react@19.0.0-rc.1 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -4069,7 +4267,7 @@ packages: peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': ^18.3.4 + '@types/react': npm:types-react@19.0.0-rc.1 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -4084,7 +4282,7 @@ packages: resolution: {integrity: sha512-CSLg0YkpDqg0aXOxtjo3oTMd3XWMxvNb5d0v4AYVqwOltU8q6GvnZjhWyCLjGSCrcgfwm6/VDjaKLPlR14wxIA==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': ^18.3.4 + '@types/react': npm:types-react@19.0.0-rc.1 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -4094,7 +4292,7 @@ packages: resolution: {integrity: sha512-zRdwVf8RpuM0MEqMveoJ0sV48eMWvutkcY/pt9nX21jXD9kaxOCuQyT6oNrXF7ZlBDOi/NXfKRDgkQfj+kwxDQ==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': ^18.3.4 + '@types/react': npm:types-react@19.0.0-rc.1 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -4132,7 +4330,7 @@ packages: peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': ^18.3.4 + '@types/react': npm:types-react@19.0.0-rc.1 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@emotion/react': @@ -4148,7 +4346,7 @@ packages: peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': ^18.3.4 + '@types/react': npm:types-react@19.0.0-rc.1 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@emotion/react': @@ -4161,7 +4359,7 @@ packages: '@mui/types@7.2.15': resolution: {integrity: sha512-nbo7yPhtKJkdf9kcVOF8JZHPZTmqXjJ/tI0bdWgHg5tp9AnIN4Y7f7wm9T+0SyGYJk76+GYZ8Q5XaTYAsUHN0Q==} peerDependencies: - '@types/react': ^18.3.4 + '@types/react': npm:types-react@19.0.0-rc.1 peerDependenciesMeta: '@types/react': optional: true @@ -4170,7 +4368,7 @@ packages: resolution: {integrity: sha512-CwhcA9y44XwK7k2joL3Y29mRUnoBt+gOZZdGyw7YihbEwEErJYBtDwbZwVgH68zAljGe/b+Kd5bzfl63Gi3R2A==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': ^18.3.4 + '@types/react': npm:types-react@19.0.0-rc.1 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -4180,7 +4378,7 @@ packages: resolution: {integrity: sha512-QidRa70STALSsTTeeJ7ddyyVbEAK3cVOK350L8tAJLzag79XzNE+lSpU4+UnIna9ftuI9sIJHVxZK6wVw7ATug==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': ^18.3.4 + '@types/react': npm:types-react@19.0.0-rc.1 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -4190,7 +4388,7 @@ packages: resolution: {integrity: sha512-jyNcB0drDhYcoq5MHNTiEc63GfVE1GZK+CVUd8tlLzk5q631RPYJ5jONSOszLiUOXBmI8Uu1SBJUwrG3j2YG2A==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': ^18.3.4 + '@types/react': npm:types-react@19.0.0-rc.1 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -4391,6 +4589,12 @@ packages: '@next/env@14.2.6': resolution: {integrity: sha512-bs5DFKV+08EjWrl8EB+KKqev1ZTNONH1vFCaHh911aaB362NnP32UDTbE9VQhyiAgbFqJsfDkSxFERNDDb3j0g==} + '@next/env@14.2.7': + resolution: {integrity: sha512-OTx9y6I3xE/eih+qtthppwLytmpJVPM5PPoJxChFsbjIEFXIayG0h/xLzefHGJviAa3Q5+Fd+9uYojKkHDKxoQ==} + + '@next/env@15.0.0-canary.131': + resolution: {integrity: sha512-Fi8wxS3ZGa+C5YPZ620p+Z4kj/ZZbd37zrroAPf4beoKXn9li8LVe9SHaK3by9Pl3UBbs17t0IhQQHdQr20DSA==} + '@next/eslint-plugin-next@14.2.6': resolution: {integrity: sha512-d3+p4AjIYmhqzYHhhmkRYYN6ZU35TwZAKX08xKRfnHkz72KhWL2kxMFsDptpZs5e8bBGdepn7vn1+9DaF8iX+A==} @@ -4400,54 +4604,162 @@ packages: cpu: [arm64] os: [darwin] + '@next/swc-darwin-arm64@14.2.7': + resolution: {integrity: sha512-UhZGcOyI9LE/tZL3h9rs/2wMZaaJKwnpAyegUVDGZqwsla6hMfeSj9ssBWQS9yA4UXun3pPhrFLVnw5KXZs3vw==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + + '@next/swc-darwin-arm64@15.0.0-canary.131': + resolution: {integrity: sha512-bpq9fHUE4xloHRNT2QKYmlZOiI7V7v0Z+jhevp+qGazXNkReFJCRcgjq2VNsvXtTaOOqtmBvKXnOxBXuaz8R2A==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + '@next/swc-darwin-x64@14.2.6': resolution: {integrity: sha512-ZHRbGpH6KHarzm6qEeXKSElSXh8dS2DtDPjQt3IMwY8QVk7GbdDYjvV4NgSnDA9huGpGgnyy3tH8i5yHCqVkiQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] + '@next/swc-darwin-x64@14.2.7': + resolution: {integrity: sha512-ys2cUgZYRc+CbyDeLAaAdZgS7N1Kpyy+wo0b/gAj+SeOeaj0Lw/q+G1hp+DuDiDAVyxLBCJXEY/AkhDmtihUTA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + + '@next/swc-darwin-x64@15.0.0-canary.131': + resolution: {integrity: sha512-o5ZHjXWSIZUw2EF9X+k+NJTnTWGrcXW26nLpW2DR3ZNEHT9zVzobOKELwkZm/9CxQq2nXjwj4qyx1OLEfi87kQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + '@next/swc-linux-arm64-gnu@14.2.6': resolution: {integrity: sha512-O4HqUEe3ZvKshXHcDUXn1OybN4cSZg7ZdwHJMGCXSUEVUqGTJVsOh17smqilIjooP/sIJksgl+1kcf2IWMZWHg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + '@next/swc-linux-arm64-gnu@14.2.7': + resolution: {integrity: sha512-2xoWtE13sUJ3qrC1lwE/HjbDPm+kBQYFkkiVECJWctRASAHQ+NwjMzgrfqqMYHfMxFb5Wws3w9PqzZJqKFdWcQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@next/swc-linux-arm64-gnu@15.0.0-canary.131': + resolution: {integrity: sha512-Ak00vwfcTZX3AlITotpzN9f3T5k7iRRQDlXOAzIchuC42suP1eKN+aIlSU8NpSdwHCC9fOSzNejZ0ELG8BQj4A==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + '@next/swc-linux-arm64-musl@14.2.6': resolution: {integrity: sha512-xUcdhr2hfalG8RDDGSFxQ75yOG894UlmFS4K2M0jLrUhauRBGOtUOxoDVwiIIuZQwZ3Y5hDsazNjdYGB0cQ9yQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + '@next/swc-linux-arm64-musl@14.2.7': + resolution: {integrity: sha512-+zJ1gJdl35BSAGpkCbfyiY6iRTaPrt3KTl4SF/B1NyELkqqnrNX6cp4IjjjxKpd64/7enI0kf6b9O1Uf3cL0pw==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@next/swc-linux-arm64-musl@15.0.0-canary.131': + resolution: {integrity: sha512-urkChLdStGzZ+jqGr6vzFDwuRGaXBqxVp/K5LZyxp4edNz4i17J/jBZxKjR2XBVLtwKIMcKlECM+Ijtd+dTspQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + '@next/swc-linux-x64-gnu@14.2.6': resolution: {integrity: sha512-InosKxw8UMcA/wEib5n2QttwHSKHZHNSbGcMepBM0CTcNwpxWzX32KETmwbhKod3zrS8n1vJ+DuJKbL9ZAB0Ag==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + '@next/swc-linux-x64-gnu@14.2.7': + resolution: {integrity: sha512-m6EBqrskeMUzykBrv0fDX/28lWIBGhMzOYaStp0ihkjzIYJiKUOzVYD1gULHc8XDf5EMSqoH/0/TRAgXqpQwmw==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@next/swc-linux-x64-gnu@15.0.0-canary.131': + resolution: {integrity: sha512-/FjRcyy6acpCZ4JXUk5gMZNDqwvXT3oZo5Fm2lFMOOGnJgh1HhqLY3qP+F0CSXnbt788o3tcxowXJNWBchzDmQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + '@next/swc-linux-x64-musl@14.2.6': resolution: {integrity: sha512-d4QXfJmt5pGJ7cG8qwxKSBnO5AXuKAFYxV7qyDRHnUNvY/dgDh+oX292gATpB2AAHgjdHd5ks1wXxIEj6muLUQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + '@next/swc-linux-x64-musl@14.2.7': + resolution: {integrity: sha512-gUu0viOMvMlzFRz1r1eQ7Ql4OE+hPOmA7smfZAhn8vC4+0swMZaZxa9CSIozTYavi+bJNDZ3tgiSdMjmMzRJlQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@next/swc-linux-x64-musl@15.0.0-canary.131': + resolution: {integrity: sha512-rwRYD67Cx9K0PHIVSDsERBe4X5VzrKwp+LKH3QnzGlm+t333yCZg22q9qwwC/lnaWG3m/JOpDV5TyeKodnvPkA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + '@next/swc-win32-arm64-msvc@14.2.6': resolution: {integrity: sha512-AlgIhk4/G+PzOG1qdF1b05uKTMsuRatFlFzAi5G8RZ9h67CVSSuZSbqGHbJDlcV1tZPxq/d4G0q6qcHDKWf4aQ==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] + '@next/swc-win32-arm64-msvc@14.2.7': + resolution: {integrity: sha512-PGbONHIVIuzWlYmLvuFKcj+8jXnLbx4WrlESYlVnEzDsa3+Q2hI1YHoXaSmbq0k4ZwZ7J6sWNV4UZfx1OeOlbQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + + '@next/swc-win32-arm64-msvc@15.0.0-canary.131': + resolution: {integrity: sha512-PvaCzdXIK/ta/V6joqTrFXkEHYuOFxvyD949Ri3TRBaTSFd1HVJnBJzFeYWQk6f7Gl4tkbiZKZnbbWG4Vh8TQA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + '@next/swc-win32-ia32-msvc@14.2.6': resolution: {integrity: sha512-hNukAxq7hu4o5/UjPp5jqoBEtrpCbOmnUqZSKNJG8GrUVzfq0ucdhQFVrHcLRMvQcwqqDh1a5AJN9ORnNDpgBQ==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] + '@next/swc-win32-ia32-msvc@14.2.7': + resolution: {integrity: sha512-BiSY5umlx9ed5RQDoHcdbuKTUkuFORDqzYKPHlLeS+STUWQKWziVOn3Ic41LuTBvqE0TRJPKpio9GSIblNR+0w==} + engines: {node: '>= 10'} + cpu: [ia32] + os: [win32] + + '@next/swc-win32-ia32-msvc@15.0.0-canary.131': + resolution: {integrity: sha512-R9QqvRKg+Xb5MZjYTVDhP3FpiUhJWa7fxCMJlvk/nztEMnutKFSGxgF83rz9aIVLIOYhsFNQPbtE0FIz8XAHuQ==} + engines: {node: '>= 10'} + cpu: [ia32] + os: [win32] + '@next/swc-win32-x64-msvc@14.2.6': resolution: {integrity: sha512-NANtw+ead1rSDK1jxmzq3TYkl03UNK2KHqUYf1nIhNci6NkeqBD4s1njSzYGIlSHxCK+wSaL8RXZm4v+NF/pMw==} engines: {node: '>= 10'} cpu: [x64] os: [win32] + '@next/swc-win32-x64-msvc@14.2.7': + resolution: {integrity: sha512-pxsI23gKWRt/SPHFkDEsP+w+Nd7gK37Hpv0ngc5HpWy2e7cKx9zR/+Q2ptAUqICNTecAaGWvmhway7pj/JLEWA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + + '@next/swc-win32-x64-msvc@15.0.0-canary.131': + resolution: {integrity: sha512-JIcwu7FEyUuIEBCHBlQKIN5EnsC211mbtupFKHVy4+yPtiEcknjFc2PiJoGKbKfuASmfOrvFwHVj+9GdsFvaRQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + '@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3': resolution: {integrity: sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==} @@ -5165,6 +5477,9 @@ packages: '@swc/counter@0.1.3': resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} + '@swc/helpers@0.5.12': + resolution: {integrity: sha512-KMZNXiGibsW9kvZAO1Pam2JPTDBm+KSHMMHWdsyI/1DbIZjT2A6Gy3hblVXUMEDvUAKq+e0vL0X0o54owWji7g==} + '@swc/helpers@0.5.5': resolution: {integrity: sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==} @@ -5177,8 +5492,8 @@ packages: engines: {node: '>=18'} peerDependencies: '@testing-library/dom': ^10.0.0 - '@types/react': ^18.3.4 - '@types/react-dom': 18.3.0 + '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 react: ^18.0.0 react-dom: ^18.0.0 peerDependenciesMeta: @@ -5448,12 +5763,6 @@ packages: '@types/range-parser@1.2.4': resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} - '@types/react-dom@18.3.0': - resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} - - '@types/react-is@18.3.0': - resolution: {integrity: sha512-KZJpHUkAdzyKj/kUHJDc6N7KyidftICufJfOFpiG6haL/BDQNQt5i4n1XDUL/nDZAtGLHDSWRYpLzKTAKSvX6w==} - '@types/react-reconciler@0.26.7': resolution: {integrity: sha512-mBDYl8x+oyPX/VBb3E638N0B7xG+SPk/EAMcVPeexqus/5aTpTphQi0curhhshOqRrc9t6OPoJfEUkbymse/lQ==} @@ -5514,8 +5823,8 @@ packages: '@types/uuid@9.0.8': resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==} - '@types/webxr@0.5.14': - resolution: {integrity: sha512-UEMMm/Xn3DtEa+gpzUrOcDj+SJS1tk5YodjwOxcqStNhCfPcwgyC5Srg2ToVKyg2Fhq16Ffpb0UWUQHqoT9AMA==} + '@types/webxr@0.5.20': + resolution: {integrity: sha512-JGpU6qiIJQKUuVSKx1GtQnHJGxRjtfGIhzO2ilq43VZZS//f1h1Sgexbdk+Lq+7569a6EYhOWrUpIruR/1Enmg==} '@types/ws@7.4.7': resolution: {integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==} @@ -6088,16 +6397,31 @@ packages: peerDependencies: '@babel/core': ^7.25.2 + babel-plugin-polyfill-corejs2@0.4.11: + resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==} + peerDependencies: + '@babel/core': ^7.25.2 + babel-plugin-polyfill-corejs3@0.10.4: resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==} peerDependencies: '@babel/core': ^7.25.2 + babel-plugin-polyfill-corejs3@0.10.6: + resolution: {integrity: sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==} + peerDependencies: + '@babel/core': ^7.25.2 + babel-plugin-polyfill-regenerator@0.6.1: resolution: {integrity: sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==} peerDependencies: '@babel/core': ^7.25.2 + babel-plugin-polyfill-regenerator@0.6.2: + resolution: {integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==} + peerDependencies: + '@babel/core': ^7.25.2 + babel-plugin-react-remove-properties@0.3.0: resolution: {integrity: sha512-vbxegtXGyVcUkCvayLzftU95vuvpYFV85pRpeMpohMHeEY46Qe0VNWfkVVcCbaZ12CXHzDFOj0esumATcW83ng==} @@ -6710,6 +7034,9 @@ packages: core-js-compat@3.37.1: resolution: {integrity: sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==} + core-js-compat@3.38.1: + resolution: {integrity: sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==} + core-js-pure@3.32.1: resolution: {integrity: sha512-f52QZwkFVDPf7UEQZGHKx6NYxsxmVGJe5DIvbzOdRMJlmT6yv0KDjR8rmy3ngr/t5wU54c7Sp/qIJH0ppbhVpQ==} @@ -6975,6 +7302,15 @@ packages: supports-color: optional: true + debug@4.3.6: + resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + decamelize-keys@1.1.0: resolution: {integrity: sha512-ocLWuYzRPoS9bfiSdDd3cxvrzovVMZnRDVEzAs+hWIVXGDbHxWMECij2OBuyB/An0FFW/nLuq6Kv1i/YC5Qfzg==} engines: {node: '>=0.10.0'} @@ -7630,8 +7966,8 @@ packages: fast-url-parser@1.1.3: resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==} - fast-xml-parser@4.3.6: - resolution: {integrity: sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==} + fast-xml-parser@4.4.1: + resolution: {integrity: sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==} hasBin: true fastest-levenshtein@1.0.16: @@ -8135,12 +8471,18 @@ packages: hermes-estree@0.20.1: resolution: {integrity: sha512-SQpZK4BzR48kuOg0v4pb3EAGNclzIlqMj3Opu/mu7bbAoFw6oig6cEt/RAi0zTFW/iW6Iz9X9ggGuZTAZ/yZHg==} + hermes-estree@0.23.0: + resolution: {integrity: sha512-Rkp0PNLGpORw4ktsttkVbpYJbrYKS3hAnkxu8D9nvQi6LvSbuPa+tYw/t2u3Gjc35lYd/k95YkjqyTcN4zspag==} + hermes-parser@0.15.0: resolution: {integrity: sha512-Q1uks5rjZlE9RjMMjSUCkGrEIPI5pKJILeCtK1VmTj7U4pf3wVPoo+cxfu+s4cBAPy2JzikIIdCZgBoR6x7U1Q==} hermes-parser@0.20.1: resolution: {integrity: sha512-BL5P83cwCogI8D7rrDCgsFY0tdYUtmFP9XaXtl2IQjC+2Xo+4okjfXintlTxcIwl4qeGddEl28Z11kbVIw0aNA==} + hermes-parser@0.23.0: + resolution: {integrity: sha512-xLwM4ylfHGwrm+2qXfO1JT/fnqEDGSnpS/9hQ4VLtqTexSviu2ZpBgz07U8jVtndq67qdb/ps0qvaWDZ3fkTyg==} + hermes-profile-transformer@0.0.6: resolution: {integrity: sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==} engines: {node: '>=8'} @@ -8682,8 +9024,8 @@ packages: iterator.prototype@1.1.2: resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==} - its-fine@1.1.3: - resolution: {integrity: sha512-mncCA+yb6tuh5zK26cHqKlsSyxm4zdm4YgJpxycyx6p9fgxgK5PLu3iDVpKhzTn57Yrv3jk/r0aK0RFTT1OjFw==} + its-fine@1.2.5: + resolution: {integrity: sha512-fXtDA0X0t0eBYAGLVM5YsgJGsJ5jEmqZEPrGbzdf5awjv0xE7nqv3TVnvtUF060Tkes15DbDAKW/I48vsb6SyA==} peerDependencies: react: '>=18.0' @@ -8740,8 +9082,8 @@ packages: resolution: {integrity: sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==} engines: {node: '>= 0.6.0'} - joi@17.12.2: - resolution: {integrity: sha512-RonXAIzCiHLc8ss3Ibuz45u28GOsWE1UpfDXLbN/9NKbL4tCJf8TWYVKsoYuuh+sAUt7fsSNpA+r2+TBA6Wjmw==} + joi@17.13.3: + resolution: {integrity: sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==} js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} @@ -9377,61 +9719,61 @@ packages: resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} engines: {node: '>= 0.6'} - metro-babel-transformer@0.80.7: - resolution: {integrity: sha512-b773yA16DsDQiM4OOzCsr1gwEd+iio9au98o3bj7F/bxVyoz1LuYox06BIdsiLL1o4kV5VtzTu3UXSJ2X0ZGXg==} + metro-babel-transformer@0.80.10: + resolution: {integrity: sha512-GXHueUzgzcazfzORDxDzWS9jVVRV6u+cR6TGvHOfGdfLzJCj7/D0PretLfyq+MwN20twHxLW+BUXkoaB8sCQBg==} engines: {node: '>=18'} - metro-cache-key@0.80.7: - resolution: {integrity: sha512-sfCOtooMqmmm2v0a4EsYr5knYJGIArZJ5Y7MAcmsVU2pcqg+JQyPhYr/zqSkXBBipRxXr7aNXul9StKzKjsnbw==} + metro-cache-key@0.80.10: + resolution: {integrity: sha512-57qBhO3zQfoU/hP4ZlLW5hVej2jVfBX6B4NcSfMj4LgDPL3YknWg80IJBxzQfjQY/m+fmMLmPy8aUMHzUp/guA==} engines: {node: '>=18'} - metro-cache@0.80.7: - resolution: {integrity: sha512-N6HyLjwDKusqJDaVyP57SVZKP51m1FFVcbIWQXu938W30nCXQEuWOx4e6adKgfEOZpscisWojfrCFN42/A8uug==} + metro-cache@0.80.10: + resolution: {integrity: sha512-8CBtDJwMguIE5RvV3PU1QtxUG8oSSX54mIuAbRZmcQ0MYiOl9JdrMd4JCBvIyhiZLoSStph425SMyCSnjtJsdA==} engines: {node: '>=18'} - metro-config@0.80.7: - resolution: {integrity: sha512-kpXCidthS/kFlEoXjWQp+IyCU5ICCOESVgwXEzViSDOv5bPJz2ytIr2lF623e50QzyrpFBSnOPjnyd1JbsVPvQ==} + metro-config@0.80.10: + resolution: {integrity: sha512-0GYAw0LkmGbmA81FepKQepL1KU/85Cyv7sAiWm6QWeV6AcVCpsKg6jGLqGHJ0LLPL60rWzA4TV1DQAlzdJAEtA==} engines: {node: '>=18'} - metro-core@0.80.7: - resolution: {integrity: sha512-bl3D6TtIa2mSdVTbkskMPcJSdoivO0F06u8ip/oS/T6RsbjkMTN3OZBjJXclY9I0FcN14q8I5YQt1oriySY/2Q==} + metro-core@0.80.10: + resolution: {integrity: sha512-nwBB6HbpGlNsZMuzxVqxqGIOsn5F3JKpsp8PziS7Z4mV8a/jA1d44mVOgYmDa2q5WlH5iJfRIIhdz24XRNDlLA==} engines: {node: '>=18'} - metro-file-map@0.80.7: - resolution: {integrity: sha512-A9IAmFZu/Ch7zJ4LzJChsvhedNOipuIXaOz6N8J44rqVZHI0uIqDKVGCne7lzc97djF1Ti4tH9nP64u4IdhpSg==} + metro-file-map@0.80.10: + resolution: {integrity: sha512-ytsUq8coneaN7ZCVk1IogojcGhLIbzWyiI2dNmw2nnBgV/0A+M5WaTTgZ6dJEz3dzjObPryDnkqWPvIGLCPtiw==} engines: {node: '>=18'} - metro-minify-terser@0.80.7: - resolution: {integrity: sha512-9/mYV1tMGeoFSTMFr94oigJM2qMXJO3hvlibkaQ21HZjVyrfb54bSYyfIIRvAsjY2RCBRg9r2OrT+YbxnMypig==} + metro-minify-terser@0.80.10: + resolution: {integrity: sha512-Xyv9pEYpOsAerrld7cSLIcnCCpv8ItwysOmTA+AKf1q4KyE9cxrH2O2SA0FzMCkPzwxzBWmXwHUr+A89BpEM6g==} engines: {node: '>=18'} - metro-resolver@0.80.7: - resolution: {integrity: sha512-xW7M0TITuKs2rYQqbIQn297+MVWfDuGptPnfZ+RBG9afdN//Zpmg14KFMIYU4r5AH2WS+nxwL57DbZft1MyoHg==} + metro-resolver@0.80.10: + resolution: {integrity: sha512-EYC5CL7f+bSzrqdk1bylKqFNGabfiI5PDctxoPx70jFt89Jz+ThcOscENog8Jb4LEQFG6GkOYlwmPpsi7kx3QA==} engines: {node: '>=18'} - metro-runtime@0.80.7: - resolution: {integrity: sha512-gWqzfm9YQw9I08L23hcLmY7XNx48W0c0vLEkVEF5P7ZNIOSfX9CkEv0JvTTJWshRYkbgIqsdtpMAHq13LJJ6iA==} + metro-runtime@0.80.10: + resolution: {integrity: sha512-Xh0N589ZmSIgJYAM+oYwlzTXEHfASZac9TYPCNbvjNTn0EHKqpoJ/+Im5G3MZT4oZzYv4YnvzRtjqS5k0tK94A==} engines: {node: '>=18'} - metro-source-map@0.80.7: - resolution: {integrity: sha512-6a1m/51ekkAl+ISNBcKQUXTU+AldbbPUHDE3DDDU17Y0HNoovkQR23DB/uH/SzUHQszYxK1fnwUTSxpzOjx+pw==} + metro-source-map@0.80.10: + resolution: {integrity: sha512-EyZswqJW8Uukv/HcQr6K19vkMXW1nzHAZPWJSEyJFKIbgp708QfRZ6vnZGmrtFxeJEaFdNup4bGnu8/mIOYlyA==} engines: {node: '>=18'} - metro-symbolicate@0.80.7: - resolution: {integrity: sha512-WrBR5FQhVf/Y2N3zBS5TvNdwYzcQTLdJj9kcn0MIt+DpdgfLuUDjHXYaq4G9fZubofInx2dUcqr4WCn6fkIxuA==} + metro-symbolicate@0.80.10: + resolution: {integrity: sha512-qAoVUoSxpfZ2DwZV7IdnQGXCSsf2cAUExUcZyuCqGlY5kaWBb0mx2BL/xbMFDJ4wBp3sVvSBPtK/rt4J7a0xBA==} engines: {node: '>=18'} hasBin: true - metro-transform-plugins@0.80.7: - resolution: {integrity: sha512-ENGvQF7wZCtn2rO6jwsYy3XRSPrlm0G/1TgDC8AXdvz0yjfAe1ODSCYWxP8S3JXfjKL5m3b6j9RsV8sQIxsUjQ==} + metro-transform-plugins@0.80.10: + resolution: {integrity: sha512-leAx9gtA+2MHLsCeWK6XTLBbv2fBnNFu/QiYhWzMq8HsOAP4u1xQAU0tSgPs8+1vYO34Plyn79xTLUtQCRSSUQ==} engines: {node: '>=18'} - metro-transform-worker@0.80.7: - resolution: {integrity: sha512-QcgKpx3WZo71jTtXMEeeFuGpA+nG8YuWjxPTIsIYTjgDxcArS8zDDRzS18mmYkP65yyzH4dT94B1FJH9+flRag==} + metro-transform-worker@0.80.10: + resolution: {integrity: sha512-zNfNLD8Rz99U+JdOTqtF2o7iTjcDMMYdVS90z6+81Tzd2D0lDWVpls7R1hadS6xwM+ymgXFQTjM6V6wFoZaC0g==} engines: {node: '>=18'} - metro@0.80.7: - resolution: {integrity: sha512-con7RTEulmefHplqusjpoGD+r4CBuDLaeI261hFcSuTv6+Arm5FgSYmUcBa3MeqJbC/U8v0uT6MbdkEFCEl1xg==} + metro@0.80.10: + resolution: {integrity: sha512-FDPi0X7wpafmDREXe1lgg3WzETxtXh6Kpq8+IwsG35R2tMyp2kFIqDdshdohuvDt1J/qDARcEPq7V/jElTb1kA==} engines: {node: '>=18'} hasBin: true @@ -9446,6 +9788,10 @@ packages: resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} engines: {node: '>=8.6'} + micromatch@4.0.8: + resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} + engines: {node: '>=8.6'} + mime-db@1.33.0: resolution: {integrity: sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==} engines: {node: '>= 0.6'} @@ -9654,15 +10000,54 @@ packages: sass: optional: true - nice-napi@1.0.2: - resolution: {integrity: sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==} - os: ['!win32'] - - nise@5.1.4: - resolution: {integrity: sha512-8+Ib8rRJ4L0o3kfmyVCL7gzrohyDe0cMFTBa2d364yIrEGMEoetznKJx899YxjybU6bL9SQkYPSBBs1gyYs8Xg==} - - no-case@3.0.4: - resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} + next@14.2.7: + resolution: {integrity: sha512-4Qy2aK0LwH4eQiSvQWyKuC7JXE13bIopEQesWE0c/P3uuNRnZCQanI0vsrMLmUQJLAto+A+/8+sve2hd+BQuOQ==} + engines: {node: '>=18.17.0'} + hasBin: true + peerDependencies: + '@opentelemetry/api': ^1.1.0 + '@playwright/test': ^1.41.2 + react: ^18.2.0 + react-dom: ^18.2.0 + sass: ^1.3.0 + peerDependenciesMeta: + '@opentelemetry/api': + optional: true + '@playwright/test': + optional: true + sass: + optional: true + + next@15.0.0-canary.131: + resolution: {integrity: sha512-9KRodV+Y4ZtcTUchRU5XRlRFGqCr0iV05pm1G2F3du/8vGlgnazf16WtR091esc9JRJhnCx/mKjpTfAYn0oO7A==} + engines: {node: '>=18.18.0'} + hasBin: true + peerDependencies: + '@opentelemetry/api': ^1.1.0 + '@playwright/test': ^1.41.2 + babel-plugin-react-compiler: '*' + react: 19.0.0-rc-eb3ad065-20240822 + react-dom: 19.0.0-rc-eb3ad065-20240822 + sass: ^1.3.0 + peerDependenciesMeta: + '@opentelemetry/api': + optional: true + '@playwright/test': + optional: true + babel-plugin-react-compiler: + optional: true + sass: + optional: true + + nice-napi@1.0.2: + resolution: {integrity: sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==} + os: ['!win32'] + + nise@5.1.4: + resolution: {integrity: sha512-8+Ib8rRJ4L0o3kfmyVCL7gzrohyDe0cMFTBa2d364yIrEGMEoetznKJx899YxjybU6bL9SQkYPSBBs1gyYs8Xg==} + + no-case@3.0.4: + resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} nocache@3.0.4: resolution: {integrity: sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==} @@ -9828,8 +10213,8 @@ packages: engines: {node: '>=18'} hasBin: true - ob1@0.80.7: - resolution: {integrity: sha512-+m1cCNckRtDEnurNSVqywpN6LhFWc1Z3MdX7PX7boCwEdSzh4evlUjBIUzao1lBOpB7G5FvwfFagTVQGCMa0Yw==} + ob1@0.80.10: + resolution: {integrity: sha512-dJHyB0S6JkMorUSfSGcYGkkg9kmq3qDUu3ygZUKIfkr47XOPuG35r2Sk6tbwtHXbdKIXmcMvM8DF2CwgdyaHfQ==} engines: {node: '>=18'} object-assign@4.1.1: @@ -10552,7 +10937,6 @@ packages: engines: {node: '>=0.6.0', teleport: '>=0.2.0'} deprecated: |- You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. - (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) qjobs@1.2.0: @@ -10627,6 +11011,11 @@ packages: peerDependencies: react: ^18.3.1 + react-dom@19.0.0-rc-b57d2823-20240822: + resolution: {integrity: sha512-WZbYsxoOD/aUZyeTIN2J7hJmbVvdZoAaneyGuO/5BILH8gy0dsXlrwj/IB1Ji/HyrxA/QBfBRg/9w2TNjw8RfA==} + peerDependencies: + react: 19.0.0-rc-b57d2823-20240822 + react-draggable@4.4.6: resolution: {integrity: sha512-LtY5Xw1zTPqHkVmtM3X8MUOxNDOUhv/khTgBgrUvwaS064bwVvxT+q5El0uUFNx5IEPKXuRejr7UqLwBIg5pdw==} peerDependencies: @@ -10676,6 +11065,9 @@ packages: react-is@18.3.1: resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} + react-is@19.0.0-rc-b57d2823-20240822: + resolution: {integrity: sha512-AeeI9OJ3hSIwGuoyR36X8h4gQT3RIbm/ENYhMs7WWRawNsTB9Avour+WuWsTVOrgBIJQF1VOJJgw8OkiXYzjtQ==} + react-jss@10.10.0: resolution: {integrity: sha512-WLiq84UYWqNBF6579/uprcIUnM1TSywYq6AIjKTTTG5ziJl9Uy+pwuvpN3apuyVwflMbD60PraeTKT7uWH9XEQ==} peerDependencies: @@ -10707,17 +11099,17 @@ packages: peerDependencies: react: ^18.0.0 - react-reconciler@0.29.0: - resolution: {integrity: sha512-wa0fGj7Zht1EYMRhKWwoo1H9GApxYLBuhoAuXN0TlltESAjDssB+Apf0T/DngVqaMyPypDmabL37vw/2aRM98Q==} + react-reconciler@0.29.2: + resolution: {integrity: sha512-zZQqIiYgDCTP/f1N/mAR10nJGrPD2ZR+jDSEsKWJHYC7Cm2wodlwbR3upZRdC3cjIjSlTLNVyO7Iu0Yy7t2AYg==} engines: {node: '>=0.10.0'} peerDependencies: - react: ^18.2.0 + react: ^18.3.1 react-redux@8.1.3: resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==} peerDependencies: - '@types/react': ^18.3.4 - '@types/react-dom': 18.3.0 + '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 react-native: '>=0.59' @@ -10821,6 +11213,10 @@ packages: resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} engines: {node: '>=0.10.0'} + react@19.0.0-rc-b57d2823-20240822: + resolution: {integrity: sha512-SI/vK7ym+yDyJ58/g4sE1F+dUI1g2uEVJUODaLCMgDdGBgEyjjohrdQYDnKfoSCraEMO/Pgoj9QIbagJ8ma0vw==} + engines: {node: '>=0.10.0'} + read-cache@1.0.0: resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} @@ -10936,6 +11332,9 @@ packages: regenerator-runtime@0.14.0: resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==} + regenerator-runtime@0.14.1: + resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} + regenerator-transform@0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} @@ -11144,6 +11543,9 @@ packages: scheduler@0.24.0-canary-efb381bbf-20230505: resolution: {integrity: sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==} + scheduler@0.25.0-rc-b57d2823-20240822: + resolution: {integrity: sha512-sTgNaWduDaKMwu5wCllFKDqqqeO0GA7XdwUmuYqrlDStdgQpWJHBVW42JCw5b9CWApUP2v/YOb0CDAEzf0fxew==} + schema-utils@3.3.0: resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} engines: {node: '>= 10.13.0'} @@ -11176,6 +11578,11 @@ packages: engines: {node: '>=10'} hasBin: true + semver@7.6.3: + resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} + engines: {node: '>=10'} + hasBin: true + send@0.18.0: resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} engines: {node: '>= 0.8.0'} @@ -11233,6 +11640,10 @@ packages: resolution: {integrity: sha512-vHUeXJU1UvlO/BNwTpT0x/r53WkLUVxrmb5JTgW92fdFCFk0ispLMAeu/jPO2vjkXM1fYUi3K7/qcLF47pwM1A==} engines: {libvips: '>=8.15.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0} + sharp@0.33.5: + resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + shebang-command@1.2.0: resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} engines: {node: '>=0.10.0'} @@ -11562,6 +11973,19 @@ packages: babel-plugin-macros: optional: true + styled-jsx@5.1.6: + resolution: {integrity: sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==} + engines: {node: '>= 12.0.0'} + peerDependencies: + '@babel/core': '*' + babel-plugin-macros: '*' + react: '>= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0' + peerDependenciesMeta: + '@babel/core': + optional: true + babel-plugin-macros: + optional: true + styled-system@5.1.5: resolution: {integrity: sha512-7VoD0o2R3RKzOzPK0jYrVnS8iJdfkKsQJNiLRDjikOpQVqQHns/DXWaPZOH4tIKkhAT7I6wIsy9FWTWh2X3q+A==} @@ -11726,6 +12150,11 @@ packages: engines: {node: '>=10'} hasBin: true + terser@5.31.6: + resolution: {integrity: sha512-PQ4DAriWzKj+qgehQ7LK5bQqCFNMmlhjR2PFFLuqGCpuCAauxemVBWwWOxo3UIwWQx8+Pr61Df++r76wDmkQBg==} + engines: {node: '>=10'} + hasBin: true + test-exclude@6.0.0: resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} engines: {node: '>=8'} @@ -11889,6 +12318,9 @@ packages: tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + tslib@2.7.0: + resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} + tsscmp@1.0.6: resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} engines: {node: '>=0.6.x'} @@ -11976,6 +12408,15 @@ packages: typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} + types-react-dom@19.0.0-rc.1: + resolution: {integrity: sha512-VSLZJl8VXCD0fAWp7DUTFUDCcZ8DVXOQmjhJMD03odgeFmu14ZQJHCXeETm3BEAhJqfgJaFkLnGkQv88sRx0fQ==} + + types-react-is@19.0.0-rc.1: + resolution: {integrity: sha512-WVUGBEMEfHnp+zrzemaqqALrAzeHVbuCCxOtJ+hXOb2wuXin5TpYy1t0ztU/TAYuQlZsaOXNsxUKz6cFYa/C3g==} + + types-react@19.0.0-rc.1: + resolution: {integrity: sha512-RshndUfqTW6K3STLPis8BtAYCGOkMbtvYsi90gmVNDZBXUyUc5juf2PE9LfS/JmOlUIRO8cWTS/1MTnmhjDqyQ==} + typescript@5.5.4: resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} engines: {node: '>=14.17'} @@ -12448,8 +12889,20 @@ packages: resolution: {integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==} engines: {node: '>=8'} - ws@6.2.2: - resolution: {integrity: sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==} + ws@6.2.3: + resolution: {integrity: sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: ^5.0.2 + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + + ws@7.5.10: + resolution: {integrity: sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==} + engines: {node: '>=8.3.0'} peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -12555,6 +13008,11 @@ packages: engines: {node: '>= 14'} hasBin: true + yaml@2.5.0: + resolution: {integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==} + engines: {node: '>= 14'} + hasBin: true + yargs-parser@18.1.3: resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} engines: {node: '>=6'} @@ -12786,6 +13244,8 @@ snapshots: '@babel/compat-data@7.25.2': {} + '@babel/compat-data@7.25.4': {} + '@babel/core@7.25.2': dependencies: '@ampproject/remapping': 2.3.0 @@ -12813,6 +13273,13 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 + '@babel/generator@7.25.5': + dependencies: + '@babel/types': 7.25.4 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 2.5.2 + '@babel/helper-annotate-as-pure@7.24.7': dependencies: '@babel/types': 7.25.2 @@ -12847,6 +13314,19 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-create-class-features-plugin@7.25.4(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-member-expression-to-functions': 7.24.8 + '@babel/helper-optimise-call-expression': 7.24.7 + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/traverse': 7.25.4 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/helper-create-regexp-features-plugin@7.25.0(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -12865,6 +13345,17 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-compilation-targets': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + debug: 4.3.6 + lodash.debounce: 4.0.8 + resolve: 1.22.8 + transitivePeerDependencies: + - supports-color + '@babel/helper-environment-visitor@7.24.7': dependencies: '@babel/types': 7.25.2 @@ -12980,6 +13471,10 @@ snapshots: dependencies: '@babel/types': 7.25.2 + '@babel/parser@7.25.4': + dependencies: + '@babel/types': 7.25.4 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -13028,16 +13523,16 @@ snapshots: '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2) + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-export-default-from@7.24.1(@babel/core@7.25.2)': + '@babel/plugin-proposal-export-default-from@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-export-default-from': 7.24.1(@babel/core@7.25.2) + '@babel/plugin-syntax-export-default-from': 7.24.7(@babel/core@7.25.2) '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.25.2)': dependencies: @@ -13053,7 +13548,7 @@ snapshots: '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.25.2)': dependencies: - '@babel/compat-data': 7.25.2 + '@babel/compat-data': 7.25.4 '@babel/core': 7.25.2 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 @@ -13107,7 +13602,7 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-export-default-from@7.24.1(@babel/core@7.25.2)': + '@babel/plugin-syntax-export-default-from@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 @@ -13192,6 +13687,11 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-typescript@7.25.4(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -13261,6 +13761,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-classes@7.25.4(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-compilation-targets': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) + '@babel/traverse': 7.25.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -13315,6 +13827,12 @@ snapshots: '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-flow': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-flow-strip-types@7.25.2(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-flow': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-for-of@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -13456,6 +13974,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-private-methods@7.25.4(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -13493,11 +14019,21 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-react-jsx-self@7.24.7(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-react-jsx-source@7.24.7(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-react-jsx@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -13509,6 +14045,17 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-react-jsx@7.25.2(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-module-imports': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) + '@babel/types': 7.25.4 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-react-pure-annotations@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -13538,6 +14085,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-runtime@7.25.4(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-module-imports': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.2) + babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.2) + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.2) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -13576,6 +14135,17 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-typescript@7.25.2(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/plugin-syntax-typescript': 7.25.4(@babel/core@7.25.2) + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -13744,12 +14314,16 @@ snapshots: '@babel/runtime-corejs3@7.24.4': dependencies: core-js-pure: 3.32.1 - regenerator-runtime: 0.14.0 + regenerator-runtime: 0.14.1 '@babel/runtime@7.25.0': dependencies: regenerator-runtime: 0.14.0 + '@babel/runtime@7.25.4': + dependencies: + regenerator-runtime: 0.14.1 + '@babel/template@7.25.0': dependencies: '@babel/code-frame': 7.24.7 @@ -13768,31 +14342,49 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.25.4': + dependencies: + '@babel/code-frame': 7.24.7 + '@babel/generator': 7.25.5 + '@babel/parser': 7.25.4 + '@babel/template': 7.25.0 + '@babel/types': 7.25.4 + debug: 4.3.6 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/types@7.25.2': dependencies: '@babel/helper-string-parser': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 + '@babel/types@7.25.4': + dependencies: + '@babel/helper-string-parser': 7.24.8 + '@babel/helper-validator-identifier': 7.24.7 + to-fast-properties: 2.0.0 + '@bcoe/v8-coverage@0.2.3': {} '@chakra-ui/anatomy@2.2.2': {} - '@chakra-ui/color-mode@2.2.0(react@18.3.1)': + '@chakra-ui/color-mode@2.2.0(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@chakra-ui/react-use-safe-layout-effect': 2.1.0(react@18.3.1) - react: 18.3.1 + '@chakra-ui/react-use-safe-layout-effect': 2.1.0(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-b57d2823-20240822 '@chakra-ui/object-utils@2.1.0': {} - '@chakra-ui/react-use-safe-layout-effect@2.1.0(react@18.3.1)': + '@chakra-ui/react-use-safe-layout-effect@2.1.0(react@19.0.0-rc-b57d2823-20240822)': dependencies: - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 - '@chakra-ui/react-utils@2.0.12(react@18.3.1)': + '@chakra-ui/react-utils@2.0.12(react@19.0.0-rc-b57d2823-20240822)': dependencies: '@chakra-ui/utils': 2.0.15 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 '@chakra-ui/shared-utils@2.0.5': {} @@ -13802,17 +14394,17 @@ snapshots: csstype: 3.1.3 lodash.mergewith: 4.6.2 - '@chakra-ui/system@2.6.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(react@18.3.1)': + '@chakra-ui/system@2.6.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@chakra-ui/color-mode': 2.2.0(react@18.3.1) + '@chakra-ui/color-mode': 2.2.0(react@19.0.0-rc-b57d2823-20240822) '@chakra-ui/object-utils': 2.1.0 - '@chakra-ui/react-utils': 2.0.12(react@18.3.1) + '@chakra-ui/react-utils': 2.0.12(react@19.0.0-rc-b57d2823-20240822) '@chakra-ui/styled-system': 2.9.2 '@chakra-ui/theme-utils': 2.0.21 '@chakra-ui/utils': 2.0.15 - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - react: 18.3.1 + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-b57d2823-20240822 react-fast-compare: 3.2.2 '@chakra-ui/theme-tools@2.1.2(@chakra-ui/styled-system@2.9.2)': @@ -13864,16 +14456,16 @@ snapshots: '@docsearch/css@3.6.1': {} - '@docsearch/react@3.6.1(@algolia/client-search@4.23.0)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.13.0)': + '@docsearch/react@3.6.1(@algolia/client-search@4.23.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(search-insights@2.13.0)(types-react@19.0.0-rc.1)': dependencies: '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.23.0)(algoliasearch@4.19.1)(search-insights@2.13.0) '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.23.0)(algoliasearch@4.19.1) '@docsearch/css': 3.6.1 algoliasearch: 4.19.1 optionalDependencies: - '@types/react': 18.3.4 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react': types-react@19.0.0-rc.1 + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) search-insights: 2.13.0 transitivePeerDependencies: - '@algolia/client-search' @@ -13881,15 +14473,20 @@ snapshots: '@emnapi/core@1.2.0': dependencies: '@emnapi/wasi-threads': 1.0.1 - tslib: 2.6.2 + tslib: 2.7.0 '@emnapi/runtime@1.1.1': dependencies: tslib: 2.6.2 + '@emnapi/runtime@1.2.0': + dependencies: + tslib: 2.7.0 + optional: true + '@emnapi/wasi-threads@1.0.1': dependencies: - tslib: 2.6.2 + tslib: 2.7.0 '@emotion/babel-plugin@11.12.0': dependencies: @@ -13953,7 +14550,7 @@ snapshots: '@emotion/memoize@0.9.0': {} - '@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1)': + '@emotion/react@11.13.3(react@18.3.1)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 '@emotion/babel-plugin': 11.12.0 @@ -13965,7 +14562,23 @@ snapshots: hoist-non-react-statics: 3.3.2 react: 18.3.1 optionalDependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 + transitivePeerDependencies: + - supports-color + + '@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + dependencies: + '@babel/runtime': 7.25.0 + '@emotion/babel-plugin': 11.12.0 + '@emotion/cache': 11.13.1 + '@emotion/serialize': 1.3.1 + '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-b57d2823-20240822) + '@emotion/utils': 1.4.0 + '@emotion/weak-memoize': 0.4.0 + hoist-non-react-statics: 3.3.2 + react: 19.0.0-rc-b57d2823-20240822 + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 transitivePeerDependencies: - supports-color @@ -13988,18 +14601,18 @@ snapshots: '@emotion/sheet@1.4.0': {} - '@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1)': + '@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 '@emotion/babel-plugin': 11.12.0 '@emotion/is-prop-valid': 1.3.0 - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@emotion/serialize': 1.3.1 - '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@18.3.1) + '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-b57d2823-20240822) '@emotion/utils': 1.4.0 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 optionalDependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 transitivePeerDependencies: - supports-color @@ -14011,6 +14624,10 @@ snapshots: dependencies: react: 18.3.1 + '@emotion/use-insertion-effect-with-fallbacks@1.1.0(react@19.0.0-rc-b57d2823-20240822)': + dependencies: + react: 19.0.0-rc-b57d2823-20240822 + '@emotion/utils@1.4.0': {} '@emotion/weak-memoize@0.4.0': {} @@ -14207,11 +14824,11 @@ snapshots: '@floating-ui/core': 1.6.5 '@floating-ui/utils': 0.2.5 - '@floating-ui/react-dom@2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@floating-ui/react-dom@2.1.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': dependencies: '@floating-ui/dom': 1.6.8 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) '@floating-ui/utils@0.2.5': {} @@ -14225,11 +14842,11 @@ snapshots: dependencies: '@fortawesome/fontawesome-common-types': 6.6.0 - '@fortawesome/react-fontawesome@0.2.2(@fortawesome/fontawesome-svg-core@6.6.0)(react@18.3.1)': + '@fortawesome/react-fontawesome@0.2.2(@fortawesome/fontawesome-svg-core@6.6.0)(react@19.0.0-rc-b57d2823-20240822)': dependencies: '@fortawesome/fontawesome-svg-core': 6.6.0 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 '@gitbeaker/core@38.12.1': dependencies: @@ -14279,76 +14896,151 @@ snapshots: '@img/sharp-libvips-darwin-arm64': 1.0.2 optional: true + '@img/sharp-darwin-arm64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-darwin-arm64': 1.0.4 + optional: true + '@img/sharp-darwin-x64@0.33.3': optionalDependencies: '@img/sharp-libvips-darwin-x64': 1.0.2 optional: true + '@img/sharp-darwin-x64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-darwin-x64': 1.0.4 + optional: true + '@img/sharp-libvips-darwin-arm64@1.0.2': optional: true + '@img/sharp-libvips-darwin-arm64@1.0.4': + optional: true + '@img/sharp-libvips-darwin-x64@1.0.2': optional: true + '@img/sharp-libvips-darwin-x64@1.0.4': + optional: true + '@img/sharp-libvips-linux-arm64@1.0.2': optional: true + '@img/sharp-libvips-linux-arm64@1.0.4': + optional: true + '@img/sharp-libvips-linux-arm@1.0.2': optional: true + '@img/sharp-libvips-linux-arm@1.0.5': + optional: true + '@img/sharp-libvips-linux-s390x@1.0.2': optional: true + '@img/sharp-libvips-linux-s390x@1.0.4': + optional: true + '@img/sharp-libvips-linux-x64@1.0.2': optional: true + '@img/sharp-libvips-linux-x64@1.0.4': + optional: true + '@img/sharp-libvips-linuxmusl-arm64@1.0.2': optional: true + '@img/sharp-libvips-linuxmusl-arm64@1.0.4': + optional: true + '@img/sharp-libvips-linuxmusl-x64@1.0.2': optional: true + '@img/sharp-libvips-linuxmusl-x64@1.0.4': + optional: true + '@img/sharp-linux-arm64@0.33.3': optionalDependencies: '@img/sharp-libvips-linux-arm64': 1.0.2 optional: true + '@img/sharp-linux-arm64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linux-arm64': 1.0.4 + optional: true + '@img/sharp-linux-arm@0.33.3': optionalDependencies: '@img/sharp-libvips-linux-arm': 1.0.2 optional: true + '@img/sharp-linux-arm@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linux-arm': 1.0.5 + optional: true + '@img/sharp-linux-s390x@0.33.3': optionalDependencies: '@img/sharp-libvips-linux-s390x': 1.0.2 optional: true + '@img/sharp-linux-s390x@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linux-s390x': 1.0.4 + optional: true + '@img/sharp-linux-x64@0.33.3': optionalDependencies: '@img/sharp-libvips-linux-x64': 1.0.2 optional: true + '@img/sharp-linux-x64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linux-x64': 1.0.4 + optional: true + '@img/sharp-linuxmusl-arm64@0.33.3': optionalDependencies: '@img/sharp-libvips-linuxmusl-arm64': 1.0.2 optional: true + '@img/sharp-linuxmusl-arm64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 + optional: true + '@img/sharp-linuxmusl-x64@0.33.3': optionalDependencies: '@img/sharp-libvips-linuxmusl-x64': 1.0.2 optional: true + '@img/sharp-linuxmusl-x64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linuxmusl-x64': 1.0.4 + optional: true + '@img/sharp-wasm32@0.33.3': dependencies: '@emnapi/runtime': 1.1.1 optional: true + '@img/sharp-wasm32@0.33.5': + dependencies: + '@emnapi/runtime': 1.2.0 + optional: true + '@img/sharp-win32-ia32@0.33.3': optional: true + '@img/sharp-win32-ia32@0.33.5': + optional: true + '@img/sharp-win32-x64@0.33.3': optional: true + '@img/sharp-win32-x64@0.33.5': + optional: true + '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 @@ -14517,214 +15209,214 @@ snapshots: - encoding - supports-color - '@mui/base@5.0.0-beta.30(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/base@5.0.0-beta.30(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 - '@floating-ui/react-dom': 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/types': 7.2.15(@types/react@18.3.4) - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) + '@floating-ui/react-dom': 2.1.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@mui/types': 7.2.15(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@popperjs/core': 2.11.8 clsx: 2.1.1 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) optionalDependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 - '@mui/base@5.0.0-beta.31(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/base@5.0.0-beta.31(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 - '@floating-ui/react-dom': 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/types': 7.2.15(@types/react@18.3.4) - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) + '@floating-ui/react-dom': 2.1.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@mui/types': 7.2.15(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@popperjs/core': 2.11.8 clsx: 2.1.1 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) optionalDependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 - '@mui/base@5.0.0-beta.40(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/base@5.0.0-beta.40(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 - '@floating-ui/react-dom': 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/types': 7.2.15(@types/react@18.3.4) - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) + '@babel/runtime': 7.25.4 + '@floating-ui/react-dom': 2.1.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@mui/types': 7.2.15(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@popperjs/core': 2.11.8 clsx: 2.1.1 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) optionalDependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 '@mui/core-downloads-tracker@5.15.14': {} - '@mui/joy@5.0.0-beta.22(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/joy@5.0.0-beta.22(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 - '@mui/base': 5.0.0-beta.31(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/base': 5.0.0-beta.31(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/core-downloads-tracker': 5.15.14 - '@mui/system': 5.16.5(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@mui/types': 7.2.15(@types/react@18.3.4) - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/types': 7.2.15(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) clsx: 2.1.1 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@types/react': 18.3.4 + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@types/react': types-react@19.0.0-rc.1 - '@mui/lab@5.0.0-alpha.173(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/lab@5.0.0-alpha.173(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 - '@mui/base': 5.0.0-beta.40(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/base': 5.0.0-beta.40(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@mui/types': 7.2.15(@types/react@18.3.4) - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/types': 7.2.15(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) clsx: 2.1.1 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@types/react': 18.3.4 + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@types/react': types-react@19.0.0-rc.1 - '@mui/material@5.15.4(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/material@5.15.4(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 - '@mui/base': 5.0.0-beta.31(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/base': 5.0.0-beta.31(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/core-downloads-tracker': 5.15.14 - '@mui/system': 5.16.5(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@mui/types': 7.2.15(@types/react@18.3.4) - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/types': 7.2.15(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@types/react-transition-group': 4.4.11 clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) react-is: 18.3.1 - react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-transition-group: 4.4.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@types/react': 18.3.4 + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@types/react': types-react@19.0.0-rc.1 - '@mui/private-theming@5.16.5(@types/react@18.3.4)(react@18.3.1)': + '@mui/private-theming@5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 optionalDependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 - '@mui/private-theming@6.0.0-alpha.3(@types/react@18.3.4)(react@18.3.1)': + '@mui/private-theming@6.0.0-alpha.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@18.3.1) + '@babel/runtime': 7.25.4 + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 optionalDependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 - '@mui/styled-engine@5.16.4(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(react@18.3.1)': + '@mui/styled-engine@5.16.4(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)': dependencies: '@babel/runtime': 7.25.0 '@emotion/cache': 11.13.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/styled-engine@6.0.0-alpha.3(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(react@18.3.1)': + '@mui/styled-engine@6.0.0-alpha.3(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@emotion/cache': 11.13.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/system@5.16.5(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1)': + '@mui/system@5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 - '@mui/private-theming': 5.16.5(@types/react@18.3.4)(react@18.3.1) - '@mui/styled-engine': 5.16.4(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(react@18.3.1) - '@mui/types': 7.2.15(@types/react@18.3.4) - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) + '@mui/private-theming': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/styled-engine': 5.16.4(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + '@mui/types': 7.2.15(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@types/react': 18.3.4 + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@types/react': types-react@19.0.0-rc.1 - '@mui/system@6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1)': + '@mui/system@6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 - '@mui/private-theming': 6.0.0-alpha.3(@types/react@18.3.4)(react@18.3.1) - '@mui/styled-engine': 6.0.0-alpha.3(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(react@18.3.1) - '@mui/types': 7.2.15(@types/react@18.3.4) - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@18.3.1) + '@mui/private-theming': 6.0.0-alpha.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/styled-engine': 6.0.0-alpha.3(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + '@mui/types': 7.2.15(types-react@19.0.0-rc.1) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@types/react': 18.3.4 + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@types/react': types-react@19.0.0-rc.1 - '@mui/types@7.2.15(@types/react@18.3.4)': + '@mui/types@7.2.15(types-react@19.0.0-rc.1)': optionalDependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 - '@mui/utils@5.16.5(@types/react@18.3.4)(react@18.3.1)': + '@mui/utils@5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 - '@mui/types': 7.2.15(@types/react@18.3.4) + '@mui/types': 7.2.15(types-react@19.0.0-rc.1) '@types/prop-types': 15.7.12 clsx: 2.1.1 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 react-is: 18.3.1 optionalDependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 - '@mui/utils@6.0.0-beta.5(@types/react@18.3.4)(react@18.3.1)': + '@mui/utils@6.0.0-beta.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 - '@mui/types': 7.2.15(@types/react@18.3.4) + '@mui/types': 7.2.15(types-react@19.0.0-rc.1) '@types/prop-types': 15.7.12 clsx: 2.1.1 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 react-is: 18.3.1 optionalDependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 - '@mui/utils@6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@18.3.1)': + '@mui/utils@6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 '@types/prop-types': 15.7.12 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 react-is: 18.3.1 optionalDependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 '@mui/x-charts-vendor@7.13.0': dependencies: @@ -14744,179 +15436,179 @@ snapshots: delaunator: 5.0.1 robust-predicates: 3.0.2 - '@mui/x-charts@7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-charts@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/x-charts-vendor': 7.13.0 '@react-spring/rafz': 9.7.4 - '@react-spring/web': 9.7.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-spring/web': 9.7.4(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) clsx: 2.1.1 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' - '@mui/x-data-grid-generator@7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-data-grid-generator@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 '@mui/icons-material': link:packages/mui-icons-material/build '@mui/material': link:packages/mui-material/build - '@mui/x-data-grid-premium': 7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/x-data-grid-premium': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) chance: 1.1.12 clsx: 2.1.1 lru-cache: 10.4.3 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' - react-dom - '@mui/x-data-grid-premium@7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-data-grid-premium@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) - '@mui/x-data-grid': 7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/x-data-grid-pro': 7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/x-internals': 7.13.0(@types/react@18.3.4)(react@18.3.1) - '@mui/x-license': 7.13.0(@types/react@18.3.4)(react@18.3.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/x-data-grid': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/x-data-grid-pro': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/x-internals': 7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/x-license': 7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@types/format-util': 1.0.4 clsx: 2.1.1 exceljs: 4.4.0 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) reselect: 4.1.8 optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' - '@mui/x-data-grid-pro@7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-data-grid-pro@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) - '@mui/x-data-grid': 7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/x-internals': 7.13.0(@types/react@18.3.4)(react@18.3.1) - '@mui/x-license': 7.13.0(@types/react@18.3.4)(react@18.3.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/x-data-grid': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/x-internals': 7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/x-license': 7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@types/format-util': 1.0.4 clsx: 2.1.1 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) reselect: 4.1.8 optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' - '@mui/x-data-grid@7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-data-grid@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) - '@mui/x-internals': 7.13.0(@types/react@18.3.4)(react@18.3.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/x-internals': 7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) clsx: 2.1.1 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) reselect: 4.1.8 optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' - '@mui/x-date-pickers-pro@7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-date-pickers-pro@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) - '@mui/x-date-pickers': 7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/x-license': 7.13.0(@types/react@18.3.4)(react@18.3.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/x-date-pickers': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/x-license': 7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) clsx: 2.1.1 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react-transition-group: 4.4.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) date-fns: 2.30.0 date-fns-jalali: 2.21.3-1 dayjs: 1.11.13 transitivePeerDependencies: - '@types/react' - '@mui/x-date-pickers@7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-date-pickers@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@types/react-transition-group': 4.4.11 clsx: 2.1.1 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react-transition-group: 4.4.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) date-fns: 2.30.0 date-fns-jalali: 2.21.3-1 dayjs: 1.11.13 transitivePeerDependencies: - '@types/react' - '@mui/x-internals@7.13.0(@types/react@18.3.4)(react@18.3.1)': + '@mui/x-internals@7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) - react: 18.3.1 + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-b57d2823-20240822 transitivePeerDependencies: - '@types/react' - '@mui/x-license@7.13.0(@types/react@18.3.4)(react@18.3.1)': + '@mui/x-license@7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) - react: 18.3.1 + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-b57d2823-20240822 transitivePeerDependencies: - '@types/react' - '@mui/x-tree-view@7.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-tree-view@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@mui/utils': 5.16.5(@types/react@18.3.4)(react@18.3.1) - '@mui/x-internals': 7.13.0(@types/react@18.3.4)(react@18.3.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/x-internals': 7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@types/react-transition-group': 4.4.11 clsx: 2.1.1 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react-transition-group: 4.4.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' @@ -14939,6 +15631,10 @@ snapshots: '@next/env@14.2.6': {} + '@next/env@14.2.7': {} + + '@next/env@15.0.0-canary.131': {} + '@next/eslint-plugin-next@14.2.6': dependencies: glob: 10.3.10 @@ -14946,28 +15642,82 @@ snapshots: '@next/swc-darwin-arm64@14.2.6': optional: true + '@next/swc-darwin-arm64@14.2.7': + optional: true + + '@next/swc-darwin-arm64@15.0.0-canary.131': + optional: true + '@next/swc-darwin-x64@14.2.6': optional: true + '@next/swc-darwin-x64@14.2.7': + optional: true + + '@next/swc-darwin-x64@15.0.0-canary.131': + optional: true + '@next/swc-linux-arm64-gnu@14.2.6': optional: true + '@next/swc-linux-arm64-gnu@14.2.7': + optional: true + + '@next/swc-linux-arm64-gnu@15.0.0-canary.131': + optional: true + '@next/swc-linux-arm64-musl@14.2.6': optional: true + '@next/swc-linux-arm64-musl@14.2.7': + optional: true + + '@next/swc-linux-arm64-musl@15.0.0-canary.131': + optional: true + '@next/swc-linux-x64-gnu@14.2.6': optional: true + '@next/swc-linux-x64-gnu@14.2.7': + optional: true + + '@next/swc-linux-x64-gnu@15.0.0-canary.131': + optional: true + '@next/swc-linux-x64-musl@14.2.6': optional: true + '@next/swc-linux-x64-musl@14.2.7': + optional: true + + '@next/swc-linux-x64-musl@15.0.0-canary.131': + optional: true + '@next/swc-win32-arm64-msvc@14.2.6': optional: true + '@next/swc-win32-arm64-msvc@14.2.7': + optional: true + + '@next/swc-win32-arm64-msvc@15.0.0-canary.131': + optional: true + '@next/swc-win32-ia32-msvc@14.2.6': optional: true - '@next/swc-win32-x64-msvc@14.2.6': + '@next/swc-win32-ia32-msvc@14.2.7': + optional: true + + '@next/swc-win32-ia32-msvc@15.0.0-canary.131': + optional: true + + '@next/swc-win32-x64-msvc@14.2.6': + optional: true + + '@next/swc-win32-x64-msvc@14.2.7': + optional: true + + '@next/swc-win32-x64-msvc@15.0.0-canary.131': optional: true '@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3': @@ -15123,7 +15873,7 @@ snapshots: '@nrwl/tao@19.6.3': dependencies: nx: 19.6.3 - tslib: 2.6.2 + tslib: 2.7.0 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -15402,16 +16152,16 @@ snapshots: '@opentelemetry/api@1.8.0': optional: true - '@pigment-css/nextjs-plugin@0.0.20(@types/react@18.3.4)(next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': + '@pigment-css/nextjs-plugin@0.0.20(next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: - '@pigment-css/unplugin': 0.0.20(@types/react@18.3.4)(react@18.3.1) - next: 14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@pigment-css/unplugin': 0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + next: 14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) transitivePeerDependencies: - '@types/react' - react - supports-color - '@pigment-css/react@0.0.20(@types/react@18.3.4)(react@18.3.1)': + '@pigment-css/react@0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.24.7 @@ -15420,11 +16170,11 @@ snapshots: '@babel/types': 7.25.2 '@emotion/css': 11.11.2 '@emotion/is-prop-valid': 1.3.0 - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@emotion/serialize': 1.3.1 - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@mui/system': 6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@18.3.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/system': 6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@wyw-in-js/processor-utils': 0.5.4 '@wyw-in-js/shared': 0.5.4 '@wyw-in-js/transform': 0.5.4 @@ -15432,17 +16182,17 @@ snapshots: cssesc: 3.0.0 csstype: 3.1.3 lodash: 4.17.21 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 stylis: 4.3.2 stylis-plugin-rtl: 2.1.1(stylis@4.3.2) transitivePeerDependencies: - '@types/react' - supports-color - '@pigment-css/unplugin@0.0.20(@types/react@18.3.4)(react@18.3.1)': + '@pigment-css/unplugin@0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/core': 7.25.2 - '@pigment-css/react': 0.0.20(@types/react@18.3.4)(react@18.3.1) + '@pigment-css/react': 0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@wyw-in-js/shared': 0.5.4 '@wyw-in-js/transform': 0.5.4 babel-plugin-define-var: 0.1.0 @@ -15452,15 +16202,15 @@ snapshots: - react - supports-color - '@pigment-css/vite-plugin@0.0.20(@types/react@18.3.4)(react@18.3.1)(vite@5.4.1(@types/node@18.19.46)(terser@5.29.2))': + '@pigment-css/vite-plugin@0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)(vite@5.4.1(@types/node@18.19.46)(terser@5.31.6))': dependencies: '@babel/core': 7.25.2 '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) - '@pigment-css/react': 0.0.20(@types/react@18.3.4)(react@18.3.1) + '@pigment-css/react': 0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@wyw-in-js/shared': 0.5.4 '@wyw-in-js/transform': 0.5.4 babel-plugin-define-var: 0.1.0 - vite: 5.4.1(@types/node@18.19.46)(terser@5.29.2) + vite: 5.4.1(@types/node@18.19.46)(terser@5.31.6) transitivePeerDependencies: - '@types/react' - react @@ -15492,7 +16242,7 @@ snapshots: cosmiconfig: 5.2.1 deepmerge: 4.3.1 glob: 7.2.3 - joi: 17.12.2 + joi: 17.13.3 transitivePeerDependencies: - encoding @@ -15516,10 +16266,10 @@ snapshots: hermes-profile-transformer: 0.0.6 node-stream-zip: 1.15.0 ora: 5.4.1 - semver: 7.6.0 + semver: 7.6.3 strip-ansi: 5.2.0 wcwidth: 1.0.1 - yaml: 2.4.5 + yaml: 2.5.0 transitivePeerDependencies: - encoding @@ -15537,7 +16287,7 @@ snapshots: '@react-native-community/cli-tools': 12.3.6(encoding@0.1.13) chalk: 4.1.2 execa: 5.1.1 - fast-xml-parser: 4.3.6 + fast-xml-parser: 4.4.1 glob: 7.2.3 logkitty: 0.7.1 transitivePeerDependencies: @@ -15548,7 +16298,7 @@ snapshots: '@react-native-community/cli-tools': 12.3.6(encoding@0.1.13) chalk: 4.1.2 execa: 5.1.1 - fast-xml-parser: 4.3.6 + fast-xml-parser: 4.4.1 glob: 7.2.3 ora: 5.4.1 transitivePeerDependencies: @@ -15566,7 +16316,7 @@ snapshots: nocache: 3.0.4 pretty-format: 26.6.2 serve-static: 1.15.0 - ws: 7.5.9 + ws: 7.5.10 transitivePeerDependencies: - bufferutil - encoding @@ -15582,7 +16332,7 @@ snapshots: node-fetch: 2.7.0(encoding@0.1.13) open: 6.4.0 ora: 5.4.1 - semver: 7.6.0 + semver: 7.6.3 shell-quote: 1.8.1 sudo-prompt: 9.2.1 transitivePeerDependencies: @@ -15590,7 +16340,7 @@ snapshots: '@react-native-community/cli-types@12.3.6': dependencies: - joi: 17.12.2 + joi: 17.13.3 '@react-native-community/cli@12.3.6(encoding@0.1.13)': dependencies: @@ -15611,7 +16361,7 @@ snapshots: fs-extra: 8.1.0 graceful-fs: 4.2.11 prompts: 2.4.2 - semver: 7.6.0 + semver: 7.6.3 transitivePeerDependencies: - bufferutil - encoding @@ -15632,40 +16382,40 @@ snapshots: '@babel/core': 7.25.2 '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.25.2) '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.25.2) - '@babel/plugin-proposal-export-default-from': 7.24.1(@babel/core@7.25.2) + '@babel/plugin-proposal-export-default-from': 7.24.7(@babel/core@7.25.2) '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.25.2) '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.25.2) '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.25.2) '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.25.2) '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.25.2) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) - '@babel/plugin-syntax-export-default-from': 7.24.1(@babel/core@7.25.2) + '@babel/plugin-syntax-export-default-from': 7.24.7(@babel/core@7.25.2) '@babel/plugin-syntax-flow': 7.24.7(@babel/core@7.25.2) '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2) '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.2) '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-block-scoping': 7.25.0(@babel/core@7.25.2) - '@babel/plugin-transform-classes': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-classes': 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.25.2) - '@babel/plugin-transform-flow-strip-types': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-flow-strip-types': 7.25.2(@babel/core@7.25.2) '@babel/plugin-transform-function-name': 7.25.1(@babel/core@7.25.2) '@babel/plugin-transform-literals': 7.25.2(@babel/core@7.25.2) '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) '@babel/plugin-transform-named-capturing-groups-regex': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-private-methods': 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-react-jsx-self': 7.24.6(@babel/core@7.25.2) - '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.25.2) - '@babel/plugin-transform-runtime': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-runtime': 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2) '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.25.2) '@babel/template': 7.25.0 '@react-native/babel-plugin-codegen': 0.73.4(@babel/preset-env@7.25.3(@babel/core@7.25.2)) @@ -15677,7 +16427,7 @@ snapshots: '@react-native/codegen@0.73.3(@babel/preset-env@7.25.3(@babel/core@7.25.2))': dependencies: - '@babel/parser': 7.25.3 + '@babel/parser': 7.25.4 '@babel/preset-env': 7.25.3(@babel/core@7.25.2) flow-parser: 0.206.0 glob: 7.2.3 @@ -15696,9 +16446,9 @@ snapshots: '@react-native/metro-babel-transformer': 0.73.15(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2)) chalk: 4.1.2 execa: 5.1.1 - metro: 0.80.7(encoding@0.1.13) - metro-config: 0.80.7(encoding@0.1.13) - metro-core: 0.80.7 + metro: 0.80.10(encoding@0.1.13) + metro-config: 0.80.10(encoding@0.1.13) + metro-core: 0.80.10 node-fetch: 2.7.0(encoding@0.1.13) readline: 1.3.0 transitivePeerDependencies: @@ -15723,7 +16473,7 @@ snapshots: open: 7.4.2 serve-static: 1.15.0 temp-dir: 2.0.0 - ws: 6.2.2 + ws: 6.2.3 transitivePeerDependencies: - bufferutil - encoding @@ -15746,102 +16496,102 @@ snapshots: '@react-native/normalize-colors@0.73.2': {} - '@react-native/virtualized-lists@0.73.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1))': + '@react-native/virtualized-lists@0.73.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))': dependencies: invariant: 2.2.4 nullthrows: 1.1.1 - react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1) + react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/animated@9.7.4(react@18.3.1)': + '@react-spring/animated@9.7.4(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@react-spring/shared': 9.7.4(react@18.3.1) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-b57d2823-20240822) '@react-spring/types': 9.7.4 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 - '@react-spring/core@9.7.4(react@18.3.1)': + '@react-spring/core@9.7.4(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@react-spring/animated': 9.7.4(react@18.3.1) - '@react-spring/shared': 9.7.4(react@18.3.1) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-b57d2823-20240822) '@react-spring/types': 9.7.4 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 - '@react-spring/konva@9.7.4(konva@9.3.6)(react-konva@18.2.10(konva@9.3.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': + '@react-spring/konva@9.7.4(konva@9.3.6)(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@react-spring/animated': 9.7.4(react@18.3.1) - '@react-spring/core': 9.7.4(react@18.3.1) - '@react-spring/shared': 9.7.4(react@18.3.1) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/core': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-b57d2823-20240822) '@react-spring/types': 9.7.4 konva: 9.3.6 - react: 18.3.1 - react-konva: 18.2.10(konva@9.3.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-konva: 18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/native@9.7.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1))(react@18.3.1)': + '@react-spring/native@9.7.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@react-spring/animated': 9.7.4(react@18.3.1) - '@react-spring/core': 9.7.4(react@18.3.1) - '@react-spring/shared': 9.7.4(react@18.3.1) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/core': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-b57d2823-20240822) '@react-spring/types': 9.7.4 - react: 18.3.1 - react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822) '@react-spring/rafz@9.7.4': {} - '@react-spring/shared@9.7.4(react@18.3.1)': + '@react-spring/shared@9.7.4(react@19.0.0-rc-b57d2823-20240822)': dependencies: '@react-spring/rafz': 9.7.4 '@react-spring/types': 9.7.4 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 - '@react-spring/three@9.7.4(@react-three/fiber@8.16.0(react-dom@18.3.1(react@18.3.1))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1))(react@18.3.1)(three@0.162.0))(react@18.3.1)(three@0.162.0)': + '@react-spring/three@9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0))(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0)': dependencies: - '@react-spring/animated': 9.7.4(react@18.3.1) - '@react-spring/core': 9.7.4(react@18.3.1) - '@react-spring/shared': 9.7.4(react@18.3.1) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/core': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-b57d2823-20240822) '@react-spring/types': 9.7.4 - '@react-three/fiber': 8.16.0(react-dom@18.3.1(react@18.3.1))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1))(react@18.3.1)(three@0.162.0) - react: 18.3.1 + '@react-three/fiber': 8.16.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0) + react: 19.0.0-rc-b57d2823-20240822 three: 0.162.0 '@react-spring/types@9.7.4': {} - '@react-spring/web@9.7.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-spring/web@9.7.4(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@react-spring/animated': 9.7.4(react@18.3.1) - '@react-spring/core': 9.7.4(react@18.3.1) - '@react-spring/shared': 9.7.4(react@18.3.1) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/core': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-b57d2823-20240822) '@react-spring/types': 9.7.4 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/zdog@9.7.4(react-dom@18.3.1(react@18.3.1))(react-zdog@1.2.2)(react@18.3.1)(zdog@1.1.3)': + '@react-spring/zdog@9.7.4(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-zdog@1.2.2)(react@19.0.0-rc-b57d2823-20240822)(zdog@1.1.3)': dependencies: - '@react-spring/animated': 9.7.4(react@18.3.1) - '@react-spring/core': 9.7.4(react@18.3.1) - '@react-spring/shared': 9.7.4(react@18.3.1) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/core': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-b57d2823-20240822) '@react-spring/types': 9.7.4 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) react-zdog: 1.2.2 zdog: 1.1.3 - '@react-three/fiber@8.16.0(react-dom@18.3.1(react@18.3.1))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1))(react@18.3.1)(three@0.162.0)': + '@react-three/fiber@8.16.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@types/react-reconciler': 0.26.7 - '@types/webxr': 0.5.14 + '@types/webxr': 0.5.20 base64-js: 1.5.1 buffer: 6.0.3 - its-fine: 1.1.3(react@18.3.1) - react: 18.3.1 - react-reconciler: 0.27.0(react@18.3.1) - react-use-measure: 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + its-fine: 1.2.5(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-b57d2823-20240822 + react-reconciler: 0.27.0(react@19.0.0-rc-b57d2823-20240822) + react-use-measure: 2.1.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) scheduler: 0.21.0 - suspend-react: 0.1.3(react@18.3.1) + suspend-react: 0.1.3(react@19.0.0-rc-b57d2823-20240822) three: 0.162.0 - zustand: 3.7.2(react@18.3.1) + zustand: 3.7.2(react@19.0.0-rc-b57d2823-20240822) optionalDependencies: - react-dom: 18.3.1(react@18.3.1) - react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1) + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822) '@remix-run/router@1.19.1': {} @@ -16087,10 +16837,14 @@ snapshots: '@swc/counter@0.1.3': {} + '@swc/helpers@0.5.12': + dependencies: + tslib: 2.7.0 + '@swc/helpers@0.5.5': dependencies: '@swc/counter': 0.1.3 - tslib: 2.6.2 + tslib: 2.7.0 '@testing-library/dom@10.4.0': dependencies: @@ -16103,81 +16857,91 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 - '@testing-library/react@16.0.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@testing-library/react@16.0.0(@testing-library/dom@10.4.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 '@testing-library/dom': 10.4.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 18.3.4 - '@types/react-dom': 18.3.0 + '@types/react': types-react@19.0.0-rc.1 + '@types/react-dom': types-react-dom@19.0.0-rc.1 + + '@testing-library/react@16.0.0(@testing-library/dom@10.4.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': + dependencies: + '@babel/runtime': 7.25.0 + '@testing-library/dom': 10.4.0 + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + optionalDependencies: + '@types/react': types-react@19.0.0-rc.1 + '@types/react-dom': types-react-dom@19.0.0-rc.1 '@testing-library/user-event@14.5.2(@testing-library/dom@10.4.0)': dependencies: '@testing-library/dom': 10.4.0 - '@theme-ui/color-modes@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1)': + '@theme-ui/color-modes@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1)) + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)) deepmerge: 4.3.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 - '@theme-ui/components@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1))(react@18.3.1)': + '@theme-ui/components@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@styled-system/color': 5.1.2 '@styled-system/should-forward-prop': 5.1.5 '@styled-system/space': 5.1.2 - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1)) - '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)) + '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) '@types/styled-system': 5.1.15 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 - '@theme-ui/core@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1)': + '@theme-ui/core@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1)) + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)) deepmerge: 4.3.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 - '@theme-ui/css@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))': + '@theme-ui/css@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) csstype: 3.1.3 - '@theme-ui/global@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1)': + '@theme-ui/global@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1)) - react: 18.3.1 + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)) + react: 19.0.0-rc-b57d2823-20240822 - '@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1)': + '@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@theme-ui/color-modes': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1) - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1)) - react: 18.3.1 + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@theme-ui/color-modes': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)) + react: 19.0.0-rc-b57d2823-20240822 - '@toolpad/core@0.5.1(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/node@18.19.46)(@types/react@18.3.4)(happy-dom@12.10.3)(jsdom@24.0.0)(next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.29.2)': + '@toolpad/core@0.5.1(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(next@14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(terser@5.31.6)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 '@mui/icons-material': link:packages/mui-icons-material/build - '@mui/lab': 5.0.0-alpha.173(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/lab': 5.0.0-alpha.173(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@mui/material': link:packages/mui-material/build - '@mui/utils': 6.0.0-beta.5(@types/react@18.3.4)(react@18.3.1) - '@toolpad/utils': 0.5.1(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(react@18.3.1)(terser@5.29.2) + '@mui/utils': 6.0.0-beta.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@toolpad/utils': 0.5.1(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(react@19.0.0-rc-b57d2823-20240822)(terser@5.31.6) client-only: 0.0.1 invariant: 2.2.4 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 optionalDependencies: - next: 14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + next: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) transitivePeerDependencies: - '@edge-runtime/vm' - '@emotion/react' @@ -16198,14 +16962,14 @@ snapshots: - supports-color - terser - '@toolpad/utils@0.5.1(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(react@18.3.1)(terser@5.29.2)': + '@toolpad/utils@0.5.1(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(react@19.0.0-rc-b57d2823-20240822)(terser@5.31.6)': dependencies: invariant: 2.2.4 prettier: 3.3.3 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 react-is: 18.3.1 title: 3.5.3 - vitest: 2.0.5(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(terser@5.29.2) + vitest: 2.0.5(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(terser@5.31.6) yaml: 2.4.5 yaml-diff-patch: 2.0.0 transitivePeerDependencies: @@ -16237,7 +17001,7 @@ snapshots: '@tybys/wasm-util@0.9.0': dependencies: - tslib: 2.6.2 + tslib: 2.7.0 '@types/aria-query@5.0.1': {} @@ -16352,7 +17116,7 @@ snapshots: '@types/hoist-non-react-statics@3.3.5': dependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 hoist-non-react-statics: 3.3.2 '@types/html-minifier-terser@6.1.0': {} @@ -16434,33 +17198,25 @@ snapshots: '@types/range-parser@1.2.4': {} - '@types/react-dom@18.3.0': - dependencies: - '@types/react': 18.3.4 - - '@types/react-is@18.3.0': - dependencies: - '@types/react': 18.3.4 - '@types/react-reconciler@0.26.7': dependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 '@types/react-reconciler@0.28.8': dependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 '@types/react-swipeable-views@0.13.5': dependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 '@types/react-transition-group@4.4.11': dependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 '@types/react-window@1.8.8': dependencies: - '@types/react': 18.3.4 + '@types/react': types-react@19.0.0-rc.1 '@types/react@18.3.4': dependencies: @@ -16506,7 +17262,7 @@ snapshots: '@types/uuid@9.0.8': {} - '@types/webxr@0.5.14': {} + '@types/webxr@0.5.20': {} '@types/ws@7.4.7': dependencies: @@ -16605,14 +17361,14 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-react@4.3.1(vite@5.4.1(@types/node@18.19.46)(terser@5.29.2))': + '@vitejs/plugin-react@4.3.1(vite@5.4.1(@types/node@18.19.46)(terser@5.31.6))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-transform-react-jsx-self': 7.24.6(@babel/core@7.25.2) '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.25.2) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 5.4.1(@types/node@18.19.46)(terser@5.29.2) + vite: 5.4.1(@types/node@18.19.46)(terser@5.31.6) transitivePeerDependencies: - supports-color @@ -16784,7 +17540,7 @@ snapshots: '@yarnpkg/parsers@3.0.0-rc.46': dependencies: js-yaml: 3.14.1 - tslib: 2.6.2 + tslib: 2.7.0 '@zeit/schemas@2.36.0': {} @@ -17113,7 +17869,7 @@ snapshots: ast-types@0.15.2: dependencies: - tslib: 2.6.2 + tslib: 2.7.0 ast-types@0.16.1: dependencies: @@ -17243,6 +17999,15 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.25.2): + dependencies: + '@babel/compat-data': 7.25.4 + '@babel/core': 7.25.2 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.25.2): dependencies: '@babel/core': 7.25.2 @@ -17251,6 +18016,14 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.25.2): + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) + core-js-compat: 3.38.1 + transitivePeerDependencies: + - supports-color + babel-plugin-polyfill-regenerator@0.6.1(@babel/core@7.25.2): dependencies: '@babel/core': 7.25.2 @@ -17258,6 +18031,13 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.25.2): + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) + transitivePeerDependencies: + - supports-color + babel-plugin-react-remove-properties@0.3.0: {} babel-plugin-tester@11.0.4(@babel/core@7.25.2): @@ -17957,6 +18737,10 @@ snapshots: dependencies: browserslist: 4.23.3 + core-js-compat@3.38.1: + dependencies: + browserslist: 4.23.3 + core-js-pure@3.32.1: {} core-js@2.6.12: {} @@ -18276,6 +19060,10 @@ snapshots: optionalDependencies: supports-color: 8.1.1 + debug@4.3.6: + dependencies: + ms: 2.1.2 + decamelize-keys@1.1.0: dependencies: decamelize: 1.2.0 @@ -19190,7 +19978,7 @@ snapshots: dependencies: punycode: 1.4.1 - fast-xml-parser@4.3.6: + fast-xml-parser@4.4.1: dependencies: strnum: 1.0.5 @@ -19775,6 +20563,8 @@ snapshots: hermes-estree@0.20.1: {} + hermes-estree@0.23.0: {} + hermes-parser@0.15.0: dependencies: hermes-estree: 0.15.0 @@ -19783,6 +20573,10 @@ snapshots: dependencies: hermes-estree: 0.20.1 + hermes-parser@0.23.0: + dependencies: + hermes-estree: 0.23.0 + hermes-profile-transformer@0.0.6: dependencies: source-map: 0.7.4 @@ -20307,10 +21101,10 @@ snapshots: reflect.getprototypeof: 1.0.4 set-function-name: 2.0.2 - its-fine@1.1.3(react@18.3.1): + its-fine@1.2.5(react@19.0.0-rc-b57d2823-20240822): dependencies: '@types/react-reconciler': 0.28.8 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 jackspeak@2.3.6: dependencies: @@ -20350,7 +21144,7 @@ snapshots: '@types/stack-utils': 2.0.3 chalk: 4.1.2 graceful-fs: 4.2.11 - micromatch: 4.0.7 + micromatch: 4.0.8 pretty-format: 29.7.0 slash: 3.0.0 stack-utils: 2.0.6 @@ -20396,7 +21190,7 @@ snapshots: jmespath@0.16.0: {} - joi@17.12.2: + joi@17.13.3: dependencies: '@hapi/hoek': 9.3.0 '@hapi/topo': 5.1.0 @@ -20434,7 +21228,7 @@ snapshots: jscodeshift@0.14.0(@babel/preset-env@7.25.3(@babel/core@7.25.2)): dependencies: '@babel/core': 7.25.2 - '@babel/parser': 7.25.3 + '@babel/parser': 7.25.4 '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.25.2) '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.25.2) '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.25.2) @@ -20447,7 +21241,7 @@ snapshots: chalk: 4.1.2 flow-parser: 0.206.0 graceful-fs: 4.2.11 - micromatch: 4.0.7 + micromatch: 4.0.8 neo-async: 2.6.2 node-dir: 0.1.17 recast: 0.21.5 @@ -20579,7 +21373,7 @@ snapshots: jss-plugin-compose@10.10.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 jss: 10.10.0 tiny-warning: 1.0.3 @@ -20590,12 +21384,12 @@ snapshots: jss-plugin-expand@10.10.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 jss: 10.10.0 jss-plugin-extend@10.10.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 jss: 10.10.0 tiny-warning: 1.0.3 @@ -20623,7 +21417,7 @@ snapshots: jss-plugin-rule-value-observable@10.10.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 jss: 10.10.0 symbol-observable: 1.2.0 @@ -21173,9 +21967,9 @@ snapshots: punycode.js: 2.3.1 uc.micro: 2.1.0 - markdown-to-jsx@7.4.7(react@18.3.1): + markdown-to-jsx@7.4.7(react@19.0.0-rc-b57d2823-20240822): dependencies: - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 markdownlint-cli2-formatter-default@0.0.4(markdownlint-cli2@0.13.0): dependencies: @@ -21201,7 +21995,7 @@ snapshots: marky@1.2.5: {} - material-ui-popup-state@5.1.2(@mui/material@packages+mui-material+build)(react@18.3.1): + material-ui-popup-state@5.1.2(@mui/material@packages+mui-material+build)(react@19.0.0-rc-b57d2823-20240822): dependencies: '@babel/runtime': 7.25.0 '@mui/material': link:packages/mui-material/build @@ -21209,7 +22003,7 @@ snapshots: '@types/react': 18.3.4 classnames: 2.3.2 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 mathml-tag-names@2.1.3: {} @@ -21291,50 +22085,57 @@ snapshots: methods@1.1.2: {} - metro-babel-transformer@0.80.7: + metro-babel-transformer@0.80.10: dependencies: '@babel/core': 7.25.2 - hermes-parser: 0.20.1 + flow-enums-runtime: 0.0.6 + hermes-parser: 0.23.0 nullthrows: 1.1.1 transitivePeerDependencies: - supports-color - metro-cache-key@0.80.7: {} + metro-cache-key@0.80.10: + dependencies: + flow-enums-runtime: 0.0.6 - metro-cache@0.80.7: + metro-cache@0.80.10: dependencies: - metro-core: 0.80.7 - rimraf: 3.0.2 + exponential-backoff: 3.1.1 + flow-enums-runtime: 0.0.6 + metro-core: 0.80.10 - metro-config@0.80.7(encoding@0.1.13): + metro-config@0.80.10(encoding@0.1.13): dependencies: connect: 3.7.0 cosmiconfig: 5.2.1 + flow-enums-runtime: 0.0.6 jest-validate: 29.7.0 - metro: 0.80.7(encoding@0.1.13) - metro-cache: 0.80.7 - metro-core: 0.80.7 - metro-runtime: 0.80.7 + metro: 0.80.10(encoding@0.1.13) + metro-cache: 0.80.10 + metro-core: 0.80.10 + metro-runtime: 0.80.10 transitivePeerDependencies: - bufferutil - encoding - supports-color - utf-8-validate - metro-core@0.80.7: + metro-core@0.80.10: dependencies: + flow-enums-runtime: 0.0.6 lodash.throttle: 4.1.1 - metro-resolver: 0.80.7 + metro-resolver: 0.80.10 - metro-file-map@0.80.7: + metro-file-map@0.80.10: dependencies: anymatch: 3.1.3 debug: 2.6.9 fb-watchman: 2.0.2 + flow-enums-runtime: 0.0.6 graceful-fs: 4.2.11 invariant: 2.2.4 jest-worker: 29.7.0 - micromatch: 4.0.7 + micromatch: 4.0.8 node-abort-controller: 3.1.1 nullthrows: 1.1.1 walker: 1.0.8 @@ -21343,33 +22144,39 @@ snapshots: transitivePeerDependencies: - supports-color - metro-minify-terser@0.80.7: + metro-minify-terser@0.80.10: dependencies: - terser: 5.29.2 + flow-enums-runtime: 0.0.6 + terser: 5.31.6 - metro-resolver@0.80.7: {} + metro-resolver@0.80.10: + dependencies: + flow-enums-runtime: 0.0.6 - metro-runtime@0.80.7: + metro-runtime@0.80.10: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 + flow-enums-runtime: 0.0.6 - metro-source-map@0.80.7: + metro-source-map@0.80.10: dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 + flow-enums-runtime: 0.0.6 invariant: 2.2.4 - metro-symbolicate: 0.80.7 + metro-symbolicate: 0.80.10 nullthrows: 1.1.1 - ob1: 0.80.7 + ob1: 0.80.10 source-map: 0.5.7 vlq: 1.0.1 transitivePeerDependencies: - supports-color - metro-symbolicate@0.80.7: + metro-symbolicate@0.80.10: dependencies: + flow-enums-runtime: 0.0.6 invariant: 2.2.4 - metro-source-map: 0.80.7 + metro-source-map: 0.80.10 nullthrows: 1.1.1 source-map: 0.5.7 through2: 2.0.5 @@ -21377,29 +22184,31 @@ snapshots: transitivePeerDependencies: - supports-color - metro-transform-plugins@0.80.7: + metro-transform-plugins@0.80.10: dependencies: '@babel/core': 7.25.2 - '@babel/generator': 7.25.0 + '@babel/generator': 7.25.5 '@babel/template': 7.25.0 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 + flow-enums-runtime: 0.0.6 nullthrows: 1.1.1 transitivePeerDependencies: - supports-color - metro-transform-worker@0.80.7(encoding@0.1.13): + metro-transform-worker@0.80.10(encoding@0.1.13): dependencies: '@babel/core': 7.25.2 - '@babel/generator': 7.25.0 - '@babel/parser': 7.25.3 - '@babel/types': 7.25.2 - metro: 0.80.7(encoding@0.1.13) - metro-babel-transformer: 0.80.7 - metro-cache: 0.80.7 - metro-cache-key: 0.80.7 - metro-minify-terser: 0.80.7 - metro-source-map: 0.80.7 - metro-transform-plugins: 0.80.7 + '@babel/generator': 7.25.5 + '@babel/parser': 7.25.4 + '@babel/types': 7.25.4 + flow-enums-runtime: 0.0.6 + metro: 0.80.10(encoding@0.1.13) + metro-babel-transformer: 0.80.10 + metro-cache: 0.80.10 + metro-cache-key: 0.80.10 + metro-minify-terser: 0.80.10 + metro-source-map: 0.80.10 + metro-transform-plugins: 0.80.10 nullthrows: 1.1.1 transitivePeerDependencies: - bufferutil @@ -21407,15 +22216,15 @@ snapshots: - supports-color - utf-8-validate - metro@0.80.7(encoding@0.1.13): + metro@0.80.10(encoding@0.1.13): dependencies: '@babel/code-frame': 7.24.7 '@babel/core': 7.25.2 - '@babel/generator': 7.25.0 - '@babel/parser': 7.25.3 + '@babel/generator': 7.25.5 + '@babel/parser': 7.25.4 '@babel/template': 7.25.0 - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 accepts: 1.3.8 chalk: 4.1.2 ci-info: 2.0.0 @@ -21423,34 +22232,34 @@ snapshots: debug: 2.6.9 denodeify: 1.2.1 error-stack-parser: 2.1.4 + flow-enums-runtime: 0.0.6 graceful-fs: 4.2.11 - hermes-parser: 0.20.1 + hermes-parser: 0.23.0 image-size: 1.1.1 invariant: 2.2.4 jest-worker: 29.7.0 jsc-safe-url: 0.2.4 lodash.throttle: 4.1.1 - metro-babel-transformer: 0.80.7 - metro-cache: 0.80.7 - metro-cache-key: 0.80.7 - metro-config: 0.80.7(encoding@0.1.13) - metro-core: 0.80.7 - metro-file-map: 0.80.7 - metro-resolver: 0.80.7 - metro-runtime: 0.80.7 - metro-source-map: 0.80.7 - metro-symbolicate: 0.80.7 - metro-transform-plugins: 0.80.7 - metro-transform-worker: 0.80.7(encoding@0.1.13) + metro-babel-transformer: 0.80.10 + metro-cache: 0.80.10 + metro-cache-key: 0.80.10 + metro-config: 0.80.10(encoding@0.1.13) + metro-core: 0.80.10 + metro-file-map: 0.80.10 + metro-resolver: 0.80.10 + metro-runtime: 0.80.10 + metro-source-map: 0.80.10 + metro-symbolicate: 0.80.10 + metro-transform-plugins: 0.80.10 + metro-transform-worker: 0.80.10(encoding@0.1.13) mime-types: 2.1.35 node-fetch: 2.7.0(encoding@0.1.13) nullthrows: 1.1.1 - rimraf: 3.0.2 serialize-error: 2.1.0 source-map: 0.5.7 strip-ansi: 6.0.1 throat: 5.0.0 - ws: 7.5.9 + ws: 7.5.10 yargs: 17.7.2 transitivePeerDependencies: - bufferutil @@ -21475,6 +22284,11 @@ snapshots: braces: 3.0.3 picomatch: 2.3.1 + micromatch@4.0.8: + dependencies: + braces: 3.0.3 + picomatch: 2.3.1 + mime-db@1.33.0: {} mime-db@1.52.0: {} @@ -21655,7 +22469,7 @@ snapshots: nested-error-stacks@2.1.1: {} - next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): dependencies: '@next/env': 14.2.6 '@swc/helpers': 0.5.5 @@ -21663,9 +22477,9 @@ snapshots: caniuse-lite: 1.0.30001649 graceful-fs: 4.2.11 postcss: 8.4.31 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - styled-jsx: 5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + styled-jsx: 5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-b57d2823-20240822) optionalDependencies: '@next/swc-darwin-arm64': 14.2.6 '@next/swc-darwin-x64': 14.2.6 @@ -21682,6 +22496,62 @@ snapshots: - '@babel/core' - babel-plugin-macros + next@14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + dependencies: + '@next/env': 14.2.7 + '@swc/helpers': 0.5.5 + busboy: 1.6.0 + caniuse-lite: 1.0.30001649 + graceful-fs: 4.2.11 + postcss: 8.4.31 + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + styled-jsx: 5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-b57d2823-20240822) + optionalDependencies: + '@next/swc-darwin-arm64': 14.2.7 + '@next/swc-darwin-x64': 14.2.7 + '@next/swc-linux-arm64-gnu': 14.2.7 + '@next/swc-linux-arm64-musl': 14.2.7 + '@next/swc-linux-x64-gnu': 14.2.7 + '@next/swc-linux-x64-musl': 14.2.7 + '@next/swc-win32-arm64-msvc': 14.2.7 + '@next/swc-win32-ia32-msvc': 14.2.7 + '@next/swc-win32-x64-msvc': 14.2.7 + '@opentelemetry/api': 1.8.0 + '@playwright/test': 1.46.1 + transitivePeerDependencies: + - '@babel/core' + - babel-plugin-macros + + next@15.0.0-canary.131(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + dependencies: + '@next/env': 15.0.0-canary.131 + '@swc/counter': 0.1.3 + '@swc/helpers': 0.5.12 + busboy: 1.6.0 + caniuse-lite: 1.0.30001649 + graceful-fs: 4.2.11 + postcss: 8.4.31 + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + styled-jsx: 5.1.6(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-b57d2823-20240822) + optionalDependencies: + '@next/swc-darwin-arm64': 15.0.0-canary.131 + '@next/swc-darwin-x64': 15.0.0-canary.131 + '@next/swc-linux-arm64-gnu': 15.0.0-canary.131 + '@next/swc-linux-arm64-musl': 15.0.0-canary.131 + '@next/swc-linux-x64-gnu': 15.0.0-canary.131 + '@next/swc-linux-x64-musl': 15.0.0-canary.131 + '@next/swc-win32-arm64-msvc': 15.0.0-canary.131 + '@next/swc-win32-ia32-msvc': 15.0.0-canary.131 + '@next/swc-win32-x64-msvc': 15.0.0-canary.131 + '@opentelemetry/api': 1.8.0 + '@playwright/test': 1.46.1 + sharp: 0.33.5 + transitivePeerDependencies: + - '@babel/core' + - babel-plugin-macros + nice-napi@1.0.2: dependencies: node-addon-api: 3.2.1 @@ -21789,12 +22659,12 @@ snapshots: normalize-range@0.1.2: {} - notistack@3.0.1(csstype@3.1.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + notistack@3.0.1(csstype@3.1.3)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): dependencies: clsx: 1.2.1 goober: 2.1.13(csstype@3.1.3) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) transitivePeerDependencies: - csstype @@ -21944,7 +22814,9 @@ snapshots: transitivePeerDependencies: - supports-color - ob1@0.80.7: {} + ob1@0.80.10: + dependencies: + flow-enums-runtime: 0.0.6 object-assign@4.1.1: {} @@ -22712,7 +23584,7 @@ snapshots: react-devtools-core@4.28.5: dependencies: shell-quote: 1.8.1 - ws: 7.5.9 + ws: 7.5.10 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -22740,44 +23612,49 @@ snapshots: react: 18.3.1 scheduler: 0.23.2 - react-draggable@4.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822): + dependencies: + react: 19.0.0-rc-b57d2823-20240822 + scheduler: 0.25.0-rc-b57d2823-20240822 + + react-draggable@4.4.6(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): dependencies: clsx: 1.2.1 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - react-error-boundary@4.0.13(react@18.3.1): + react-error-boundary@4.0.13(react@19.0.0-rc-b57d2823-20240822): dependencies: '@babel/runtime': 7.25.0 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 - react-event-listener@0.6.6(react@18.3.1): + react-event-listener@0.6.6(react@19.0.0-rc-b57d2823-20240822): dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 warning: 4.0.3 react-fast-compare@3.2.2: {} - react-final-form@6.5.9(final-form@4.20.10)(react@18.3.1): + react-final-form@6.5.9(final-form@4.20.10)(react@19.0.0-rc-b57d2823-20240822): dependencies: '@babel/runtime': 7.25.0 final-form: 4.20.10 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 - react-imask@7.6.1(react@18.3.1): + react-imask@7.6.1(react@19.0.0-rc-b57d2823-20240822): dependencies: imask: 7.6.1 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 - react-intersection-observer@9.13.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-intersection-observer@9.13.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): dependencies: - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 optionalDependencies: - react-dom: 18.3.1(react@18.3.1) + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) react-is@16.13.1: {} @@ -22785,7 +23662,9 @@ snapshots: react-is@18.3.1: {} - react-jss@10.10.0(react@18.3.1): + react-is@19.0.0-rc-b57d2823-20240822: {} + + react-jss@10.10.0(react@19.0.0-rc-b57d2823-20240822): dependencies: '@babel/runtime': 7.25.0 '@emotion/is-prop-valid': 0.7.3 @@ -22795,22 +23674,22 @@ snapshots: jss: 10.10.0 jss-preset-default: 10.10.0 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 shallow-equal: 1.2.1 - theming: 3.3.0(react@18.3.1) + theming: 3.3.0(react@19.0.0-rc-b57d2823-20240822) tiny-warning: 1.0.3 - react-konva@18.2.10(konva@9.3.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): dependencies: '@types/react-reconciler': 0.28.8 - its-fine: 1.1.3(react@18.3.1) + its-fine: 1.2.5(react@19.0.0-rc-b57d2823-20240822) konva: 9.3.6 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-reconciler: 0.29.0(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react-reconciler: 0.29.2(react@19.0.0-rc-b57d2823-20240822) scheduler: 0.23.2 - react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1): + react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822): dependencies: '@jest/create-cache-key-function': 29.7.0 '@react-native-community/cli': 12.3.6(encoding@0.1.13) @@ -22822,7 +23701,7 @@ snapshots: '@react-native/gradle-plugin': 0.73.4 '@react-native/js-polyfills': 0.73.1 '@react-native/normalize-colors': 0.73.2 - '@react-native/virtualized-lists': 0.73.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1)) + '@react-native/virtualized-lists': 0.73.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822)) abort-controller: 3.0.0 anser: 1.4.10 ansi-regex: 5.0.1 @@ -22835,21 +23714,21 @@ snapshots: jest-environment-node: 29.7.0 jsc-android: 250231.0.0 memoize-one: 5.2.1 - metro-runtime: 0.80.7 - metro-source-map: 0.80.7 + metro-runtime: 0.80.10 + metro-source-map: 0.80.10 mkdirp: 0.5.6 nullthrows: 1.1.1 pretty-format: 26.6.2 promise: 8.3.0 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 react-devtools-core: 4.28.5 react-refresh: 0.14.2 - react-shallow-renderer: 16.15.0(react@18.3.1) + react-shallow-renderer: 16.15.0(react@19.0.0-rc-b57d2823-20240822) regenerator-runtime: 0.13.11 scheduler: 0.24.0-canary-efb381bbf-20230505 stacktrace-parser: 0.1.10 whatwg-fetch: 3.6.20 - ws: 6.2.2 + ws: 6.2.3 yargs: 17.7.2 transitivePeerDependencies: - '@babel/core' @@ -22859,81 +23738,80 @@ snapshots: - supports-color - utf-8-validate - react-number-format@5.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-number-format@5.4.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): dependencies: prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - react-reconciler@0.27.0(react@18.3.1): + react-reconciler@0.27.0(react@19.0.0-rc-b57d2823-20240822): dependencies: loose-envify: 1.4.0 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 scheduler: 0.21.0 - react-reconciler@0.29.0(react@18.3.1): + react-reconciler@0.29.2(react@19.0.0-rc-b57d2823-20240822): dependencies: loose-envify: 1.4.0 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 scheduler: 0.23.2 - react-redux@8.1.3(@types/react-dom@18.3.0)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1))(react@18.3.1)(redux@4.2.1): + react-redux@8.1.3(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(redux@4.2.1)(types-react@19.0.0-rc.1): dependencies: '@babel/runtime': 7.25.0 '@types/hoist-non-react-statics': 3.3.5 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 react-is: 18.3.1 - use-sync-external-store: 1.2.0(react@18.3.1) + use-sync-external-store: 1.2.0(react@19.0.0-rc-b57d2823-20240822) optionalDependencies: - '@types/react': 18.3.4 - '@types/react-dom': 18.3.0 - react-dom: 18.3.1(react@18.3.1) - react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1) + '@types/react': types-react@19.0.0-rc.1 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822) redux: 4.2.1 react-refresh@0.14.2: {} - react-router-dom@6.26.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-router-dom@6.26.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): dependencies: '@remix-run/router': 1.19.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-router: 6.26.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react-router: 6.26.1(react@19.0.0-rc-b57d2823-20240822) - react-router@6.26.1(react@18.3.1): + react-router@6.26.1(react@19.0.0-rc-b57d2823-20240822): dependencies: '@remix-run/router': 1.19.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 - react-runner@1.0.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-runner@1.0.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): dependencies: - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) sucrase: 3.34.0 - react-shallow-renderer@16.15.0(react@18.3.1): + react-shallow-renderer@16.15.0(react@19.0.0-rc-b57d2823-20240822): dependencies: object-assign: 4.1.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 react-is: 18.3.1 - react-simple-code-editor@0.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-simple-code-editor@0.14.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): dependencies: - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - react-spring@9.7.4(@react-three/fiber@8.16.0(react-dom@18.3.1(react@18.3.1))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1))(react@18.3.1)(three@0.162.0))(konva@9.3.6)(react-dom@18.3.1(react@18.3.1))(react-konva@18.2.10(konva@9.3.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1))(react-zdog@1.2.2)(react@18.3.1)(three@0.162.0)(zdog@1.1.3): + react-spring@9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0))(konva@9.3.6)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react-zdog@1.2.2)(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0)(zdog@1.1.3): dependencies: - '@react-spring/core': 9.7.4(react@18.3.1) - '@react-spring/konva': 9.7.4(konva@9.3.6)(react-konva@18.2.10(konva@9.3.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) - '@react-spring/native': 9.7.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1))(react@18.3.1) - '@react-spring/three': 9.7.4(@react-three/fiber@8.16.0(react-dom@18.3.1(react@18.3.1))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@18.3.1))(react@18.3.1)(three@0.162.0))(react@18.3.1)(three@0.162.0) - '@react-spring/web': 9.7.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-spring/zdog': 9.7.4(react-dom@18.3.1(react@18.3.1))(react-zdog@1.2.2)(react@18.3.1)(zdog@1.1.3) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@react-spring/core': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/konva': 9.7.4(konva@9.3.6)(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/native': 9.7.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/three': 9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0))(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0) + '@react-spring/web': 9.7.4(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/zdog': 9.7.4(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-zdog@1.2.2)(react@19.0.0-rc-b57d2823-20240822)(zdog@1.1.3) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) transitivePeerDependencies: - '@react-three/fiber' - konva @@ -22948,52 +23826,52 @@ snapshots: '@babel/runtime': 7.25.0 warning: 4.0.3 - react-swipeable-views-utils@0.14.0(react@18.3.1): + react-swipeable-views-utils@0.14.0(react@19.0.0-rc-b57d2823-20240822): dependencies: '@babel/runtime': 7.25.0 keycode: 2.2.1 prop-types: 15.8.1 - react-event-listener: 0.6.6(react@18.3.1) + react-event-listener: 0.6.6(react@19.0.0-rc-b57d2823-20240822) react-swipeable-views-core: 0.14.0 shallow-equal: 1.2.1 transitivePeerDependencies: - react - react-swipeable-views@0.14.0(react@18.3.1): + react-swipeable-views@0.14.0(react@19.0.0-rc-b57d2823-20240822): dependencies: '@babel/runtime': 7.25.0 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 react-swipeable-views-core: 0.14.0 - react-swipeable-views-utils: 0.14.0(react@18.3.1) + react-swipeable-views-utils: 0.14.0(react@19.0.0-rc-b57d2823-20240822) warning: 4.0.3 - react-transition-group@4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-transition-group@4.4.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): dependencies: '@babel/runtime': 7.25.0 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - react-use-measure@2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-use-measure@2.1.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): dependencies: debounce: 1.2.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - react-virtuoso@4.10.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-virtuoso@4.10.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): dependencies: - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - react-window@1.8.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-window@1.8.10(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): dependencies: '@babel/runtime': 7.25.0 memoize-one: 5.2.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) react-zdog@1.2.2: dependencies: @@ -23005,6 +23883,8 @@ snapshots: dependencies: loose-envify: 1.4.0 + react@19.0.0-rc-b57d2823-20240822: {} + read-cache@1.0.0: dependencies: pify: 2.3.0 @@ -23108,7 +23988,7 @@ snapshots: ast-types: 0.15.2 esprima: 4.0.1 source-map: 0.6.1 - tslib: 2.6.2 + tslib: 2.7.0 recast@0.23.9: dependencies: @@ -23159,9 +24039,11 @@ snapshots: regenerator-runtime@0.14.0: {} + regenerator-runtime@0.14.1: {} + regenerator-transform@0.15.2: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 regexp.prototype.flags@1.5.2: dependencies: @@ -23381,6 +24263,8 @@ snapshots: dependencies: loose-envify: 1.4.0 + scheduler@0.25.0-rc-b57d2823-20240822: {} + schema-utils@3.3.0: dependencies: '@types/json-schema': 7.0.12 @@ -23410,6 +24294,8 @@ snapshots: dependencies: lru-cache: 6.0.0 + semver@7.6.3: {} + send@0.18.0: dependencies: debug: 2.6.9 @@ -23528,6 +24414,33 @@ snapshots: '@img/sharp-win32-ia32': 0.33.3 '@img/sharp-win32-x64': 0.33.3 + sharp@0.33.5: + dependencies: + color: 4.2.3 + detect-libc: 2.0.3 + semver: 7.6.3 + optionalDependencies: + '@img/sharp-darwin-arm64': 0.33.5 + '@img/sharp-darwin-x64': 0.33.5 + '@img/sharp-libvips-darwin-arm64': 1.0.4 + '@img/sharp-libvips-darwin-x64': 1.0.4 + '@img/sharp-libvips-linux-arm': 1.0.5 + '@img/sharp-libvips-linux-arm64': 1.0.4 + '@img/sharp-libvips-linux-s390x': 1.0.4 + '@img/sharp-libvips-linux-x64': 1.0.4 + '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 + '@img/sharp-libvips-linuxmusl-x64': 1.0.4 + '@img/sharp-linux-arm': 0.33.5 + '@img/sharp-linux-arm64': 0.33.5 + '@img/sharp-linux-s390x': 0.33.5 + '@img/sharp-linux-x64': 0.33.5 + '@img/sharp-linuxmusl-arm64': 0.33.5 + '@img/sharp-linuxmusl-x64': 0.33.5 + '@img/sharp-wasm32': 0.33.5 + '@img/sharp-win32-ia32': 0.33.5 + '@img/sharp-win32-x64': 0.33.5 + optional: true + shebang-command@1.2.0: dependencies: shebang-regex: 1.0.0 @@ -23870,7 +24783,7 @@ snapshots: style-search@0.1.0: {} - styled-components@6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + styled-components@6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): dependencies: '@emotion/is-prop-valid': 1.2.2 '@emotion/unitless': 0.8.1 @@ -23878,16 +24791,24 @@ snapshots: css-to-react-native: 3.2.0 csstype: 3.1.3 postcss: 8.4.38 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) shallowequal: 1.1.0 stylis: 4.3.2 tslib: 2.6.2 - styled-jsx@5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@18.3.1): + styled-jsx@5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-b57d2823-20240822): dependencies: client-only: 0.0.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 + optionalDependencies: + '@babel/core': 7.25.2 + babel-plugin-macros: 3.1.0 + + styled-jsx@5.1.6(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-b57d2823-20240822): + dependencies: + client-only: 0.0.1 + react: 19.0.0-rc-b57d2823-20240822 optionalDependencies: '@babel/core': 7.25.2 babel-plugin-macros: 3.1.0 @@ -24030,9 +24951,9 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - suspend-react@0.1.3(react@18.3.1): + suspend-react@0.1.3(react@19.0.0-rc-b57d2823-20240822): dependencies: - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 svg-tags@1.0.0: {} @@ -24155,6 +25076,13 @@ snapshots: commander: 2.20.3 source-map-support: 0.5.21 + terser@5.31.6: + dependencies: + '@jridgewell/source-map': 0.3.6 + acorn: 8.12.1 + commander: 2.20.3 + source-map-support: 0.5.21 + test-exclude@6.0.0: dependencies: '@istanbuljs/schema': 0.1.3 @@ -24165,22 +25093,22 @@ snapshots: text-table@0.2.0: {} - theme-ui@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1): + theme-ui@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822): dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) - '@theme-ui/color-modes': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1) - '@theme-ui/components': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1))(react@18.3.1) - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1)) - '@theme-ui/global': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1) - '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(react@18.3.1) - react: 18.3.1 + '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@theme-ui/color-modes': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/components': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)) + '@theme-ui/global': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-b57d2823-20240822 - theming@3.3.0(react@18.3.1): + theming@3.3.0(react@19.0.0-rc-b57d2823-20240822): dependencies: hoist-non-react-statics: 3.3.2 prop-types: 15.8.1 - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 react-display-name: 0.2.5 tiny-warning: 1.0.3 @@ -24301,6 +25229,8 @@ snapshots: tslib@2.6.2: {} + tslib@2.7.0: {} + tsscmp@1.0.6: {} tsx@4.17.0: @@ -24387,6 +25317,18 @@ snapshots: typedarray@0.0.6: {} + types-react-dom@19.0.0-rc.1: + dependencies: + '@types/react': types-react@19.0.0-rc.1 + + types-react-is@19.0.0-rc.1: + dependencies: + '@types/react': 18.3.4 + + types-react@19.0.0-rc.1: + dependencies: + csstype: 3.1.3 + typescript@5.5.4: {} ua-parser-js@0.7.33: {} @@ -24518,18 +25460,18 @@ snapshots: urlpattern-polyfill@8.0.2: {} - use-count-up@3.0.1(react@18.3.1): + use-count-up@3.0.1(react@19.0.0-rc-b57d2823-20240822): dependencies: - react: 18.3.1 - use-elapsed-time: 3.0.2(react@18.3.1) + react: 19.0.0-rc-b57d2823-20240822 + use-elapsed-time: 3.0.2(react@19.0.0-rc-b57d2823-20240822) - use-elapsed-time@3.0.2(react@18.3.1): + use-elapsed-time@3.0.2(react@19.0.0-rc-b57d2823-20240822): dependencies: - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 - use-sync-external-store@1.2.0(react@18.3.1): + use-sync-external-store@1.2.0(react@19.0.0-rc-b57d2823-20240822): dependencies: - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 util-deprecate@1.0.2: {} @@ -24584,13 +25526,13 @@ snapshots: unist-util-stringify-position: 2.0.3 vfile-message: 2.0.4 - vite-node@2.0.5(@types/node@18.19.46)(terser@5.29.2): + vite-node@2.0.5(@types/node@18.19.46)(terser@5.31.6): dependencies: cac: 6.7.14 debug: 4.3.5(supports-color@8.1.1) pathe: 1.1.2 tinyrainbow: 1.2.0 - vite: 5.4.1(@types/node@18.19.46)(terser@5.29.2) + vite: 5.4.1(@types/node@18.19.46)(terser@5.31.6) transitivePeerDependencies: - '@types/node' - less @@ -24602,7 +25544,7 @@ snapshots: - supports-color - terser - vite-plugin-pages@0.32.3(vite@5.4.1(@types/node@18.19.46)(terser@5.29.2)): + vite-plugin-pages@0.32.3(vite@5.4.1(@types/node@18.19.46)(terser@5.31.6)): dependencies: '@types/debug': 4.1.12 debug: 4.3.5(supports-color@8.1.1) @@ -24612,12 +25554,12 @@ snapshots: json5: 2.2.3 local-pkg: 0.5.0 picocolors: 1.0.1 - vite: 5.4.1(@types/node@18.19.46)(terser@5.29.2) + vite: 5.4.1(@types/node@18.19.46)(terser@5.31.6) yaml: 2.4.5 transitivePeerDependencies: - supports-color - vite@5.4.1(@types/node@18.19.46)(terser@5.29.2): + vite@5.4.1(@types/node@18.19.46)(terser@5.31.6): dependencies: esbuild: 0.21.5 postcss: 8.4.41 @@ -24625,9 +25567,9 @@ snapshots: optionalDependencies: '@types/node': 18.19.46 fsevents: 2.3.3 - terser: 5.29.2 + terser: 5.31.6 - vitest@2.0.5(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(terser@5.29.2): + vitest@2.0.5(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(terser@5.31.6): dependencies: '@ampproject/remapping': 2.3.0 '@vitest/expect': 2.0.5 @@ -24645,8 +25587,8 @@ snapshots: tinybench: 2.8.0 tinypool: 1.0.0 tinyrainbow: 1.2.0 - vite: 5.4.1(@types/node@18.19.46)(terser@5.29.2) - vite-node: 2.0.5(@types/node@18.19.46)(terser@5.29.2) + vite: 5.4.1(@types/node@18.19.46)(terser@5.31.6) + vite-node: 2.0.5(@types/node@18.19.46)(terser@5.31.6) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 18.19.46 @@ -24963,10 +25905,12 @@ snapshots: type-fest: 0.4.1 write-json-file: 3.2.0 - ws@6.2.2: + ws@6.2.3: dependencies: async-limiter: 1.0.1 + ws@7.5.10: {} + ws@7.5.9: {} ws@8.11.0: {} @@ -25016,6 +25960,8 @@ snapshots: yaml@2.4.5: {} + yaml@2.5.0: {} + yargs-parser@18.1.3: dependencies: camelcase: 5.3.1 @@ -25092,8 +26038,8 @@ snapshots: zod@3.23.8: {} - zustand@3.7.2(react@18.3.1): + zustand@3.7.2(react@19.0.0-rc-b57d2823-20240822): optionalDependencies: - react: 18.3.1 + react: 19.0.0-rc-b57d2823-20240822 zwitch@1.0.5: {} diff --git a/test/package.json b/test/package.json index cc9fca6e0dcc3c..5dd1e8d7e37220 100644 --- a/test/package.json +++ b/test/package.json @@ -20,8 +20,8 @@ "@playwright/test": "1.46.1", "@testing-library/dom": "^10.4.0", "@types/chai": "^4.3.17", - "@types/react": "^18.3.4", - "@types/react-is": "^18.3.0", + "@types/react": "npm:types-react@19.0.0-rc.1", + "@types/react-is": "npm:types-react-is@19.0.0-rc.1", "@types/sinon": "^17.0.3", "chai": "^4.5.0", "docs": "workspace:^", @@ -31,9 +31,9 @@ "lodash": "^4.17.21", "playwright": "^1.46.1", "prop-types": "^15.8.1", - "react": "^18.3.1", - "react-dom": "^18.3.1", - "react-is": "^18.3.1", + "react": "next", + "react-dom": "next", + "react-is": "next", "react-router-dom": "^6.26.1", "sinon": "^16.1.3", "styled-components": "^6.1.12", From 5c63c8f5534043d45bbafae8b445da5ca0fe6ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Tue, 27 Aug 2024 11:11:14 +0200 Subject: [PATCH 2/9] Update test-utils React peer deps --- packages-internal/test-utils/package.json | 4 +-- pnpm-lock.yaml | 42 ++++------------------- 2 files changed, 8 insertions(+), 38 deletions(-) diff --git a/packages-internal/test-utils/package.json b/packages-internal/test-utils/package.json index 36290b706bda49..57643f6a1c321c 100644 --- a/packages-internal/test-utils/package.json +++ b/packages-internal/test-utils/package.json @@ -63,8 +63,8 @@ "typescript": "^5.5.4" }, "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" + "react": "next", + "react-dom": "next" }, "publishConfig": { "access": "public" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e716c26151881f..db8fefda9d3b5d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1017,13 +1017,13 @@ importers: version: 11.13.1 '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(react@18.3.1)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@testing-library/dom': specifier: ^10.4.0 version: 10.4.0 '@testing-library/react': specifier: ^16.0.0 - version: 16.0.0(@testing-library/dom@10.4.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + version: 16.0.0(@testing-library/dom@10.4.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) '@testing-library/user-event': specifier: ^14.5.2 version: 14.5.2(@testing-library/dom@10.4.0) @@ -1058,11 +1058,11 @@ importers: specifier: ^15.8.1 version: 15.8.1 react: - specifier: ^18.2.0 - version: 18.3.1 + specifier: next + version: 19.0.0-rc-b57d2823-20240822 react-dom: - specifier: ^18.2.0 - version: 18.3.1(react@18.3.1) + specifier: next + version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -14550,22 +14550,6 @@ snapshots: '@emotion/memoize@0.9.0': {} - '@emotion/react@11.13.3(react@18.3.1)(types-react@19.0.0-rc.1)': - dependencies: - '@babel/runtime': 7.25.0 - '@emotion/babel-plugin': 11.12.0 - '@emotion/cache': 11.13.1 - '@emotion/serialize': 1.3.1 - '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@18.3.1) - '@emotion/utils': 1.4.0 - '@emotion/weak-memoize': 0.4.0 - hoist-non-react-statics: 3.3.2 - react: 18.3.1 - optionalDependencies: - '@types/react': types-react@19.0.0-rc.1 - transitivePeerDependencies: - - supports-color - '@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 @@ -14620,10 +14604,6 @@ snapshots: '@emotion/unitless@0.8.1': {} - '@emotion/use-insertion-effect-with-fallbacks@1.1.0(react@18.3.1)': - dependencies: - react: 18.3.1 - '@emotion/use-insertion-effect-with-fallbacks@1.1.0(react@19.0.0-rc-b57d2823-20240822)': dependencies: react: 19.0.0-rc-b57d2823-20240822 @@ -16857,16 +16837,6 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 - '@testing-library/react@16.0.0(@testing-library/dom@10.4.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': - dependencies: - '@babel/runtime': 7.25.0 - '@testing-library/dom': 10.4.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - optionalDependencies: - '@types/react': types-react@19.0.0-rc.1 - '@types/react-dom': types-react-dom@19.0.0-rc.1 - '@testing-library/react@16.0.0(@testing-library/dom@10.4.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 From 586452f57e5c19a1c57a19752e4ea21da8474684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Mon, 26 Aug 2024 21:21:56 +0200 Subject: [PATCH 3/9] Adapt Modal test to pass --- packages/mui-material/src/Modal/Modal.test.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/mui-material/src/Modal/Modal.test.js b/packages/mui-material/src/Modal/Modal.test.js index dd4da576fde15f..3b50c00c33861f 100644 --- a/packages/mui-material/src/Modal/Modal.test.js +++ b/packages/mui-material/src/Modal/Modal.test.js @@ -599,9 +599,11 @@ describe('', () => { return ( - - - + {/* TODO: Look into why this test started to fail with React 19 when using a transition component as children. */} + {/* See: https://github.com/mui/material-ui/issues/43312 */} + {/* */} + + {/* */} ); } From 40b1e893e5312c34349051575fb3b2f6e5daf906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Mon, 26 Aug 2024 22:36:43 +0200 Subject: [PATCH 4/9] Adapt envinfo test to pass --- packages/mui-envinfo/envinfo.test.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/mui-envinfo/envinfo.test.js b/packages/mui-envinfo/envinfo.test.js index 1367c58eb72991..c5f490787413cc 100644 --- a/packages/mui-envinfo/envinfo.test.js +++ b/packages/mui-envinfo/envinfo.test.js @@ -40,7 +40,16 @@ describe('@mui/envinfo', () => { // Other libraries expect(envinfo).to.have.nested.property('npmPackages.react'); expect(envinfo).to.have.nested.property('npmPackages.react-dom'); - expect(envinfo).to.have.nested.property('npmPackages.@types/react'); + + // TODO: remove this check once React 19 stable types are released + // React 19 RC requires setting `@types/react' to `npm:types-react@19.0.0-rc.1` + // See https://react.dev/blog/2024/04/25/react-19-upgrade-guide#installing + if (process.env.REACT_VERSION === 'next') { + expect(envinfo).to.have.nested.property('npmPackages.@types/react'); + } else { + expect(envinfo).to.have.nested.property('npmPackages.types-react'); + } + expect(envinfo).to.have.nested.property('npmPackages.@emotion/react'); expect(envinfo).to.have.nested.property('npmPackages.@emotion/styled'); }); From 5b459b05c9099bf955d79b1b0b6ae1718a8df526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Mon, 26 Aug 2024 23:32:54 +0200 Subject: [PATCH 5/9] Add resolutions --- package.json | 7 +- pnpm-lock.yaml | 256 ++++++++++++++++++++++++++++++++++++------------- 2 files changed, 195 insertions(+), 68 deletions(-) diff --git a/package.json b/package.json index 40b11e988702cf..e048a7a3a0c3ff 100644 --- a/package.json +++ b/package.json @@ -210,8 +210,11 @@ "@definitelytyped/typescript-versions": "^0.1.4", "@definitelytyped/utils": "^0.1.7", "@types/node": "^18.19.46", - "@types/react": "npm:types-react@19.0.0-rc.1", - "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", + "types-react-dom>@types/react": "npm:types-react@19.0.0-rc.1", + "@types/hoist-non-react-statics>@types/react": "npm:types-react@19.0.0-rc.1", + "@types/react-transition-group>@types/react": "npm:types-react@19.0.0-rc.1", + "@types/react-window>@types/react": "npm:types-react@19.0.0-rc.1", + "@types/react-swipeable-views>@types/react": "npm:types-react@19.0.0-rc.1", "cross-fetch": "^4.0.0", "@pigment-css/react": "0.0.20", "@pigment-css/unplugin": "0.0.20", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index db8fefda9d3b5d..723d03855cd79b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,8 +17,11 @@ overrides: '@definitelytyped/typescript-versions': ^0.1.4 '@definitelytyped/utils': ^0.1.7 '@types/node': ^18.19.46 - '@types/react': npm:types-react@19.0.0-rc.1 - '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 + types-react-dom>@types/react: npm:types-react@19.0.0-rc.1 + '@types/hoist-non-react-statics>@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-transition-group>@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-window>@types/react': npm:types-react@19.0.0-rc.1 + '@types/react-swipeable-views>@types/react': npm:types-react@19.0.0-rc.1 cross-fetch: ^4.0.0 '@pigment-css/react': 0.0.20 '@pigment-css/unplugin': 0.0.20 @@ -465,16 +468,16 @@ importers: version: 7.25.0 '@chakra-ui/system': specifier: ^2.6.2 - version: 2.6.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + version: 2.6.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) '@emotion/server': specifier: ^11.11.0 version: 11.11.0(@emotion/css@11.11.2) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) '@mui/material': specifier: workspace:^ version: link:../packages/mui-material/build @@ -522,7 +525,7 @@ importers: version: 10.10.0(react@19.0.0-rc-b57d2823-20240822) react-redux: specifier: ^8.1.3 - version: 8.1.3(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(redux@4.2.1)(types-react@19.0.0-rc.1) + version: 8.1.3(@types/react@18.3.4)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(redux@4.2.1) redux: specifier: ^4.2.1 version: 4.2.1 @@ -537,7 +540,7 @@ importers: version: 5.1.5 theme-ui: specifier: ^0.16.2 - version: 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + version: 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) webpack: specifier: ^5.93.0 version: 5.93.0(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.93.0)) @@ -1279,7 +1282,7 @@ importers: version: 7.25.0 '@mui/utils': specifier: ^5.0.0 - version: 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 5.16.5(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) babel-plugin-macros: specifier: ^3.1.0 version: 3.1.0 @@ -1856,7 +1859,7 @@ importers: version: link:../mui-system/build '@pigment-css/react': specifier: 0.0.20 - version: 0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 0.0.20(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) publishDirectory: build packages/mui-private-theming: @@ -3411,7 +3414,7 @@ packages: '@docsearch/react@3.6.1': resolution: {integrity: sha512-qXZkEPvybVhSXj0K7U3bXc233tk5e8PfhoZ6MhPOiik/qUQxYC+Dn9DnoS7CxHQQhHfCvTiN0eY9M12oRghEXw==} peerDependencies: - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': '>= 16.8.0 < 19.0.0' react: '>= 16.8.0 < 19.0.0' react-dom: '>= 16.8.0 < 19.0.0' search-insights: '>= 1 < 3' @@ -4194,7 +4197,7 @@ packages: resolution: {integrity: sha512-dc38W4W3K42atE9nSaOeoJ7/x9wGIfawdwC/UmMxMLlZ1iSsITQ8dQJaTATCbn98YvYPINK/EH541YA5enQIPQ==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -4205,7 +4208,7 @@ packages: resolution: {integrity: sha512-+uNbP3OHJuZVI00WyMg7xfLZotaEY7LgvYXDfONVJbrS+K9wyjCIPNfjy8r9XJn4fbHo/5ibiZqjWnU9LMNv+A==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -4216,7 +4219,7 @@ packages: resolution: {integrity: sha512-I/lGHztkCzvwlXpjD2+SNmvNQvB4227xBXhISPjEaJUXGImOQ9f3D2Yj/T3KasSI/h0MLWy74X0J6clhPmsRbQ==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -4232,7 +4235,7 @@ packages: peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -4250,7 +4253,7 @@ packages: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 '@mui/material': '>=5.15.0' - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -4267,7 +4270,7 @@ packages: peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -4282,7 +4285,7 @@ packages: resolution: {integrity: sha512-CSLg0YkpDqg0aXOxtjo3oTMd3XWMxvNb5d0v4AYVqwOltU8q6GvnZjhWyCLjGSCrcgfwm6/VDjaKLPlR14wxIA==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -4292,7 +4295,7 @@ packages: resolution: {integrity: sha512-zRdwVf8RpuM0MEqMveoJ0sV48eMWvutkcY/pt9nX21jXD9kaxOCuQyT6oNrXF7ZlBDOi/NXfKRDgkQfj+kwxDQ==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -4330,7 +4333,7 @@ packages: peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@emotion/react': @@ -4346,7 +4349,7 @@ packages: peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@emotion/react': @@ -4359,7 +4362,7 @@ packages: '@mui/types@7.2.15': resolution: {integrity: sha512-nbo7yPhtKJkdf9kcVOF8JZHPZTmqXjJ/tI0bdWgHg5tp9AnIN4Y7f7wm9T+0SyGYJk76+GYZ8Q5XaTYAsUHN0Q==} peerDependencies: - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': optional: true @@ -4368,7 +4371,7 @@ packages: resolution: {integrity: sha512-CwhcA9y44XwK7k2joL3Y29mRUnoBt+gOZZdGyw7YihbEwEErJYBtDwbZwVgH68zAljGe/b+Kd5bzfl63Gi3R2A==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -4378,7 +4381,7 @@ packages: resolution: {integrity: sha512-QidRa70STALSsTTeeJ7ddyyVbEAK3cVOK350L8tAJLzag79XzNE+lSpU4+UnIna9ftuI9sIJHVxZK6wVw7ATug==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -4388,7 +4391,7 @@ packages: resolution: {integrity: sha512-jyNcB0drDhYcoq5MHNTiEc63GfVE1GZK+CVUd8tlLzk5q631RPYJ5jONSOszLiUOXBmI8Uu1SBJUwrG3j2YG2A==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': npm:types-react@19.0.0-rc.1 + '@types/react': ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -5492,8 +5495,8 @@ packages: engines: {node: '>=18'} peerDependencies: '@testing-library/dom': ^10.0.0 - '@types/react': npm:types-react@19.0.0-rc.1 - '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 + '@types/react': ^18.0.0 + '@types/react-dom': ^18.0.0 react: ^18.0.0 react-dom: ^18.0.0 peerDependenciesMeta: @@ -11108,8 +11111,8 @@ packages: react-redux@8.1.3: resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==} peerDependencies: - '@types/react': npm:types-react@19.0.0-rc.1 - '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 + '@types/react': ^16.8 || ^17.0 || ^18.0 + '@types/react-dom': ^16.8 || ^17.0 || ^18.0 react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 react-native: '>=0.59' @@ -14394,7 +14397,7 @@ snapshots: csstype: 3.1.3 lodash.mergewith: 4.6.2 - '@chakra-ui/system@2.6.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)': + '@chakra-ui/system@2.6.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': dependencies: '@chakra-ui/color-mode': 2.2.0(react@19.0.0-rc-b57d2823-20240822) '@chakra-ui/object-utils': 2.1.0 @@ -14402,8 +14405,8 @@ snapshots: '@chakra-ui/styled-system': 2.9.2 '@chakra-ui/theme-utils': 2.0.21 '@chakra-ui/utils': 2.0.15 - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) react: 19.0.0-rc-b57d2823-20240822 react-fast-compare: 3.2.2 @@ -14550,6 +14553,22 @@ snapshots: '@emotion/memoize@0.9.0': {} + '@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)': + dependencies: + '@babel/runtime': 7.25.0 + '@emotion/babel-plugin': 11.12.0 + '@emotion/cache': 11.13.1 + '@emotion/serialize': 1.3.1 + '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-b57d2823-20240822) + '@emotion/utils': 1.4.0 + '@emotion/weak-memoize': 0.4.0 + hoist-non-react-statics: 3.3.2 + react: 19.0.0-rc-b57d2823-20240822 + optionalDependencies: + '@types/react': 18.3.4 + transitivePeerDependencies: + - supports-color + '@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 @@ -14585,6 +14604,21 @@ snapshots: '@emotion/sheet@1.4.0': {} + '@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)': + dependencies: + '@babel/runtime': 7.25.0 + '@emotion/babel-plugin': 11.12.0 + '@emotion/is-prop-valid': 1.3.0 + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@emotion/serialize': 1.3.1 + '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-b57d2823-20240822) + '@emotion/utils': 1.4.0 + react: 19.0.0-rc-b57d2823-20240822 + optionalDependencies: + '@types/react': 18.3.4 + transitivePeerDependencies: + - supports-color + '@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 @@ -15297,6 +15331,15 @@ snapshots: optionalDependencies: '@types/react': types-react@19.0.0-rc.1 + '@mui/private-theming@6.0.0-alpha.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)': + dependencies: + '@babel/runtime': 7.25.4 + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + prop-types: 15.8.1 + react: 19.0.0-rc-b57d2823-20240822 + optionalDependencies: + '@types/react': 18.3.4 + '@mui/private-theming@6.0.0-alpha.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 @@ -15317,6 +15360,17 @@ snapshots: '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/styled-engine@6.0.0-alpha.3(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': + dependencies: + '@babel/runtime': 7.25.4 + '@emotion/cache': 11.13.1 + csstype: 3.1.3 + prop-types: 15.8.1 + react: 19.0.0-rc-b57d2823-20240822 + optionalDependencies: + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@mui/styled-engine@6.0.0-alpha.3(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)': dependencies: '@babel/runtime': 7.25.4 @@ -15344,6 +15398,22 @@ snapshots: '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@types/react': types-react@19.0.0-rc.1 + '@mui/system@6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)': + dependencies: + '@babel/runtime': 7.25.0 + '@mui/private-theming': 6.0.0-alpha.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@mui/styled-engine': 6.0.0-alpha.3(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@mui/types': 7.2.15(@types/react@18.3.4) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + clsx: 2.1.1 + csstype: 3.1.3 + prop-types: 15.8.1 + react: 19.0.0-rc-b57d2823-20240822 + optionalDependencies: + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@types/react': 18.3.4 + '@mui/system@6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 @@ -15360,10 +15430,26 @@ snapshots: '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) '@types/react': types-react@19.0.0-rc.1 + '@mui/types@7.2.15(@types/react@18.3.4)': + optionalDependencies: + '@types/react': 18.3.4 + '@mui/types@7.2.15(types-react@19.0.0-rc.1)': optionalDependencies: '@types/react': types-react@19.0.0-rc.1 + '@mui/utils@5.16.5(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)': + dependencies: + '@babel/runtime': 7.25.0 + '@mui/types': 7.2.15(@types/react@18.3.4) + '@types/prop-types': 15.7.12 + clsx: 2.1.1 + prop-types: 15.8.1 + react: 19.0.0-rc-b57d2823-20240822 + react-is: 18.3.1 + optionalDependencies: + '@types/react': 18.3.4 + '@mui/utils@5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 @@ -15388,6 +15474,16 @@ snapshots: optionalDependencies: '@types/react': types-react@19.0.0-rc.1 + '@mui/utils@6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)': + dependencies: + '@babel/runtime': 7.25.0 + '@types/prop-types': 15.7.12 + prop-types: 15.8.1 + react: 19.0.0-rc-b57d2823-20240822 + react-is: 18.3.1 + optionalDependencies: + '@types/react': 18.3.4 + '@mui/utils@6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.0 @@ -16141,6 +16237,34 @@ snapshots: - react - supports-color + '@pigment-css/react@0.0.20(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-module-imports': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/parser': 7.25.3 + '@babel/types': 7.25.2 + '@emotion/css': 11.11.2 + '@emotion/is-prop-valid': 1.3.0 + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@emotion/serialize': 1.3.1 + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@mui/system': 6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@wyw-in-js/processor-utils': 0.5.4 + '@wyw-in-js/shared': 0.5.4 + '@wyw-in-js/transform': 0.5.4 + clsx: 2.1.1 + cssesc: 3.0.0 + csstype: 3.1.3 + lodash: 4.17.21 + react: 19.0.0-rc-b57d2823-20240822 + stylis: 4.3.2 + stylis-plugin-rtl: 2.1.1(stylis@4.3.2) + transitivePeerDependencies: + - '@types/react' + - supports-color + '@pigment-css/react@0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': dependencies: '@babel/core': 7.25.2 @@ -16851,51 +16975,51 @@ snapshots: dependencies: '@testing-library/dom': 10.4.0 - '@theme-ui/color-modes@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)': + '@theme-ui/color-modes@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)) deepmerge: 4.3.1 react: 19.0.0-rc-b57d2823-20240822 - '@theme-ui/components@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': + '@theme-ui/components@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) '@styled-system/color': 5.1.2 '@styled-system/should-forward-prop': 5.1.5 '@styled-system/space': 5.1.2 - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)) - '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)) + '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) '@types/styled-system': 5.1.15 react: 19.0.0-rc-b57d2823-20240822 - '@theme-ui/core@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)': + '@theme-ui/core@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)) deepmerge: 4.3.1 react: 19.0.0-rc-b57d2823-20240822 - '@theme-ui/css@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))': + '@theme-ui/css@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))': dependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) csstype: 3.1.3 - '@theme-ui/global@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)': + '@theme-ui/global@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)) react: 19.0.0-rc-b57d2823-20240822 - '@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)': + '@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': dependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@theme-ui/color-modes': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/color-modes': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)) react: 19.0.0-rc-b57d2823-20240822 '@toolpad/core@0.5.1(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(next@14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(terser@5.31.6)(types-react@19.0.0-rc.1)': @@ -17170,11 +17294,11 @@ snapshots: '@types/react-reconciler@0.26.7': dependencies: - '@types/react': types-react@19.0.0-rc.1 + '@types/react': 18.3.4 '@types/react-reconciler@0.28.8': dependencies: - '@types/react': types-react@19.0.0-rc.1 + '@types/react': 18.3.4 '@types/react-swipeable-views@0.13.5': dependencies: @@ -23726,7 +23850,7 @@ snapshots: react: 19.0.0-rc-b57d2823-20240822 scheduler: 0.23.2 - react-redux@8.1.3(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(redux@4.2.1)(types-react@19.0.0-rc.1): + react-redux@8.1.3(@types/react@18.3.4)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(redux@4.2.1): dependencies: '@babel/runtime': 7.25.0 '@types/hoist-non-react-statics': 3.3.5 @@ -23736,7 +23860,7 @@ snapshots: react-is: 18.3.1 use-sync-external-store: 1.2.0(react@19.0.0-rc-b57d2823-20240822) optionalDependencies: - '@types/react': types-react@19.0.0-rc.1 + '@types/react': 18.3.4 react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822) redux: 4.2.1 @@ -25063,15 +25187,15 @@ snapshots: text-table@0.2.0: {} - theme-ui@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822): + theme-ui@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): dependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@theme-ui/color-modes': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/components': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)) - '@theme-ui/global': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/color-modes': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/components': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)) + '@theme-ui/global': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) react: 19.0.0-rc-b57d2823-20240822 theming@3.3.0(react@19.0.0-rc-b57d2823-20240822): From 49fabd35320eac1594cfd0085cffb3687e9c68c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Mon, 26 Aug 2024 23:34:27 +0200 Subject: [PATCH 6/9] Adapt ButtonBase test to pass --- packages/mui-material/src/ButtonBase/ButtonBase.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mui-material/src/ButtonBase/ButtonBase.test.js b/packages/mui-material/src/ButtonBase/ButtonBase.test.js index 569b3d9b4c488e..388b99c3eaa32e 100644 --- a/packages/mui-material/src/ButtonBase/ButtonBase.test.js +++ b/packages/mui-material/src/ButtonBase/ButtonBase.test.js @@ -1187,7 +1187,7 @@ describe('', () => { it('should be able to focus visible the button', async () => { /** - * @type {React.RefObject} + * @type {React.RefObject} */ const buttonActionsRef = React.createRef(); const { getByText } = render( From 0570ac3cacc5731a2e9340ba87182fbfe3f1cd16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Tue, 27 Aug 2024 12:04:49 +0200 Subject: [PATCH 7/9] pnpm dedupe --- pnpm-lock.yaml | 2265 ++++++++++++++++++------------------------------ 1 file changed, 844 insertions(+), 1421 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 723d03855cd79b..4928a0ea62fe84 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -70,7 +70,7 @@ importers: version: 7.25.1(@babel/core@7.25.2) '@babel/plugin-transform-runtime': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.25.2) + version: 7.25.4(@babel/core@7.25.2) '@babel/preset-env': specifier: ^7.25.3 version: 7.25.3(@babel/core@7.25.2) @@ -115,7 +115,7 @@ importers: version: 21.0.2 '@pigment-css/react': specifier: 0.0.20 - version: 0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 0.0.20(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@playwright/test': specifier: 1.46.1 version: 1.46.1 @@ -364,17 +364,17 @@ importers: version: link:../../packages/mui-utils/build next: specifier: latest - version: 14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-dom: specifier: next - version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) devDependencies: '@pigment-css/nextjs-plugin': specifier: 0.0.20 - version: 0.0.20(next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 0.0.20(next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@types/node': specifier: ^18.19.46 version: 18.19.46 @@ -419,16 +419,16 @@ importers: version: 2.1.1 react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-dom: specifier: next - version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) react-error-boundary: specifier: ^4.0.13 - version: 4.0.13(react@19.0.0-rc-b57d2823-20240822) + version: 4.0.13(react@19.0.0-rc-f65ac7bd-20240826) react-router-dom: specifier: ^6.26.1 - version: 6.26.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 6.26.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) devDependencies: '@babel/preset-react': specifier: ^7.24.7 @@ -438,7 +438,7 @@ importers: version: 7.24.7(@babel/core@7.25.2) '@pigment-css/vite-plugin': specifier: 0.0.20 - version: 0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)(vite@5.4.1(@types/node@18.19.46)(terser@5.31.6)) + version: 0.0.20(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)(vite@5.4.1(@types/node@18.19.46)(terser@5.31.6)) '@types/react': specifier: npm:types-react@19.0.0-rc.1 version: types-react@19.0.0-rc.1 @@ -465,19 +465,19 @@ importers: dependencies: '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 '@chakra-ui/system': specifier: ^2.6.2 - version: 2.6.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 2.6.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + version: 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) '@emotion/server': specifier: ^11.11.0 version: 11.11.0(@emotion/css@11.11.2) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + version: 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) '@mui/material': specifier: workspace:^ version: link:../packages/mui-material/build @@ -513,19 +513,19 @@ importers: version: 15.8.1 react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-dom: specifier: next - version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) react-is: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-jss: specifier: ^10.10.0 - version: 10.10.0(react@19.0.0-rc-b57d2823-20240822) + version: 10.10.0(react@19.0.0-rc-f65ac7bd-20240826) react-redux: specifier: ^8.1.3 - version: 8.1.3(@types/react@18.3.4)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(redux@4.2.1) + version: 8.1.3(@types/react@18.3.4)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(redux@4.2.1) redux: specifier: ^4.2.1 version: 4.2.1 @@ -534,13 +534,13 @@ importers: version: 6.1.5 styled-components: specifier: ^6.1.12 - version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) styled-system: specifier: ^5.1.5 version: 5.1.5 theme-ui: specifier: ^0.16.2 - version: 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) webpack: specifier: ^5.93.0 version: 5.93.0(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.93.0)) @@ -552,25 +552,25 @@ importers: version: 7.25.2 '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 '@babel/runtime-corejs2': specifier: ^7.25.0 version: 7.25.0 '@docsearch/react': specifier: ^3.6.1 - version: 3.6.1(@algolia/client-search@4.23.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(search-insights@2.13.0)(types-react@19.0.0-rc.1) + version: 3.6.1(@algolia/client-search@4.23.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(search-insights@2.13.0)(types-react@19.0.0-rc.1) '@emotion/cache': specifier: ^11.13.1 version: 11.13.1 '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@emotion/server': specifier: ^11.11.0 version: 11.11.0(@emotion/css@11.11.2) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@fortawesome/fontawesome-svg-core': specifier: ^6.6.0 version: 6.6.0 @@ -579,7 +579,7 @@ importers: version: 6.6.0 '@fortawesome/react-fontawesome': specifier: ^0.2.2 - version: 0.2.2(@fortawesome/fontawesome-svg-core@6.6.0)(react@19.0.0-rc-b57d2823-20240822) + version: 0.2.2(@fortawesome/fontawesome-svg-core@6.6.0)(react@19.0.0-rc-f65ac7bd-20240826) '@mui/base': specifier: workspace:* version: link:../packages/mui-base/build @@ -621,40 +621,40 @@ importers: version: link:../packages/mui-utils/build '@mui/x-charts': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/x-data-grid': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/x-data-grid-generator': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/x-data-grid-premium': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/x-data-grid-pro': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/x-date-pickers': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/x-date-pickers-pro': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/x-license': specifier: 7.13.0 - version: 7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/x-tree-view': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@popperjs/core': specifier: ^2.11.8 version: 2.11.8 '@react-spring/web': specifier: ^9.7.4 - version: 9.7.4(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 9.7.4(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) '@toolpad/core': specifier: ^0.5.1 - version: 0.5.1(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(next@14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(terser@5.31.6)(types-react@19.0.0-rc.1) + version: 0.5.1(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(next@14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(terser@5.31.6)(types-react@19.0.0-rc.1) autoprefixer: specifier: ^10.4.20 version: 10.4.20(postcss@8.4.41) @@ -735,16 +735,16 @@ importers: version: 1.5.0 markdown-to-jsx: specifier: ^7.4.7 - version: 7.4.7(react@19.0.0-rc-b57d2823-20240822) + version: 7.4.7(react@19.0.0-rc-f65ac7bd-20240826) material-ui-popup-state: specifier: ^5.1.2 - version: 5.1.2(@mui/material@packages+mui-material+build)(react@19.0.0-rc-b57d2823-20240822) + version: 5.1.2(@mui/material@packages+mui-material+build)(react@19.0.0-rc-f65ac7bd-20240826) next: specifier: ^14.2.6 - version: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) notistack: specifier: 3.0.1 - version: 3.0.1(csstype@3.1.3)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 3.0.1(csstype@3.1.3)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) nprogress: specifier: ^0.2.0 version: 0.2.0 @@ -759,58 +759,58 @@ importers: version: 15.8.1 react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-dom: specifier: next - version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) react-draggable: specifier: ^4.4.6 - version: 4.4.6(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 4.4.6(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) react-final-form: specifier: ^6.5.9 - version: 6.5.9(final-form@4.20.10)(react@19.0.0-rc-b57d2823-20240822) + version: 6.5.9(final-form@4.20.10)(react@19.0.0-rc-f65ac7bd-20240826) react-imask: specifier: ^7.6.1 - version: 7.6.1(react@19.0.0-rc-b57d2823-20240822) + version: 7.6.1(react@19.0.0-rc-f65ac7bd-20240826) react-intersection-observer: specifier: ^9.13.0 - version: 9.13.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 9.13.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) react-is: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-number-format: specifier: ^5.4.0 - version: 5.4.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 5.4.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) react-router-dom: specifier: ^6.26.1 - version: 6.26.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 6.26.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) react-runner: specifier: ^1.0.5 - version: 1.0.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 1.0.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) react-simple-code-editor: specifier: ^0.14.1 - version: 0.14.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 0.14.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) react-spring: specifier: ^9.7.4 - version: 9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0))(konva@9.3.6)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react-zdog@1.2.2)(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0)(zdog@1.1.3) + version: 9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0))(konva@9.3.6)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react-zdog@1.2.2)(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0)(zdog@1.1.3) react-swipeable-views: specifier: ^0.14.0 - version: 0.14.0(react@19.0.0-rc-b57d2823-20240822) + version: 0.14.0(react@19.0.0-rc-f65ac7bd-20240826) react-transition-group: specifier: ^4.4.5 - version: 4.4.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 4.4.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) react-virtuoso: specifier: ^4.10.1 - version: 4.10.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 4.10.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) react-window: specifier: ^1.8.10 - version: 1.8.10(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 1.8.10(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) rimraf: specifier: ^5.0.10 version: 5.0.10 styled-components: specifier: ^6.1.12 - version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) stylis: specifier: 4.2.0 version: 4.2.0 @@ -819,7 +819,7 @@ importers: version: 2.1.1(stylis@4.2.0) use-count-up: specifier: ^3.0.1 - version: 3.0.1(react@19.0.0-rc-b57d2823-20240822) + version: 3.0.1(react@19.0.0-rc-f65ac7bd-20240826) webpack-bundle-analyzer: specifier: ^4.10.2 version: 4.10.2 @@ -944,10 +944,10 @@ importers: version: 7.24.7(@babel/core@7.25.2) '@babel/plugin-syntax-typescript': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.25.2) + version: 7.25.4(@babel/core@7.25.2) '@babel/types': specifier: ^7.25.2 - version: 7.25.2 + version: 7.25.4 '@mui/internal-docs-utils': specifier: workspace:^ version: link:../docs-utils @@ -1014,19 +1014,19 @@ importers: version: 7.24.6(@babel/core@7.25.2) '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 '@emotion/cache': specifier: ^11.13.1 version: 11.13.1 '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@testing-library/dom': specifier: ^10.4.0 version: 10.4.0 '@testing-library/react': specifier: ^16.0.0 - version: 16.0.0(@testing-library/dom@10.4.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + version: 16.0.0(@testing-library/dom@10.4.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) '@testing-library/user-event': specifier: ^14.5.2 version: 14.5.2(@testing-library/dom@10.4.0) @@ -1062,10 +1062,10 @@ importers: version: 15.8.1 react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-dom: specifier: next - version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -1105,7 +1105,7 @@ importers: version: 7.24.7(@babel/core@7.25.2) '@babel/traverse': specifier: ^7.25.3 - version: 7.25.3 + version: 7.25.4 '@mui/internal-docs-utils': specifier: workspace:^ version: link:../../packages-internal/docs-utils @@ -1254,7 +1254,7 @@ importers: dependencies: '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 lodash: specifier: ^4.17.21 version: 4.17.21 @@ -1279,10 +1279,10 @@ importers: version: 7.24.7 '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 '@mui/utils': specifier: ^5.0.0 - version: 5.16.5(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + version: 5.16.5(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) babel-plugin-macros: specifier: ^3.1.0 version: 3.1.0 @@ -1304,10 +1304,10 @@ importers: dependencies: '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 '@floating-ui/react-dom': specifier: ^2.1.1 - version: 2.1.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 2.1.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) '@mui/types': specifier: workspace:^ version: link:../mui-types/build @@ -1332,7 +1332,7 @@ importers: version: link:../../packages-internal/test-utils '@testing-library/react': specifier: ^16.0.0 - version: 16.0.0(@testing-library/dom@10.4.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + version: 16.0.0(@testing-library/dom@10.4.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) '@testing-library/user-event': specifier: ^14.5.2 version: 14.5.2(@testing-library/dom@10.4.0) @@ -1362,10 +1362,10 @@ importers: version: 4.17.21 react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-dom: specifier: next - version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -1378,10 +1378,10 @@ importers: version: 7.25.2 '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 '@babel/traverse': specifier: ^7.25.3 - version: 7.25.3 + version: 7.25.4 jscodeshift: specifier: ^0.16.1 version: 0.16.1(@babel/preset-env@7.25.3(@babel/core@7.25.2)) @@ -1416,16 +1416,16 @@ importers: dependencies: '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 '@mui/base': specifier: '*' - version: 5.0.0-beta.40(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 5.0.0-beta.40(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/internal-markdown': specifier: workspace:^ version: link:../markdown '@mui/system': specifier: ^5.0.0 || ^6.0.0 - version: 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) chai: specifier: ^4.4.1 version: 4.5.0 @@ -1465,10 +1465,10 @@ importers: version: types-react@19.0.0-rc.1 next: specifier: ^14.2.6 - version: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 publishDirectory: build packages/mui-envinfo: @@ -1491,25 +1491,25 @@ importers: dependencies: '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/base': specifier: 5.0.0-beta.30 - version: 5.0.0-beta.30(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 5.0.0-beta.30(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/joy': specifier: 5.0.0-beta.22 - version: 5.0.0-beta.22(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 5.0.0-beta.22(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/material': specifier: 5.15.4 - version: 5.15.4(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 5.15.4(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-dom: specifier: next - version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) devDependencies: '@types/react': specifier: npm:types-react@19.0.0-rc.1 @@ -1519,7 +1519,7 @@ importers: dependencies: '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 devDependencies: '@mui/icons-material': specifier: workspace:* @@ -1559,7 +1559,7 @@ importers: version: 4.2.0 react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 rimraf: specifier: ^5.0.10 version: 5.0.10 @@ -1578,13 +1578,13 @@ importers: dependencies: '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 '@emotion/react': specifier: ^11.5.0 - version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.3.0 - version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/base': specifier: workspace:* version: link:../mui-base/build @@ -1639,13 +1639,13 @@ importers: version: 4.17.21 next: specifier: ^14.2.6 - version: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-dom: specifier: next - version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -1655,13 +1655,13 @@ importers: dependencies: '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 '@emotion/react': specifier: ^11.5.0 - version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.3.0 - version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/base': specifier: workspace:* version: link:../mui-base/build @@ -1710,10 +1710,10 @@ importers: version: 4.5.0 react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-dom: specifier: next - version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -1723,13 +1723,13 @@ importers: dependencies: '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 '@emotion/react': specifier: ^11.5.0 - version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.3.0 - version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/core-downloads-tracker': specifier: workspace:^ version: link:../mui-core-downloads-tracker/build @@ -1762,10 +1762,10 @@ importers: version: 15.8.1 react-is: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-transition-group: specifier: ^4.4.5 - version: 4.4.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 4.4.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) devDependencies: '@mui/internal-babel-macros': specifier: workspace:^ @@ -1814,13 +1814,13 @@ importers: version: 1.46.1 react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-dom: specifier: next - version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) react-router-dom: specifier: ^6.26.1 - version: 6.26.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 6.26.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -1830,14 +1830,14 @@ importers: dependencies: '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 devDependencies: '@emotion/cache': specifier: ^11.13.1 version: 11.13.1 '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@emotion/server': specifier: ^11.11.0 version: 11.11.0(@emotion/css@11.11.2) @@ -1846,10 +1846,10 @@ importers: version: types-react@19.0.0-rc.1 next: specifier: canary - version: 15.0.0-canary.131(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 15.0.0-canary.131(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 publishDirectory: build packages/mui-material-pigment-css: @@ -1859,14 +1859,14 @@ importers: version: link:../mui-system/build '@pigment-css/react': specifier: 0.0.20 - version: 0.0.20(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + version: 0.0.20(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) publishDirectory: build packages/mui-private-theming: dependencies: '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 '@mui/utils': specifier: workspace:^ version: link:../mui-utils/build @@ -1891,14 +1891,14 @@ importers: version: 4.5.0 react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 publishDirectory: build packages/mui-styled-engine: dependencies: '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 '@emotion/cache': specifier: ^11.13.1 version: 11.13.1 @@ -1911,10 +1911,10 @@ importers: devDependencies: '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/internal-test-utils': specifier: workspace:^ version: link:../../packages-internal/test-utils @@ -1932,14 +1932,14 @@ importers: version: 4.5.0 react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 publishDirectory: build packages/mui-styled-engine-sc: dependencies: '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 csstype: specifier: ^3.1.3 version: 3.1.3 @@ -1970,17 +1970,17 @@ importers: version: 4.5.0 react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 styled-components: specifier: ^6.1.12 - version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) publishDirectory: build packages/mui-styles: dependencies: '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 '@emotion/hash': specifier: ^0.9.2 version: 0.9.2 @@ -2053,10 +2053,10 @@ importers: version: 4.5.0 react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-dom: specifier: next - version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -2066,7 +2066,7 @@ importers: dependencies: '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 '@mui/private-theming': specifier: workspace:^ version: link:../mui-private-theming/build @@ -2091,10 +2091,10 @@ importers: devDependencies: '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/internal-babel-macros': specifier: workspace:^ version: link:../mui-babel-macros @@ -2127,13 +2127,13 @@ importers: version: 4.17.21 react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 sinon: specifier: ^16.1.3 version: 16.1.3 styled-components: specifier: ^6.1.12 - version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) publishDirectory: build packages/mui-types: @@ -2150,7 +2150,7 @@ importers: dependencies: '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 '@mui/types': specifier: workspace:^ version: link:../mui-types/build @@ -2165,7 +2165,7 @@ importers: version: 15.8.1 react-is: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 devDependencies: '@mui/internal-babel-macros': specifier: workspace:^ @@ -2199,10 +2199,10 @@ importers: version: 4.5.0 react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-dom: specifier: next - version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -2242,17 +2242,17 @@ importers: dependencies: '@react-spring/web': specifier: ^9.7.4 - version: 9.7.4(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 9.7.4(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) devDependencies: '@babel/runtime': specifier: ^7.25.0 - version: 7.25.0 + version: 7.25.4 '@emotion/cache': specifier: ^11.13.1 version: 11.13.1 '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/base': specifier: workspace:* version: link:../packages/mui-base/build @@ -2321,22 +2321,22 @@ importers: version: 15.8.1 react: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-dom: specifier: next - version: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) react-is: specifier: next - version: 19.0.0-rc-b57d2823-20240822 + version: 19.0.0-rc-f65ac7bd-20240826 react-router-dom: specifier: ^6.26.1 - version: 6.26.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 6.26.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) sinon: specifier: ^16.1.3 version: 16.1.3 styled-components: specifier: ^6.1.12 - version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) stylis: specifier: 4.2.0 version: 4.2.0 @@ -2469,10 +2469,6 @@ packages: resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.25.2': - resolution: {integrity: sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==} - engines: {node: '>=6.9.0'} - '@babel/compat-data@7.25.4': resolution: {integrity: sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==} engines: {node: '>=6.9.0'} @@ -2481,10 +2477,6 @@ packages: resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==} engines: {node: '>=6.9.0'} - '@babel/generator@7.25.0': - resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==} - engines: {node: '>=6.9.0'} - '@babel/generator@7.25.5': resolution: {integrity: sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==} engines: {node: '>=6.9.0'} @@ -2501,12 +2493,6 @@ packages: resolution: {integrity: sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.24.7': - resolution: {integrity: sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.25.2 - '@babel/helper-create-class-features-plugin@7.25.4': resolution: {integrity: sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==} engines: {node: '>=6.9.0'} @@ -2519,11 +2505,6 @@ packages: peerDependencies: '@babel/core': ^7.25.2 - '@babel/helper-define-polyfill-provider@0.6.1': - resolution: {integrity: sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==} - peerDependencies: - '@babel/core': ^7.25.2 - '@babel/helper-define-polyfill-provider@0.6.2': resolution: {integrity: sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==} peerDependencies: @@ -2533,10 +2514,6 @@ packages: resolution: {integrity: sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==} engines: {node: '>=6.9.0'} - '@babel/helper-function-name@7.24.7': - resolution: {integrity: sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==} - engines: {node: '>=6.9.0'} - '@babel/helper-member-expression-to-functions@7.24.8': resolution: {integrity: sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==} engines: {node: '>=6.9.0'} @@ -2579,10 +2556,6 @@ packages: resolution: {integrity: sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==} engines: {node: '>=6.9.0'} - '@babel/helper-split-export-declaration@7.24.7': - resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==} - engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@7.24.8': resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==} engines: {node: '>=6.9.0'} @@ -2614,11 +2587,6 @@ packages: peerDependencies: '@babel/core': ^7.25.2 - '@babel/parser@7.25.3': - resolution: {integrity: sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==} - engines: {node: '>=6.0.0'} - hasBin: true - '@babel/parser@7.25.4': resolution: {integrity: sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==} engines: {node: '>=6.0.0'} @@ -2830,12 +2798,6 @@ packages: peerDependencies: '@babel/core': ^7.25.2 - '@babel/plugin-syntax-typescript@7.24.7': - resolution: {integrity: sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.25.2 - '@babel/plugin-syntax-typescript@7.25.4': resolution: {integrity: sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==} engines: {node: '>=6.9.0'} @@ -2890,12 +2852,6 @@ packages: peerDependencies: '@babel/core': ^7.25.2 - '@babel/plugin-transform-classes@7.25.0': - resolution: {integrity: sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.25.2 - '@babel/plugin-transform-classes@7.25.4': resolution: {integrity: sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==} engines: {node: '>=6.9.0'} @@ -2950,12 +2906,6 @@ packages: peerDependencies: '@babel/core': ^7.25.2 - '@babel/plugin-transform-flow-strip-types@7.24.7': - resolution: {integrity: sha512-cjRKJ7FobOH2eakx7Ja+KpJRj8+y+/SiB3ooYm/n2UJfxu0oEaOoxOinitkJcPqv9KxS0kxTGPUaR7L2XcXDXA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.25.2 - '@babel/plugin-transform-flow-strip-types@7.25.2': resolution: {integrity: sha512-InBZ0O8tew5V0K6cHcQ+wgxlrjOw1W4wDXLkOTjLRD8GYhTSkxTVBtdy3MMtvYBrbAWa1Qm3hNoTc1620Yj+Mg==} engines: {node: '>=6.9.0'} @@ -3076,12 +3026,6 @@ packages: peerDependencies: '@babel/core': ^7.25.2 - '@babel/plugin-transform-private-methods@7.24.7': - resolution: {integrity: sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.25.2 - '@babel/plugin-transform-private-methods@7.25.4': resolution: {integrity: sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==} engines: {node: '>=6.9.0'} @@ -3118,36 +3062,18 @@ packages: peerDependencies: '@babel/core': ^7.25.2 - '@babel/plugin-transform-react-jsx-self@7.24.6': - resolution: {integrity: sha512-FfZfHXtQ5jYPQsCRyLpOv2GeLIIJhs8aydpNh39vRDjhD411XcfWDni5i7OjP/Rs8GAtTn7sWFFELJSHqkIxYg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.25.2 - '@babel/plugin-transform-react-jsx-self@7.24.7': resolution: {integrity: sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.25.2 - '@babel/plugin-transform-react-jsx-source@7.24.1': - resolution: {integrity: sha512-1v202n7aUq4uXAieRTKcwPzNyphlCuqHHDcdSNc+vdhoTEZcFMh+L5yZuCmGaIO7bs1nJUNfHB89TZyoL48xNA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.25.2 - '@babel/plugin-transform-react-jsx-source@7.24.7': resolution: {integrity: sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.25.2 - '@babel/plugin-transform-react-jsx@7.24.7': - resolution: {integrity: sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.25.2 - '@babel/plugin-transform-react-jsx@7.25.2': resolution: {integrity: sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==} engines: {node: '>=6.9.0'} @@ -3172,12 +3098,6 @@ packages: peerDependencies: '@babel/core': ^7.25.2 - '@babel/plugin-transform-runtime@7.24.7': - resolution: {integrity: sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.25.2 - '@babel/plugin-transform-runtime@7.25.4': resolution: {integrity: sha512-8hsyG+KUYGY0coX6KUCDancA0Vw225KJ2HJO0yCNr1vq5r+lJTleDaJf0K7iOhjw4SWhu03TMBzYTJ9krmzULQ==} engines: {node: '>=6.9.0'} @@ -3214,12 +3134,6 @@ packages: peerDependencies: '@babel/core': ^7.25.2 - '@babel/plugin-transform-typescript@7.24.7': - resolution: {integrity: sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.25.2 - '@babel/plugin-transform-typescript@7.25.2': resolution: {integrity: sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==} engines: {node: '>=6.9.0'} @@ -3296,10 +3210,6 @@ packages: resolution: {integrity: sha512-VOQOexSilscN24VEY810G/PqtpFvx/z6UqDIjIWbDe2368HhDLkYN5TYwaEz/+eRCUkhJ2WaNLLmQAlxzfWj4w==} engines: {node: '>=6.9.0'} - '@babel/runtime@7.25.0': - resolution: {integrity: sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==} - engines: {node: '>=6.9.0'} - '@babel/runtime@7.25.4': resolution: {integrity: sha512-DSgLeL/FNcpXuzav5wfYvHCGvynXkJbn3Zvc3823AEe9nPwW9IK4UoCSS5yGymmQzN0pCPvivtgS6/8U2kkm1w==} engines: {node: '>=6.9.0'} @@ -3308,18 +3218,10 @@ packages: resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.25.3': - resolution: {integrity: sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==} - engines: {node: '>=6.9.0'} - '@babel/traverse@7.25.4': resolution: {integrity: sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==} engines: {node: '>=6.9.0'} - '@babel/types@7.25.2': - resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==} - engines: {node: '>=6.9.0'} - '@babel/types@7.25.4': resolution: {integrity: sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==} engines: {node: '>=6.9.0'} @@ -3431,9 +3333,6 @@ packages: '@emnapi/core@1.2.0': resolution: {integrity: sha512-E7Vgw78I93we4ZWdYCb4DGAwRROGkMIXk7/y87UmANR+J6qsWusmC3gLt0H+O0KOt5e6O38U8oJamgbudrES/w==} - '@emnapi/runtime@1.1.1': - resolution: {integrity: sha512-3bfqkzuR1KLx57nZfjr2NLnFOobvyS0aTszaEGCGqmYMVDRaGvgIZbjGSV/MHSSmLgQ/b9JFHQ5xm5WRZYd+XQ==} - '@emnapi/runtime@1.2.0': resolution: {integrity: sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==} @@ -3907,218 +3806,105 @@ packages: resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} engines: {node: '>=6.9.0'} - '@img/sharp-darwin-arm64@0.33.3': - resolution: {integrity: sha512-FaNiGX1MrOuJ3hxuNzWgsT/mg5OHG/Izh59WW2mk1UwYHUwtfbhk5QNKYZgxf0pLOhx9ctGiGa2OykD71vOnSw==} - engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [arm64] - os: [darwin] - '@img/sharp-darwin-arm64@0.33.5': resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [darwin] - '@img/sharp-darwin-x64@0.33.3': - resolution: {integrity: sha512-2QeSl7QDK9ru//YBT4sQkoq7L0EAJZA3rtV+v9p8xTKl4U1bUqTIaCnoC7Ctx2kCjQgwFXDasOtPTCT8eCTXvw==} - engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [x64] - os: [darwin] - '@img/sharp-darwin-x64@0.33.5': resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [darwin] - '@img/sharp-libvips-darwin-arm64@1.0.2': - resolution: {integrity: sha512-tcK/41Rq8IKlSaKRCCAuuY3lDJjQnYIW1UXU1kxcEKrfL8WR7N6+rzNoOxoQRJWTAECuKwgAHnPvqXGN8XfkHA==} - engines: {macos: '>=11', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [arm64] - os: [darwin] - '@img/sharp-libvips-darwin-arm64@1.0.4': resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==} cpu: [arm64] os: [darwin] - '@img/sharp-libvips-darwin-x64@1.0.2': - resolution: {integrity: sha512-Ofw+7oaWa0HiiMiKWqqaZbaYV3/UGL2wAPeLuJTx+9cXpCRdvQhCLG0IH8YGwM0yGWGLpsF4Su9vM1o6aer+Fw==} - engines: {macos: '>=10.13', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [x64] - os: [darwin] - '@img/sharp-libvips-darwin-x64@1.0.4': resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==} cpu: [x64] os: [darwin] - '@img/sharp-libvips-linux-arm64@1.0.2': - resolution: {integrity: sha512-x7kCt3N00ofFmmkkdshwj3vGPCnmiDh7Gwnd4nUwZln2YjqPxV1NlTyZOvoDWdKQVDL911487HOueBvrpflagw==} - engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [arm64] - os: [linux] - '@img/sharp-libvips-linux-arm64@1.0.4': resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} cpu: [arm64] os: [linux] - '@img/sharp-libvips-linux-arm@1.0.2': - resolution: {integrity: sha512-iLWCvrKgeFoglQxdEwzu1eQV04o8YeYGFXtfWU26Zr2wWT3q3MTzC+QTCO3ZQfWd3doKHT4Pm2kRmLbupT+sZw==} - engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [arm] - os: [linux] - '@img/sharp-libvips-linux-arm@1.0.5': resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} cpu: [arm] os: [linux] - '@img/sharp-libvips-linux-s390x@1.0.2': - resolution: {integrity: sha512-cmhQ1J4qVhfmS6szYW7RT+gLJq9dH2i4maq+qyXayUSn9/3iY2ZeWpbAgSpSVbV2E1JUL2Gg7pwnYQ1h8rQIog==} - engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [s390x] - os: [linux] - '@img/sharp-libvips-linux-s390x@1.0.4': resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} cpu: [s390x] os: [linux] - '@img/sharp-libvips-linux-x64@1.0.2': - resolution: {integrity: sha512-E441q4Qdb+7yuyiADVi5J+44x8ctlrqn8XgkDTwr4qPJzWkaHwD489iZ4nGDgcuya4iMN3ULV6NwbhRZJ9Z7SQ==} - engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [x64] - os: [linux] - '@img/sharp-libvips-linux-x64@1.0.4': resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} cpu: [x64] os: [linux] - '@img/sharp-libvips-linuxmusl-arm64@1.0.2': - resolution: {integrity: sha512-3CAkndNpYUrlDqkCM5qhksfE+qSIREVpyoeHIU6jd48SJZViAmznoQQLAv4hVXF7xyUB9zf+G++e2v1ABjCbEQ==} - engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [arm64] - os: [linux] - '@img/sharp-libvips-linuxmusl-arm64@1.0.4': resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} cpu: [arm64] os: [linux] - '@img/sharp-libvips-linuxmusl-x64@1.0.2': - resolution: {integrity: sha512-VI94Q6khIHqHWNOh6LLdm9s2Ry4zdjWJwH56WoiJU7NTeDwyApdZZ8c+SADC8OH98KWNQXnE01UdJ9CSfZvwZw==} - engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [x64] - os: [linux] - '@img/sharp-libvips-linuxmusl-x64@1.0.4': resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} cpu: [x64] os: [linux] - '@img/sharp-linux-arm64@0.33.3': - resolution: {integrity: sha512-Zf+sF1jHZJKA6Gor9hoYG2ljr4wo9cY4twaxgFDvlG0Xz9V7sinsPp8pFd1XtlhTzYo0IhDbl3rK7P6MzHpnYA==} - engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [arm64] - os: [linux] - '@img/sharp-linux-arm64@0.33.5': resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] - '@img/sharp-linux-arm@0.33.3': - resolution: {integrity: sha512-Q7Ee3fFSC9P7vUSqVEF0zccJsZ8GiiCJYGWDdhEjdlOeS9/jdkyJ6sUSPj+bL8VuOYFSbofrW0t/86ceVhx32w==} - engines: {glibc: '>=2.28', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [arm] - os: [linux] - '@img/sharp-linux-arm@0.33.5': resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm] os: [linux] - '@img/sharp-linux-s390x@0.33.3': - resolution: {integrity: sha512-vFk441DKRFepjhTEH20oBlFrHcLjPfI8B0pMIxGm3+yilKyYeHEVvrZhYFdqIseSclIqbQ3SnZMwEMWonY5XFA==} - engines: {glibc: '>=2.28', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [s390x] - os: [linux] - '@img/sharp-linux-s390x@0.33.5': resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [s390x] os: [linux] - '@img/sharp-linux-x64@0.33.3': - resolution: {integrity: sha512-Q4I++herIJxJi+qmbySd072oDPRkCg/SClLEIDh5IL9h1zjhqjv82H0Seupd+q2m0yOfD+/fJnjSoDFtKiHu2g==} - engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [x64] - os: [linux] - '@img/sharp-linux-x64@0.33.5': resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] - '@img/sharp-linuxmusl-arm64@0.33.3': - resolution: {integrity: sha512-qnDccehRDXadhM9PM5hLvcPRYqyFCBN31kq+ErBSZtZlsAc1U4Z85xf/RXv1qolkdu+ibw64fUDaRdktxTNP9A==} - engines: {musl: '>=1.2.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [arm64] - os: [linux] - '@img/sharp-linuxmusl-arm64@0.33.5': resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] - '@img/sharp-linuxmusl-x64@0.33.3': - resolution: {integrity: sha512-Jhchim8kHWIU/GZ+9poHMWRcefeaxFIs9EBqf9KtcC14Ojk6qua7ghKiPs0sbeLbLj/2IGBtDcxHyjCdYWkk2w==} - engines: {musl: '>=1.2.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [x64] - os: [linux] - '@img/sharp-linuxmusl-x64@0.33.5': resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] - '@img/sharp-wasm32@0.33.3': - resolution: {integrity: sha512-68zivsdJ0koE96stdUfM+gmyaK/NcoSZK5dV5CAjES0FUXS9lchYt8LAB5rTbM7nlWtxaU/2GON0HVN6/ZYJAQ==} - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [wasm32] - '@img/sharp-wasm32@0.33.5': resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [wasm32] - '@img/sharp-win32-ia32@0.33.3': - resolution: {integrity: sha512-CyimAduT2whQD8ER4Ux7exKrtfoaUiVr7HG0zZvO0XTFn2idUWljjxv58GxNTkFb8/J9Ub9AqITGkJD6ZginxQ==} - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [ia32] - os: [win32] - '@img/sharp-win32-ia32@0.33.5': resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [ia32] os: [win32] - '@img/sharp-win32-x64@0.33.3': - resolution: {integrity: sha512-viT4fUIDKnli3IfOephGnolMzhz5VaTvDRkYqtZxOMIoMQ4MrAziO7pT1nVnOt2FAm7qW5aa+CCc13aEY6Le0g==} - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} - cpu: [x64] - os: [win32] - '@img/sharp-win32-x64@0.33.5': resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} @@ -6395,31 +6181,16 @@ packages: babel-plugin-optimize-clsx@2.6.2: resolution: {integrity: sha512-TxgyjdVb7trTAsg/J5ByqJdbBPTYR8yaWLGQGpSxwygw8IFST5gEc1J9QktCGCHCb+69t04DWg9KOE0y2hN30w==} - babel-plugin-polyfill-corejs2@0.4.10: - resolution: {integrity: sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==} - peerDependencies: - '@babel/core': ^7.25.2 - babel-plugin-polyfill-corejs2@0.4.11: resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==} peerDependencies: '@babel/core': ^7.25.2 - babel-plugin-polyfill-corejs3@0.10.4: - resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==} - peerDependencies: - '@babel/core': ^7.25.2 - babel-plugin-polyfill-corejs3@0.10.6: resolution: {integrity: sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==} peerDependencies: '@babel/core': ^7.25.2 - babel-plugin-polyfill-regenerator@0.6.1: - resolution: {integrity: sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==} - peerDependencies: - '@babel/core': ^7.25.2 - babel-plugin-polyfill-regenerator@0.6.2: resolution: {integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==} peerDependencies: @@ -7034,9 +6805,6 @@ packages: resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} engines: {node: '>= 0.6'} - core-js-compat@3.37.1: - resolution: {integrity: sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==} - core-js-compat@3.38.1: resolution: {integrity: sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==} @@ -7296,15 +7064,6 @@ packages: supports-color: optional: true - debug@4.3.5: - resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - debug@4.3.6: resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==} engines: {node: '>=6.0'} @@ -9787,10 +9546,6 @@ packages: resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} engines: {node: '>=8.6'} - micromatch@4.0.7: - resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} - engines: {node: '>=8.6'} - micromatch@4.0.8: resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} engines: {node: '>=8.6'} @@ -11014,10 +10769,10 @@ packages: peerDependencies: react: ^18.3.1 - react-dom@19.0.0-rc-b57d2823-20240822: - resolution: {integrity: sha512-WZbYsxoOD/aUZyeTIN2J7hJmbVvdZoAaneyGuO/5BILH8gy0dsXlrwj/IB1Ji/HyrxA/QBfBRg/9w2TNjw8RfA==} + react-dom@19.0.0-rc-f65ac7bd-20240826: + resolution: {integrity: sha512-YVlFPDX0n/M/ygjVHh3X7nWA2eEZEm4DPTvEAzZDrvVAZ4NjfUGv+1MdAO/VoZUhUKlyHDwAPqyQMDYEq1BvAw==} peerDependencies: - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 react-draggable@4.4.6: resolution: {integrity: sha512-LtY5Xw1zTPqHkVmtM3X8MUOxNDOUhv/khTgBgrUvwaS064bwVvxT+q5El0uUFNx5IEPKXuRejr7UqLwBIg5pdw==} @@ -11068,8 +10823,8 @@ packages: react-is@18.3.1: resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} - react-is@19.0.0-rc-b57d2823-20240822: - resolution: {integrity: sha512-AeeI9OJ3hSIwGuoyR36X8h4gQT3RIbm/ENYhMs7WWRawNsTB9Avour+WuWsTVOrgBIJQF1VOJJgw8OkiXYzjtQ==} + react-is@19.0.0-rc-f65ac7bd-20240826: + resolution: {integrity: sha512-SmZzSkRnqmDcdwrb/TnKjbNWe3VNKxKy3Iy85ZkQ97o1DGO0QhwgHnDjVMItywGZCFlL0ZdV0DdFpqNZOlMBfg==} react-jss@10.10.0: resolution: {integrity: sha512-WLiq84UYWqNBF6579/uprcIUnM1TSywYq6AIjKTTTG5ziJl9Uy+pwuvpN3apuyVwflMbD60PraeTKT7uWH9XEQ==} @@ -11216,8 +10971,8 @@ packages: resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} engines: {node: '>=0.10.0'} - react@19.0.0-rc-b57d2823-20240822: - resolution: {integrity: sha512-SI/vK7ym+yDyJ58/g4sE1F+dUI1g2uEVJUODaLCMgDdGBgEyjjohrdQYDnKfoSCraEMO/Pgoj9QIbagJ8ma0vw==} + react@19.0.0-rc-f65ac7bd-20240826: + resolution: {integrity: sha512-DcWwWqLe+q/mXYP1YTB/Nl8c76TdI6CUBPZEsYU2auhn9w+TLtvcGXeZlYI0L1ju03jSEybgNig/jEcxX15Tcg==} engines: {node: '>=0.10.0'} read-cache@1.0.0: @@ -11332,9 +11087,6 @@ packages: regenerator-runtime@0.13.11: resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} - regenerator-runtime@0.14.0: - resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==} - regenerator-runtime@0.14.1: resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} @@ -11546,8 +11298,8 @@ packages: scheduler@0.24.0-canary-efb381bbf-20230505: resolution: {integrity: sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==} - scheduler@0.25.0-rc-b57d2823-20240822: - resolution: {integrity: sha512-sTgNaWduDaKMwu5wCllFKDqqqeO0GA7XdwUmuYqrlDStdgQpWJHBVW42JCw5b9CWApUP2v/YOb0CDAEzf0fxew==} + scheduler@0.25.0-rc-f65ac7bd-20240826: + resolution: {integrity: sha512-yv906BO1AcEczCZvDGC1oPet+ntOrWcOy8A/5GSRH4pq8ZXOsG2ieJDCEPt4tXppW4HbQaEZT2chVhj7+lr45Q==} schema-utils@3.3.0: resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} @@ -11576,11 +11328,6 @@ packages: engines: {node: '>=10'} hasBin: true - semver@7.6.0: - resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==} - engines: {node: '>=10'} - hasBin: true - semver@7.6.3: resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} engines: {node: '>=10'} @@ -11639,10 +11386,6 @@ packages: shallowequal@1.1.0: resolution: {integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==} - sharp@0.33.3: - resolution: {integrity: sha512-vHUeXJU1UvlO/BNwTpT0x/r53WkLUVxrmb5JTgW92fdFCFk0ispLMAeu/jPO2vjkXM1fYUi3K7/qcLF47pwM1A==} - engines: {libvips: '>=8.15.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0} - sharp@0.33.5: resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} @@ -12148,11 +11891,6 @@ packages: uglify-js: optional: true - terser@5.29.2: - resolution: {integrity: sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==} - engines: {node: '>=10'} - hasBin: true - terser@5.31.6: resolution: {integrity: sha512-PQ4DAriWzKj+qgehQ7LK5bQqCFNMmlhjR2PFFLuqGCpuCAauxemVBWwWOxo3UIwWQx8+Pr61Df++r76wDmkQBg==} engines: {node: '>=10'} @@ -12915,18 +12653,6 @@ packages: utf-8-validate: optional: true - ws@7.5.9: - resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} - engines: {node: '>=8.3.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - ws@8.11.0: resolution: {integrity: sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==} engines: {node: '>=10.0.0'} @@ -13215,11 +12941,11 @@ snapshots: '@argos-ci/core@2.4.1': dependencies: '@argos-ci/util': 2.1.0 - axios: 1.7.4(debug@4.3.5) + axios: 1.7.4(debug@4.3.6) convict: 6.2.4 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) fast-glob: 3.3.2 - sharp: 0.33.3 + sharp: 0.33.5 tmp: 0.2.3 transitivePeerDependencies: - supports-color @@ -13245,37 +12971,28 @@ snapshots: '@babel/highlight': 7.24.7 picocolors: 1.0.1 - '@babel/compat-data@7.25.2': {} - '@babel/compat-data@7.25.4': {} '@babel/core@7.25.2': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.24.7 - '@babel/generator': 7.25.0 + '@babel/generator': 7.25.5 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) '@babel/helpers': 7.25.0 - '@babel/parser': 7.25.3 + '@babel/parser': 7.25.4 '@babel/template': 7.25.0 - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 convert-source-map: 2.0.0 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/generator@7.25.0': - dependencies: - '@babel/types': 7.25.2 - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 - jsesc: 2.5.2 - '@babel/generator@7.25.5': dependencies: '@babel/types': 7.25.4 @@ -13285,38 +13002,23 @@ snapshots: '@babel/helper-annotate-as-pure@7.24.7': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@babel/helper-builder-binary-assignment-operator-visitor@7.24.7': dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 transitivePeerDependencies: - supports-color '@babel/helper-compilation-targets@7.25.2': dependencies: - '@babel/compat-data': 7.25.2 + '@babel/compat-data': 7.25.4 '@babel/helper-validator-option': 7.24.8 browserslist: 4.23.3 lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.25.2)': - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-function-name': 7.24.7 - '@babel/helper-member-expression-to-functions': 7.24.8 - '@babel/helper-optimise-call-expression': 7.24.7 - '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) - '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/helper-split-export-declaration': 7.24.7 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/helper-create-class-features-plugin@7.25.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -13337,23 +13039,12 @@ snapshots: regexpu-core: 5.3.2 semver: 6.3.1 - '@babel/helper-define-polyfill-provider@0.6.1(@babel/core@7.25.2)': - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-compilation-targets': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - debug: 4.3.5(supports-color@8.1.1) - lodash.debounce: 4.0.8 - resolve: 1.22.8 - transitivePeerDependencies: - - supports-color - '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - debug: 4.3.6 + debug: 4.3.6(supports-color@8.1.1) lodash.debounce: 4.0.8 resolve: 1.22.8 transitivePeerDependencies: @@ -13361,24 +13052,19 @@ snapshots: '@babel/helper-environment-visitor@7.24.7': dependencies: - '@babel/types': 7.25.2 - - '@babel/helper-function-name@7.24.7': - dependencies: - '@babel/template': 7.25.0 - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@babel/helper-member-expression-to-functions@7.24.8': dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.24.7': dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 transitivePeerDependencies: - supports-color @@ -13388,13 +13074,13 @@ snapshots: '@babel/helper-module-imports': 7.24.7 '@babel/helper-simple-access': 7.24.7 '@babel/helper-validator-identifier': 7.24.7 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 transitivePeerDependencies: - supports-color '@babel/helper-optimise-call-expression@7.24.7': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@babel/helper-plugin-utils@7.24.8': {} @@ -13403,7 +13089,7 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-wrap-function': 7.25.0 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 transitivePeerDependencies: - supports-color @@ -13412,28 +13098,24 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-member-expression-to-functions': 7.24.8 '@babel/helper-optimise-call-expression': 7.24.7 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 transitivePeerDependencies: - supports-color '@babel/helper-simple-access@7.24.7': dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.24.7': dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 transitivePeerDependencies: - supports-color - '@babel/helper-split-export-declaration@7.24.7': - dependencies: - '@babel/types': 7.25.2 - '@babel/helper-string-parser@7.24.8': {} '@babel/helper-validator-identifier@7.24.7': {} @@ -13443,15 +13125,15 @@ snapshots: '@babel/helper-wrap-function@7.25.0': dependencies: '@babel/template': 7.25.0 - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 transitivePeerDependencies: - supports-color '@babel/helpers@7.25.0': dependencies: '@babel/template': 7.25.0 - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@babel/highlight@7.24.7': dependencies: @@ -13467,13 +13149,9 @@ snapshots: commander: 6.2.1 core-js: 3.32.1 node-environment-flags: 1.0.6 - regenerator-runtime: 0.14.0 + regenerator-runtime: 0.14.1 v8flags: 3.2.0 - '@babel/parser@7.25.3': - dependencies: - '@babel/types': 7.25.2 - '@babel/parser@7.25.4': dependencies: '@babel/types': 7.25.4 @@ -13482,7 +13160,7 @@ snapshots: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 transitivePeerDependencies: - supports-color @@ -13509,7 +13187,7 @@ snapshots: dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 transitivePeerDependencies: - supports-color @@ -13576,7 +13254,7 @@ snapshots: '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2) + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color @@ -13685,11 +13363,6 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.25.2)': - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-typescript@7.25.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -13712,7 +13385,7 @@ snapshots: '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.25.2) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 transitivePeerDependencies: - supports-color @@ -13738,7 +13411,7 @@ snapshots: '@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2) + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color @@ -13746,37 +13419,25 @@ snapshots: '@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2) + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.25.0(@babel/core@7.25.2)': + '@babel/plugin-transform-classes@7.25.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.25.4(@babel/core@7.25.2)': - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-compilation-targets': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) - '@babel/traverse': 7.25.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.25.2)': + '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 @@ -13824,12 +13485,6 @@ snapshots: '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.2) - '@babel/plugin-transform-flow-strip-types@7.24.7(@babel/core@7.25.2)': - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-flow': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-flow-strip-types@7.25.2(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -13849,7 +13504,7 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 transitivePeerDependencies: - supports-color @@ -13898,7 +13553,7 @@ snapshots: '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 transitivePeerDependencies: - supports-color @@ -13969,14 +13624,6 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-private-methods@7.24.7(@babel/core@7.25.2)': - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-private-methods@7.25.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -13989,7 +13636,7 @@ snapshots: dependencies: '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2) + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2) transitivePeerDependencies: @@ -14013,41 +13660,20 @@ snapshots: '@babel/plugin-transform-react-jsx-development@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-react-jsx-self@7.24.6(@babel/core@7.25.2)': - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-react-jsx-self@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.25.2)': - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-react-jsx-source@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-react-jsx@7.24.7(@babel/core@7.25.2)': - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-module-imports': 7.24.7 - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) - '@babel/types': 7.25.2 - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-react-jsx@7.25.2(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -14076,18 +13702,6 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-runtime@7.24.7(@babel/core@7.25.2)': - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-module-imports': 7.24.7 - '@babel/helper-plugin-utils': 7.24.8 - babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.25.2) - babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.25.2) - babel-plugin-polyfill-regenerator: 0.6.1(@babel/core@7.25.2) - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-runtime@7.25.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -14128,16 +13742,6 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.25.2)': - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.25.2) - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-typescript@7.25.2(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -14174,7 +13778,7 @@ snapshots: '@babel/preset-env@7.25.3(@babel/core@7.25.2)': dependencies: - '@babel/compat-data': 7.25.2 + '@babel/compat-data': 7.25.4 '@babel/core': 7.25.2 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 @@ -14210,7 +13814,7 @@ snapshots: '@babel/plugin-transform-block-scoping': 7.25.0(@babel/core@7.25.2) '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-classes': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-classes': 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.25.2) '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.25.2) @@ -14238,7 +13842,7 @@ snapshots: '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-private-methods': 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.25.2) @@ -14253,10 +13857,10 @@ snapshots: '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-unicode-sets-regex': 7.24.7(@babel/core@7.25.2) '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.25.2) - babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.25.2) - babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.25.2) - babel-plugin-polyfill-regenerator: 0.6.1(@babel/core@7.25.2) - core-js-compat: 3.37.1 + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.2) + babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.2) + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.2) + core-js-compat: 3.38.1 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -14266,13 +13870,13 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-validator-option': 7.24.8 - '@babel/plugin-transform-flow-strip-types': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-flow-strip-types': 7.25.2(@babel/core@7.25.2) '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 esutils: 2.0.3 '@babel/preset-react@7.24.7(@babel/core@7.25.2)': @@ -14281,7 +13885,7 @@ snapshots: '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-validator-option': 7.24.8 '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) '@babel/plugin-transform-react-jsx-development': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-react-pure-annotations': 7.24.7(@babel/core@7.25.2) transitivePeerDependencies: @@ -14294,7 +13898,7 @@ snapshots: '@babel/helper-validator-option': 7.24.8 '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) - '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2) transitivePeerDependencies: - supports-color @@ -14312,17 +13916,13 @@ snapshots: '@babel/runtime-corejs2@7.25.0': dependencies: core-js: 2.6.12 - regenerator-runtime: 0.14.0 + regenerator-runtime: 0.14.1 '@babel/runtime-corejs3@7.24.4': dependencies: core-js-pure: 3.32.1 regenerator-runtime: 0.14.1 - '@babel/runtime@7.25.0': - dependencies: - regenerator-runtime: 0.14.0 - '@babel/runtime@7.25.4': dependencies: regenerator-runtime: 0.14.1 @@ -14330,20 +13930,8 @@ snapshots: '@babel/template@7.25.0': dependencies: '@babel/code-frame': 7.24.7 - '@babel/parser': 7.25.3 - '@babel/types': 7.25.2 - - '@babel/traverse@7.25.3': - dependencies: - '@babel/code-frame': 7.24.7 - '@babel/generator': 7.25.0 - '@babel/parser': 7.25.3 - '@babel/template': 7.25.0 - '@babel/types': 7.25.2 - debug: 4.3.5(supports-color@8.1.1) - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + '@babel/parser': 7.25.4 + '@babel/types': 7.25.4 '@babel/traverse@7.25.4': dependencies: @@ -14352,17 +13940,11 @@ snapshots: '@babel/parser': 7.25.4 '@babel/template': 7.25.0 '@babel/types': 7.25.4 - debug: 4.3.6 + debug: 4.3.6(supports-color@8.1.1) globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.25.2': - dependencies: - '@babel/helper-string-parser': 7.24.8 - '@babel/helper-validator-identifier': 7.24.7 - to-fast-properties: 2.0.0 - '@babel/types@7.25.4': dependencies: '@babel/helper-string-parser': 7.24.8 @@ -14373,21 +13955,21 @@ snapshots: '@chakra-ui/anatomy@2.2.2': {} - '@chakra-ui/color-mode@2.2.0(react@19.0.0-rc-b57d2823-20240822)': + '@chakra-ui/color-mode@2.2.0(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@chakra-ui/react-use-safe-layout-effect': 2.1.0(react@19.0.0-rc-b57d2823-20240822) - react: 19.0.0-rc-b57d2823-20240822 + '@chakra-ui/react-use-safe-layout-effect': 2.1.0(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f65ac7bd-20240826 '@chakra-ui/object-utils@2.1.0': {} - '@chakra-ui/react-use-safe-layout-effect@2.1.0(react@19.0.0-rc-b57d2823-20240822)': + '@chakra-ui/react-use-safe-layout-effect@2.1.0(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 - '@chakra-ui/react-utils@2.0.12(react@19.0.0-rc-b57d2823-20240822)': + '@chakra-ui/react-utils@2.0.12(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: '@chakra-ui/utils': 2.0.15 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 '@chakra-ui/shared-utils@2.0.5': {} @@ -14397,17 +13979,17 @@ snapshots: csstype: 3.1.3 lodash.mergewith: 4.6.2 - '@chakra-ui/system@2.6.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': + '@chakra-ui/system@2.6.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@chakra-ui/color-mode': 2.2.0(react@19.0.0-rc-b57d2823-20240822) + '@chakra-ui/color-mode': 2.2.0(react@19.0.0-rc-f65ac7bd-20240826) '@chakra-ui/object-utils': 2.1.0 - '@chakra-ui/react-utils': 2.0.12(react@19.0.0-rc-b57d2823-20240822) + '@chakra-ui/react-utils': 2.0.12(react@19.0.0-rc-f65ac7bd-20240826) '@chakra-ui/styled-system': 2.9.2 '@chakra-ui/theme-utils': 2.0.21 '@chakra-ui/utils': 2.0.15 - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) - react: 19.0.0-rc-b57d2823-20240822 + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f65ac7bd-20240826 react-fast-compare: 3.2.2 '@chakra-ui/theme-tools@2.1.2(@chakra-ui/styled-system@2.9.2)': @@ -14459,7 +14041,7 @@ snapshots: '@docsearch/css@3.6.1': {} - '@docsearch/react@3.6.1(@algolia/client-search@4.23.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(search-insights@2.13.0)(types-react@19.0.0-rc.1)': + '@docsearch/react@3.6.1(@algolia/client-search@4.23.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(search-insights@2.13.0)(types-react@19.0.0-rc.1)': dependencies: '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.23.0)(algoliasearch@4.19.1)(search-insights@2.13.0) '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.23.0)(algoliasearch@4.19.1) @@ -14467,8 +14049,8 @@ snapshots: algoliasearch: 4.19.1 optionalDependencies: '@types/react': types-react@19.0.0-rc.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) search-insights: 2.13.0 transitivePeerDependencies: - '@algolia/client-search' @@ -14478,14 +14060,9 @@ snapshots: '@emnapi/wasi-threads': 1.0.1 tslib: 2.7.0 - '@emnapi/runtime@1.1.1': - dependencies: - tslib: 2.6.2 - '@emnapi/runtime@1.2.0': dependencies: tslib: 2.7.0 - optional: true '@emnapi/wasi-threads@1.0.1': dependencies: @@ -14494,7 +14071,7 @@ snapshots: '@emotion/babel-plugin@11.12.0': dependencies: '@babel/helper-module-imports': 7.24.7 - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@emotion/hash': 0.9.2 '@emotion/memoize': 0.9.0 '@emotion/serialize': 1.3.1 @@ -14553,33 +14130,33 @@ snapshots: '@emotion/memoize@0.9.0': {} - '@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)': + '@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@emotion/babel-plugin': 11.12.0 '@emotion/cache': 11.13.1 '@emotion/serialize': 1.3.1 - '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-b57d2823-20240822) + '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-f65ac7bd-20240826) '@emotion/utils': 1.4.0 '@emotion/weak-memoize': 0.4.0 hoist-non-react-statics: 3.3.2 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: '@types/react': 18.3.4 transitivePeerDependencies: - supports-color - '@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@emotion/babel-plugin': 11.12.0 '@emotion/cache': 11.13.1 '@emotion/serialize': 1.3.1 - '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-b57d2823-20240822) + '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-f65ac7bd-20240826) '@emotion/utils': 1.4.0 '@emotion/weak-memoize': 0.4.0 hoist-non-react-statics: 3.3.2 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: '@types/react': types-react@19.0.0-rc.1 transitivePeerDependencies: @@ -14604,31 +14181,31 @@ snapshots: '@emotion/sheet@1.4.0': {} - '@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)': + '@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@emotion/babel-plugin': 11.12.0 '@emotion/is-prop-valid': 1.3.0 - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) '@emotion/serialize': 1.3.1 - '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-b57d2823-20240822) + '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-f65ac7bd-20240826) '@emotion/utils': 1.4.0 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: '@types/react': 18.3.4 transitivePeerDependencies: - supports-color - '@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@emotion/babel-plugin': 11.12.0 '@emotion/is-prop-valid': 1.3.0 - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@emotion/serialize': 1.3.1 - '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-b57d2823-20240822) + '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-f65ac7bd-20240826) '@emotion/utils': 1.4.0 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: '@types/react': types-react@19.0.0-rc.1 transitivePeerDependencies: @@ -14638,9 +14215,9 @@ snapshots: '@emotion/unitless@0.8.1': {} - '@emotion/use-insertion-effect-with-fallbacks@1.1.0(react@19.0.0-rc-b57d2823-20240822)': + '@emotion/use-insertion-effect-with-fallbacks@1.1.0(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 '@emotion/utils@1.4.0': {} @@ -14797,7 +14374,7 @@ snapshots: '@eslint/eslintrc@2.1.4': dependencies: ajv: 6.12.6 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) espree: 9.6.1 globals: 13.24.0 ignore: 5.3.1 @@ -14838,11 +14415,11 @@ snapshots: '@floating-ui/core': 1.6.5 '@floating-ui/utils': 0.2.5 - '@floating-ui/react-dom@2.1.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': + '@floating-ui/react-dom@2.1.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: '@floating-ui/dom': 1.6.8 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) '@floating-ui/utils@0.2.5': {} @@ -14856,11 +14433,11 @@ snapshots: dependencies: '@fortawesome/fontawesome-common-types': 6.6.0 - '@fortawesome/react-fontawesome@0.2.2(@fortawesome/fontawesome-svg-core@6.6.0)(react@19.0.0-rc-b57d2823-20240822)': + '@fortawesome/react-fontawesome@0.2.2(@fortawesome/fontawesome-svg-core@6.6.0)(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: '@fortawesome/fontawesome-svg-core': 6.6.0 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 '@gitbeaker/core@38.12.1': dependencies: @@ -14894,7 +14471,7 @@ snapshots: '@humanwhocodes/config-array@0.11.14': dependencies: '@humanwhocodes/object-schema': 2.0.3 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -14905,153 +14482,78 @@ snapshots: '@hutson/parse-repository-url@3.0.2': {} - '@img/sharp-darwin-arm64@0.33.3': - optionalDependencies: - '@img/sharp-libvips-darwin-arm64': 1.0.2 - optional: true - '@img/sharp-darwin-arm64@0.33.5': optionalDependencies: '@img/sharp-libvips-darwin-arm64': 1.0.4 optional: true - '@img/sharp-darwin-x64@0.33.3': - optionalDependencies: - '@img/sharp-libvips-darwin-x64': 1.0.2 - optional: true - '@img/sharp-darwin-x64@0.33.5': optionalDependencies: '@img/sharp-libvips-darwin-x64': 1.0.4 optional: true - '@img/sharp-libvips-darwin-arm64@1.0.2': - optional: true - '@img/sharp-libvips-darwin-arm64@1.0.4': optional: true - '@img/sharp-libvips-darwin-x64@1.0.2': - optional: true - '@img/sharp-libvips-darwin-x64@1.0.4': optional: true - '@img/sharp-libvips-linux-arm64@1.0.2': - optional: true - '@img/sharp-libvips-linux-arm64@1.0.4': optional: true - '@img/sharp-libvips-linux-arm@1.0.2': - optional: true - '@img/sharp-libvips-linux-arm@1.0.5': optional: true - '@img/sharp-libvips-linux-s390x@1.0.2': - optional: true - '@img/sharp-libvips-linux-s390x@1.0.4': optional: true - '@img/sharp-libvips-linux-x64@1.0.2': - optional: true - '@img/sharp-libvips-linux-x64@1.0.4': optional: true - '@img/sharp-libvips-linuxmusl-arm64@1.0.2': - optional: true - '@img/sharp-libvips-linuxmusl-arm64@1.0.4': optional: true - '@img/sharp-libvips-linuxmusl-x64@1.0.2': - optional: true - '@img/sharp-libvips-linuxmusl-x64@1.0.4': optional: true - '@img/sharp-linux-arm64@0.33.3': - optionalDependencies: - '@img/sharp-libvips-linux-arm64': 1.0.2 - optional: true - '@img/sharp-linux-arm64@0.33.5': optionalDependencies: '@img/sharp-libvips-linux-arm64': 1.0.4 optional: true - '@img/sharp-linux-arm@0.33.3': - optionalDependencies: - '@img/sharp-libvips-linux-arm': 1.0.2 - optional: true - '@img/sharp-linux-arm@0.33.5': optionalDependencies: '@img/sharp-libvips-linux-arm': 1.0.5 optional: true - '@img/sharp-linux-s390x@0.33.3': - optionalDependencies: - '@img/sharp-libvips-linux-s390x': 1.0.2 - optional: true - '@img/sharp-linux-s390x@0.33.5': optionalDependencies: '@img/sharp-libvips-linux-s390x': 1.0.4 optional: true - '@img/sharp-linux-x64@0.33.3': - optionalDependencies: - '@img/sharp-libvips-linux-x64': 1.0.2 - optional: true - '@img/sharp-linux-x64@0.33.5': optionalDependencies: '@img/sharp-libvips-linux-x64': 1.0.4 optional: true - '@img/sharp-linuxmusl-arm64@0.33.3': - optionalDependencies: - '@img/sharp-libvips-linuxmusl-arm64': 1.0.2 - optional: true - '@img/sharp-linuxmusl-arm64@0.33.5': optionalDependencies: '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 optional: true - '@img/sharp-linuxmusl-x64@0.33.3': - optionalDependencies: - '@img/sharp-libvips-linuxmusl-x64': 1.0.2 - optional: true - '@img/sharp-linuxmusl-x64@0.33.5': optionalDependencies: '@img/sharp-libvips-linuxmusl-x64': 1.0.4 optional: true - '@img/sharp-wasm32@0.33.3': - dependencies: - '@emnapi/runtime': 1.1.1 - optional: true - '@img/sharp-wasm32@0.33.5': dependencies: '@emnapi/runtime': 1.2.0 optional: true - '@img/sharp-win32-ia32@0.33.3': - optional: true - '@img/sharp-win32-ia32@0.33.5': optional: true - '@img/sharp-win32-x64@0.33.3': - optional: true - '@img/sharp-win32-x64@0.33.5': optional: true @@ -15195,7 +14697,7 @@ snapshots: read-cmd-shim: 4.0.0 resolve-from: 5.0.0 rimraf: 4.4.1 - semver: 7.6.0 + semver: 7.6.3 set-blocking: 2.0.0 signal-exit: 3.0.7 slash: 3.0.0 @@ -15223,211 +14725,211 @@ snapshots: - encoding - supports-color - '@mui/base@5.0.0-beta.30(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/base@5.0.0-beta.30(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 - '@floating-ui/react-dom': 2.1.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@babel/runtime': 7.25.4 + '@floating-ui/react-dom': 2.1.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) '@mui/types': 7.2.15(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@popperjs/core': 2.11.8 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) optionalDependencies: '@types/react': types-react@19.0.0-rc.1 - '@mui/base@5.0.0-beta.31(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/base@5.0.0-beta.31(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 - '@floating-ui/react-dom': 2.1.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@babel/runtime': 7.25.4 + '@floating-ui/react-dom': 2.1.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) '@mui/types': 7.2.15(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@popperjs/core': 2.11.8 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) optionalDependencies: '@types/react': types-react@19.0.0-rc.1 - '@mui/base@5.0.0-beta.40(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/base@5.0.0-beta.40(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 - '@floating-ui/react-dom': 2.1.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@floating-ui/react-dom': 2.1.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) '@mui/types': 7.2.15(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@popperjs/core': 2.11.8 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) optionalDependencies: '@types/react': types-react@19.0.0-rc.1 '@mui/core-downloads-tracker@5.15.14': {} - '@mui/joy@5.0.0-beta.22(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/joy@5.0.0-beta.22(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 - '@mui/base': 5.0.0-beta.31(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@babel/runtime': 7.25.4 + '@mui/base': 5.0.0-beta.31(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/core-downloads-tracker': 5.15.14 - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/types': 7.2.15(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@types/react': types-react@19.0.0-rc.1 - '@mui/lab@5.0.0-alpha.173(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/lab@5.0.0-alpha.173(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 - '@mui/base': 5.0.0-beta.40(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@babel/runtime': 7.25.4 + '@mui/base': 5.0.0-beta.40(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/types': 7.2.15(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@types/react': types-react@19.0.0-rc.1 - '@mui/material@5.15.4(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/material@5.15.4(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 - '@mui/base': 5.0.0-beta.31(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@babel/runtime': 7.25.4 + '@mui/base': 5.0.0-beta.31(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/core-downloads-tracker': 5.15.14 - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/types': 7.2.15(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@types/react-transition-group': 4.4.11 clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) react-is: 18.3.1 - react-transition-group: 4.4.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + react-transition-group: 4.4.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@types/react': types-react@19.0.0-rc.1 - '@mui/private-theming@5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/private-theming@5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@babel/runtime': 7.25.4 + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: '@types/react': types-react@19.0.0-rc.1 - '@mui/private-theming@6.0.0-alpha.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)': + '@mui/private-theming@6.0.0-alpha.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: '@babel/runtime': 7.25.4 - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: '@types/react': 18.3.4 - '@mui/private-theming@6.0.0-alpha.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/private-theming@6.0.0-alpha.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: '@types/react': types-react@19.0.0-rc.1 - '@mui/styled-engine@5.16.4(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)': + '@mui/styled-engine@5.16.4(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@emotion/cache': 11.13.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/styled-engine@6.0.0-alpha.3(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': + '@mui/styled-engine@6.0.0-alpha.3(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: '@babel/runtime': 7.25.4 '@emotion/cache': 11.13.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) - '@mui/styled-engine@6.0.0-alpha.3(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)': + '@mui/styled-engine@6.0.0-alpha.3(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: '@babel/runtime': 7.25.4 '@emotion/cache': 11.13.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/system@5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/system@5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 - '@mui/private-theming': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/styled-engine': 5.16.4(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + '@babel/runtime': 7.25.4 + '@mui/private-theming': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/styled-engine': 5.16.4(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826) '@mui/types': 7.2.15(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@types/react': types-react@19.0.0-rc.1 - '@mui/system@6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)': + '@mui/system@6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@babel/runtime': 7.25.0 - '@mui/private-theming': 6.0.0-alpha.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) - '@mui/styled-engine': 6.0.0-alpha.3(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@babel/runtime': 7.25.4 + '@mui/private-theming': 6.0.0-alpha.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@mui/styled-engine': 6.0.0-alpha.3(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) '@mui/types': 7.2.15(@types/react@18.3.4) - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) '@types/react': 18.3.4 - '@mui/system@6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/system@6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 - '@mui/private-theming': 6.0.0-alpha.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/styled-engine': 6.0.0-alpha.3(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822) + '@babel/runtime': 7.25.4 + '@mui/private-theming': 6.0.0-alpha.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/styled-engine': 6.0.0-alpha.3(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826) '@mui/types': 7.2.15(types-react@19.0.0-rc.1) - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@types/react': types-react@19.0.0-rc.1 '@mui/types@7.2.15(@types/react@18.3.4)': @@ -15438,65 +14940,65 @@ snapshots: optionalDependencies: '@types/react': types-react@19.0.0-rc.1 - '@mui/utils@5.16.5(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)': + '@mui/utils@5.16.5(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@mui/types': 7.2.15(@types/react@18.3.4) '@types/prop-types': 15.7.12 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 react-is: 18.3.1 optionalDependencies: '@types/react': 18.3.4 - '@mui/utils@5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/utils@5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@mui/types': 7.2.15(types-react@19.0.0-rc.1) '@types/prop-types': 15.7.12 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 react-is: 18.3.1 optionalDependencies: '@types/react': types-react@19.0.0-rc.1 - '@mui/utils@6.0.0-beta.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/utils@6.0.0-beta.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@mui/types': 7.2.15(types-react@19.0.0-rc.1) '@types/prop-types': 15.7.12 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 react-is: 18.3.1 optionalDependencies: '@types/react': types-react@19.0.0-rc.1 - '@mui/utils@6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)': + '@mui/utils@6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@types/prop-types': 15.7.12 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 react-is: 18.3.1 optionalDependencies: '@types/react': 18.3.4 - '@mui/utils@6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/utils@6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@types/prop-types': 15.7.12 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 react-is: 18.3.1 optionalDependencies: '@types/react': types-react@19.0.0-rc.1 '@mui/x-charts-vendor@7.13.0': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@types/d3-color': 3.1.3 '@types/d3-delaunay': 6.0.4 '@types/d3-interpolate': 3.0.4 @@ -15512,186 +15014,186 @@ snapshots: delaunator: 5.0.1 robust-predicates: 3.0.2 - '@mui/x-charts@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/x-charts@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/x-charts-vendor': 7.13.0 '@react-spring/rafz': 9.7.4 - '@react-spring/web': 9.7.4(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/web': 9.7.4(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' - '@mui/x-data-grid-generator@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/x-data-grid-generator@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@mui/icons-material': link:packages/mui-icons-material/build '@mui/material': link:packages/mui-material/build - '@mui/x-data-grid-premium': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/x-data-grid-premium': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) chance: 1.1.12 clsx: 2.1.1 lru-cache: 10.4.3 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' - react-dom - '@mui/x-data-grid-premium@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/x-data-grid-premium@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/x-data-grid': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/x-data-grid-pro': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/x-internals': 7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/x-license': 7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/x-data-grid': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/x-data-grid-pro': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/x-internals': 7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/x-license': 7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@types/format-util': 1.0.4 clsx: 2.1.1 exceljs: 4.4.0 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) reselect: 4.1.8 optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' - '@mui/x-data-grid-pro@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/x-data-grid-pro@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/x-data-grid': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/x-internals': 7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/x-license': 7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/x-data-grid': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/x-internals': 7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/x-license': 7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@types/format-util': 1.0.4 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) reselect: 4.1.8 optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' - '@mui/x-data-grid@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/x-data-grid@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/x-internals': 7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/x-internals': 7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) reselect: 4.1.8 optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' - '@mui/x-date-pickers-pro@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/x-date-pickers-pro@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/x-date-pickers': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/x-license': 7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/x-date-pickers': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/x-license': 7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - react-transition-group: 4.4.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react-transition-group: 4.4.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) date-fns: 2.30.0 date-fns-jalali: 2.21.3-1 dayjs: 1.11.13 transitivePeerDependencies: - '@types/react' - '@mui/x-date-pickers@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/x-date-pickers@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@types/react-transition-group': 4.4.11 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - react-transition-group: 4.4.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react-transition-group: 4.4.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) date-fns: 2.30.0 date-fns-jalali: 2.21.3-1 dayjs: 1.11.13 transitivePeerDependencies: - '@types/react' - '@mui/x-internals@7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/x-internals@7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-b57d2823-20240822 + '@babel/runtime': 7.25.4 + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-f65ac7bd-20240826 transitivePeerDependencies: - '@types/react' - '@mui/x-license@7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/x-license@7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-b57d2823-20240822 + '@babel/runtime': 7.25.4 + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-f65ac7bd-20240826 transitivePeerDependencies: - '@types/react' - '@mui/x-tree-view@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@mui/x-tree-view@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/x-internals': 7.13.0(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/x-internals': 7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@types/react-transition-group': 4.4.11 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - react-transition-group: 4.4.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react-transition-group: 4.4.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' '@napi-rs/wasm-runtime@0.2.4': dependencies: '@emnapi/core': 1.2.0 - '@emnapi/runtime': 1.1.1 + '@emnapi/runtime': 1.2.0 '@tybys/wasm-util': 0.9.0 '@netlify/functions@2.8.1': @@ -15854,7 +15356,7 @@ snapshots: promise-all-reject-late: 1.0.1 promise-call-limit: 3.0.1 read-package-json-fast: 3.0.2 - semver: 7.6.0 + semver: 7.6.3 ssri: 10.0.6 treeverse: 3.0.0 walk-up-path: 3.0.1 @@ -15864,7 +15366,7 @@ snapshots: '@npmcli/fs@3.1.1': dependencies: - semver: 7.6.0 + semver: 7.6.3 '@npmcli/git@5.0.3': dependencies: @@ -15874,7 +15376,7 @@ snapshots: proc-log: 3.0.0 promise-inflight: 1.0.1 promise-retry: 2.0.1 - semver: 7.6.0 + semver: 7.6.3 which: 4.0.0 transitivePeerDependencies: - bluebird @@ -15897,7 +15399,7 @@ snapshots: json-parse-even-better-errors: 3.0.2 pacote: 18.0.6 proc-log: 4.2.0 - semver: 7.6.0 + semver: 7.6.3 transitivePeerDependencies: - bluebird - supports-color @@ -15914,7 +15416,7 @@ snapshots: json-parse-even-better-errors: 3.0.2 normalize-package-data: 6.0.2 proc-log: 4.2.0 - semver: 7.6.0 + semver: 7.6.3 transitivePeerDependencies: - bluebird @@ -15964,7 +15466,7 @@ snapshots: nx: 19.6.3 semver: 7.5.3 tmp: 0.2.3 - tslib: 2.6.2 + tslib: 2.7.0 '@nx/nx-darwin-arm64@19.6.3': optional: true @@ -16228,29 +15730,29 @@ snapshots: '@opentelemetry/api@1.8.0': optional: true - '@pigment-css/nextjs-plugin@0.0.20(next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@pigment-css/nextjs-plugin@0.0.20(next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: - '@pigment-css/unplugin': 0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - next: 14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@pigment-css/unplugin': 0.0.20(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + next: 14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) transitivePeerDependencies: - '@types/react' - react - supports-color - '@pigment-css/react@0.0.20(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)': + '@pigment-css/react@0.0.20(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 - '@babel/parser': 7.25.3 - '@babel/types': 7.25.2 + '@babel/parser': 7.25.4 + '@babel/types': 7.25.4 '@emotion/css': 11.11.2 '@emotion/is-prop-valid': 1.3.0 - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) '@emotion/serialize': 1.3.1 - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) - '@mui/system': 6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@mui/system': 6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) '@wyw-in-js/processor-utils': 0.5.4 '@wyw-in-js/shared': 0.5.4 '@wyw-in-js/transform': 0.5.4 @@ -16258,27 +15760,27 @@ snapshots: cssesc: 3.0.0 csstype: 3.1.3 lodash: 4.17.21 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 stylis: 4.3.2 stylis-plugin-rtl: 2.1.1(stylis@4.3.2) transitivePeerDependencies: - '@types/react' - supports-color - '@pigment-css/react@0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@pigment-css/react@0.0.20(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 - '@babel/parser': 7.25.3 - '@babel/types': 7.25.2 + '@babel/parser': 7.25.4 + '@babel/types': 7.25.4 '@emotion/css': 11.11.2 '@emotion/is-prop-valid': 1.3.0 - '@emotion/react': 11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@emotion/serialize': 1.3.1 - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/system': 6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/system': 6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@wyw-in-js/processor-utils': 0.5.4 '@wyw-in-js/shared': 0.5.4 '@wyw-in-js/transform': 0.5.4 @@ -16286,17 +15788,17 @@ snapshots: cssesc: 3.0.0 csstype: 3.1.3 lodash: 4.17.21 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 stylis: 4.3.2 stylis-plugin-rtl: 2.1.1(stylis@4.3.2) transitivePeerDependencies: - '@types/react' - supports-color - '@pigment-css/unplugin@0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)': + '@pigment-css/unplugin@0.0.20(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': dependencies: '@babel/core': 7.25.2 - '@pigment-css/react': 0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@pigment-css/react': 0.0.20(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@wyw-in-js/shared': 0.5.4 '@wyw-in-js/transform': 0.5.4 babel-plugin-define-var: 0.1.0 @@ -16306,11 +15808,11 @@ snapshots: - react - supports-color - '@pigment-css/vite-plugin@0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1)(vite@5.4.1(@types/node@18.19.46)(terser@5.31.6))': + '@pigment-css/vite-plugin@0.0.20(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)(vite@5.4.1(@types/node@18.19.46)(terser@5.31.6))': dependencies: '@babel/core': 7.25.2 '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) - '@pigment-css/react': 0.0.20(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@pigment-css/react': 0.0.20(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@wyw-in-js/shared': 0.5.4 '@wyw-in-js/transform': 0.5.4 babel-plugin-define-var: 0.1.0 @@ -16600,102 +16102,102 @@ snapshots: '@react-native/normalize-colors@0.73.2': {} - '@react-native/virtualized-lists@0.73.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))': + '@react-native/virtualized-lists@0.73.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))': dependencies: invariant: 2.2.4 nullthrows: 1.1.1 - react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822) + react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/animated@9.7.4(react@19.0.0-rc-b57d2823-20240822)': + '@react-spring/animated@9.7.4(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@react-spring/shared': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) '@react-spring/types': 9.7.4 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 - '@react-spring/core@9.7.4(react@19.0.0-rc-b57d2823-20240822)': + '@react-spring/core@9.7.4(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@react-spring/animated': 9.7.4(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/shared': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) '@react-spring/types': 9.7.4 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 - '@react-spring/konva@9.7.4(konva@9.3.6)(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': + '@react-spring/konva@9.7.4(konva@9.3.6)(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@react-spring/animated': 9.7.4(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/core': 9.7.4(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/shared': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/core': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) '@react-spring/types': 9.7.4 konva: 9.3.6 - react: 19.0.0-rc-b57d2823-20240822 - react-konva: 18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-konva: 18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/native@9.7.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': + '@react-spring/native@9.7.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@react-spring/animated': 9.7.4(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/core': 9.7.4(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/shared': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/core': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) '@react-spring/types': 9.7.4 - react: 19.0.0-rc-b57d2823-20240822 - react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826) '@react-spring/rafz@9.7.4': {} - '@react-spring/shared@9.7.4(react@19.0.0-rc-b57d2823-20240822)': + '@react-spring/shared@9.7.4(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: '@react-spring/rafz': 9.7.4 '@react-spring/types': 9.7.4 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 - '@react-spring/three@9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0))(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0)': + '@react-spring/three@9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0))(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0)': dependencies: - '@react-spring/animated': 9.7.4(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/core': 9.7.4(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/shared': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/core': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) '@react-spring/types': 9.7.4 - '@react-three/fiber': 8.16.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0) - react: 19.0.0-rc-b57d2823-20240822 + '@react-three/fiber': 8.16.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0) + react: 19.0.0-rc-f65ac7bd-20240826 three: 0.162.0 '@react-spring/types@9.7.4': {} - '@react-spring/web@9.7.4(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': + '@react-spring/web@9.7.4(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@react-spring/animated': 9.7.4(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/core': 9.7.4(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/shared': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/core': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) '@react-spring/types': 9.7.4 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/zdog@9.7.4(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-zdog@1.2.2)(react@19.0.0-rc-b57d2823-20240822)(zdog@1.1.3)': + '@react-spring/zdog@9.7.4(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-zdog@1.2.2)(react@19.0.0-rc-f65ac7bd-20240826)(zdog@1.1.3)': dependencies: - '@react-spring/animated': 9.7.4(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/core': 9.7.4(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/shared': 9.7.4(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/core': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) '@react-spring/types': 9.7.4 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) react-zdog: 1.2.2 zdog: 1.1.3 - '@react-three/fiber@8.16.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0)': + '@react-three/fiber@8.16.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0)': dependencies: '@babel/runtime': 7.25.4 '@types/react-reconciler': 0.26.7 '@types/webxr': 0.5.20 base64-js: 1.5.1 buffer: 6.0.3 - its-fine: 1.2.5(react@19.0.0-rc-b57d2823-20240822) - react: 19.0.0-rc-b57d2823-20240822 - react-reconciler: 0.27.0(react@19.0.0-rc-b57d2823-20240822) - react-use-measure: 2.1.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + its-fine: 1.2.5(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f65ac7bd-20240826 + react-reconciler: 0.27.0(react@19.0.0-rc-f65ac7bd-20240826) + react-use-measure: 2.1.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) scheduler: 0.21.0 - suspend-react: 0.1.3(react@19.0.0-rc-b57d2823-20240822) + suspend-react: 0.1.3(react@19.0.0-rc-f65ac7bd-20240826) three: 0.162.0 - zustand: 3.7.2(react@19.0.0-rc-b57d2823-20240822) + zustand: 3.7.2(react@19.0.0-rc-f65ac7bd-20240826) optionalDependencies: - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822) + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826) '@remix-run/router@1.19.1': {} @@ -16816,7 +16318,7 @@ snapshots: '@types/express': 4.17.17 '@types/promise.allsettled': 1.0.3 '@types/tsscmp': 1.0.0 - axios: 1.7.4(debug@4.3.5) + axios: 1.7.4(debug@4.3.6) express: 4.19.2 path-to-regexp: 6.2.1 please-upgrade-node: 3.2.0 @@ -16856,7 +16358,7 @@ snapshots: '@types/ws': 7.4.7 eventemitter3: 5.0.1 finity: 0.5.4 - ws: 7.5.9 + ws: 7.5.10 transitivePeerDependencies: - bufferutil - debug @@ -16870,7 +16372,7 @@ snapshots: '@slack/types': 2.11.0 '@types/is-stream': 1.1.0 '@types/node': 18.19.46 - axios: 1.7.4(debug@4.3.5) + axios: 1.7.4(debug@4.3.6) eventemitter3: 3.1.2 form-data: 2.5.1 is-electron: 2.2.2 @@ -16953,7 +16455,7 @@ snapshots: '@testing-library/dom@10.4.0': dependencies: '@babel/code-frame': 7.24.7 - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@types/aria-query': 5.0.1 aria-query: 5.3.0 chalk: 4.1.2 @@ -16961,12 +16463,12 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 - '@testing-library/react@16.0.0(@testing-library/dom@10.4.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': + '@testing-library/react@16.0.0(@testing-library/dom@10.4.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@testing-library/dom': 10.4.0 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) optionalDependencies: '@types/react': types-react@19.0.0-rc.1 '@types/react-dom': types-react-dom@19.0.0-rc.1 @@ -16975,67 +16477,67 @@ snapshots: dependencies: '@testing-library/dom': 10.4.0 - '@theme-ui/color-modes@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': + '@theme-ui/color-modes@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)) deepmerge: 4.3.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 - '@theme-ui/components@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': + '@theme-ui/components@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) '@styled-system/color': 5.1.2 '@styled-system/should-forward-prop': 5.1.5 '@styled-system/space': 5.1.2 - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)) - '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)) + '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) '@types/styled-system': 5.1.15 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 - '@theme-ui/core@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': + '@theme-ui/core@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)) deepmerge: 4.3.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 - '@theme-ui/css@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))': + '@theme-ui/css@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) csstype: 3.1.3 - '@theme-ui/global@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': + '@theme-ui/global@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)) - react: 19.0.0-rc-b57d2823-20240822 + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)) + react: 19.0.0-rc-f65ac7bd-20240826 - '@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)': + '@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/color-modes': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)) - react: 19.0.0-rc-b57d2823-20240822 + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@theme-ui/color-modes': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)) + react: 19.0.0-rc-f65ac7bd-20240826 - '@toolpad/core@0.5.1(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(next@14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(terser@5.31.6)(types-react@19.0.0-rc.1)': + '@toolpad/core@0.5.1(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(next@14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(terser@5.31.6)(types-react@19.0.0-rc.1)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@mui/icons-material': link:packages/mui-icons-material/build - '@mui/lab': 5.0.0-alpha.173(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) + '@mui/lab': 5.0.0-alpha.173(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) '@mui/material': link:packages/mui-material/build - '@mui/utils': 6.0.0-beta.5(react@19.0.0-rc-b57d2823-20240822)(types-react@19.0.0-rc.1) - '@toolpad/utils': 0.5.1(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(react@19.0.0-rc-b57d2823-20240822)(terser@5.31.6) + '@mui/utils': 6.0.0-beta.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@toolpad/utils': 0.5.1(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(react@19.0.0-rc-f65ac7bd-20240826)(terser@5.31.6) client-only: 0.0.1 invariant: 2.2.4 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: - next: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) + next: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) transitivePeerDependencies: - '@edge-runtime/vm' - '@emotion/react' @@ -17056,11 +16558,11 @@ snapshots: - supports-color - terser - '@toolpad/utils@0.5.1(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(react@19.0.0-rc-b57d2823-20240822)(terser@5.31.6)': + '@toolpad/utils@0.5.1(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(react@19.0.0-rc-f65ac7bd-20240826)(terser@5.31.6)': dependencies: invariant: 2.2.4 prettier: 3.3.3 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 react-is: 18.3.1 title: 3.5.3 vitest: 2.0.5(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(terser@5.31.6) @@ -17107,24 +16609,24 @@ snapshots: '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.25.3 - '@babel/types': 7.25.2 + '@babel/parser': 7.25.4 + '@babel/types': 7.25.4 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.20.6 '@types/babel__generator@7.6.4': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@types/babel__template@7.4.1': dependencies: - '@babel/parser': 7.25.3 - '@babel/types': 7.25.2 + '@babel/parser': 7.25.4 + '@babel/types': 7.25.4 '@types/babel__traverse@7.20.6': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@types/body-parser@1.19.2': dependencies: @@ -17396,7 +16898,7 @@ snapshots: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4) '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) eslint: 8.57.0 optionalDependencies: typescript: 5.5.4 @@ -17412,7 +16914,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4) '@typescript-eslint/utils': 7.18.0(eslint@8.57.0)(typescript@5.5.4) - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) eslint: 8.57.0 ts-api-utils: 1.3.0(typescript@5.5.4) optionalDependencies: @@ -17426,11 +16928,11 @@ snapshots: dependencies: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.6.0 + semver: 7.6.3 ts-api-utils: 1.3.0(typescript@5.5.4) optionalDependencies: typescript: 5.5.4 @@ -17458,8 +16960,8 @@ snapshots: '@vitejs/plugin-react@4.3.1(vite@5.4.1(@types/node@18.19.46)(terser@5.31.6))': dependencies: '@babel/core': 7.25.2 - '@babel/plugin-transform-react-jsx-self': 7.24.6(@babel/core@7.25.2) - '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.2) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 vite: 5.4.1(@types/node@18.19.46)(terser@5.31.6) @@ -17592,14 +17094,14 @@ snapshots: '@wyw-in-js/processor-utils@0.5.4': dependencies: - '@babel/generator': 7.25.0 + '@babel/generator': 7.25.5 '@wyw-in-js/shared': 0.5.4 transitivePeerDependencies: - supports-color '@wyw-in-js/shared@0.5.4': dependencies: - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) find-up: 5.0.0 minimatch: 9.0.5 transitivePeerDependencies: @@ -17608,12 +17110,12 @@ snapshots: '@wyw-in-js/transform@0.5.4': dependencies: '@babel/core': 7.25.2 - '@babel/generator': 7.25.0 + '@babel/generator': 7.25.5 '@babel/helper-module-imports': 7.24.7 '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) '@babel/template': 7.25.0 - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 '@wyw-in-js/processor-utils': 0.5.4 '@wyw-in-js/shared': 0.5.4 babel-merge: 3.0.0(@babel/core@7.25.2) @@ -17678,13 +17180,13 @@ snapshots: agent-base@6.0.2: dependencies: - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) transitivePeerDependencies: - supports-color agent-base@7.1.0: dependencies: - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -17959,7 +17461,7 @@ snapshots: ast-types@0.14.2: dependencies: - tslib: 2.6.2 + tslib: 2.7.0 ast-types@0.15.2: dependencies: @@ -17967,7 +17469,7 @@ snapshots: ast-types@0.16.1: dependencies: - tslib: 2.6.2 + tslib: 2.7.0 astral-regex@1.0.0: {} @@ -18020,9 +17522,9 @@ snapshots: axe-core@4.7.2: {} - axios@1.7.4(debug@4.3.5): + axios@1.7.4(debug@4.3.6): dependencies: - follow-redirects: 1.15.6(debug@4.3.5) + follow-redirects: 1.15.6(debug@4.3.6) form-data: 4.0.0 proxy-from-env: 1.1.0 transitivePeerDependencies: @@ -18063,7 +17565,7 @@ snapshots: babel-plugin-macros@3.1.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 cosmiconfig: 7.0.1 resolve: 1.22.8 @@ -18077,22 +17579,13 @@ snapshots: babel-plugin-optimize-clsx@2.6.2: dependencies: - '@babel/generator': 7.25.0 + '@babel/generator': 7.25.5 '@babel/template': 7.25.0 - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 find-cache-dir: 3.3.2 lodash: 4.17.21 object-hash: 2.2.0 - babel-plugin-polyfill-corejs2@0.4.10(@babel/core@7.25.2): - dependencies: - '@babel/compat-data': 7.25.2 - '@babel/core': 7.25.2 - '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.25.2) - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.25.2): dependencies: '@babel/compat-data': 7.25.4 @@ -18102,14 +17595,6 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.25.2): - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.25.2) - core-js-compat: 3.37.1 - transitivePeerDependencies: - - supports-color - babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.25.2): dependencies: '@babel/core': 7.25.2 @@ -18118,13 +17603,6 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.1(@babel/core@7.25.2): - dependencies: - '@babel/core': 7.25.2 - '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.25.2) - transitivePeerDependencies: - - supports-color - babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.25.2): dependencies: '@babel/core': 7.25.2 @@ -18138,7 +17616,7 @@ snapshots: dependencies: '@babel/core': 7.25.2 core-js: 3.32.1 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) lodash.mergewith: 4.6.2 prettier: 2.8.8 strip-indent: 3.0.0 @@ -18376,7 +17854,7 @@ snapshots: camel-case@4.1.2: dependencies: pascal-case: 3.1.2 - tslib: 2.6.2 + tslib: 2.7.0 camelcase-css@2.0.1: {} @@ -18785,7 +18263,7 @@ snapshots: handlebars: 4.7.7 json-stringify-safe: 5.0.1 meow: 8.1.2 - semver: 7.6.0 + semver: 7.6.3 split: 1.0.1 conventional-commits-filter@3.0.0: @@ -18827,10 +18305,6 @@ snapshots: cookie@0.6.0: {} - core-js-compat@3.37.1: - dependencies: - browserslist: 4.23.3 - core-js-compat@3.38.1: dependencies: browserslist: 4.23.3 @@ -18887,7 +18361,7 @@ snapshots: cp-file: 10.0.0 globby: 13.2.2 junk: 4.0.1 - micromatch: 4.0.7 + micromatch: 4.0.8 nested-error-stacks: 2.1.1 p-filter: 3.0.0 p-map: 6.0.0 @@ -18945,7 +18419,7 @@ snapshots: css-jss@10.10.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 jss: 10.10.0 jss-preset-default: 10.10.0 @@ -18985,7 +18459,7 @@ snapshots: css-vendor@2.0.8: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 is-in-browser: 1.1.3 css-what@6.1.0: {} @@ -19066,7 +18540,7 @@ snapshots: chalk: 2.4.2 commander: 2.20.3 core-js: 3.32.1 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) fast-json-patch: 3.1.1 get-stdin: 6.0.0 http-proxy-agent: 5.0.0 @@ -19082,7 +18556,7 @@ snapshots: lodash.mapvalues: 4.6.0 lodash.memoize: 4.1.2 memfs-or-file-map-to-github-branch: 1.2.1(encoding@0.1.13) - micromatch: 4.0.7 + micromatch: 4.0.8 node-cleanup: 2.1.2 node-fetch: 2.7.0(encoding@0.1.13) override-require: 1.1.1 @@ -19130,7 +18604,7 @@ snapshots: date-fns@2.30.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 date-format@4.0.13: {} @@ -19148,16 +18622,12 @@ snapshots: dependencies: ms: 2.1.3 - debug@4.3.5(supports-color@8.1.1): + debug@4.3.6(supports-color@8.1.1): dependencies: ms: 2.1.2 optionalDependencies: supports-color: 8.1.1 - debug@4.3.6: - dependencies: - ms: 2.1.2 - decamelize-keys@1.1.0: dependencies: decamelize: 1.2.0 @@ -19271,7 +18741,7 @@ snapshots: dom-helpers@5.2.1: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 csstype: 3.1.3 dom-serialize@2.2.1: @@ -19318,7 +18788,7 @@ snapshots: dot-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.2 + tslib: 2.7.0 dot-prop@5.3.0: dependencies: @@ -19385,7 +18855,7 @@ snapshots: base64id: 2.0.0 cookie: 0.4.2 cors: 2.8.5 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) engine.io-parser: 5.2.2 ws: 8.11.0 transitivePeerDependencies: @@ -19726,7 +19196,7 @@ snapshots: eslint-plugin-jsx-a11y@6.7.1(eslint@8.57.0): dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 aria-query: 5.3.0 array-includes: 3.1.8 array.prototype.flatmap: 1.3.2 @@ -19754,7 +19224,7 @@ snapshots: eslint-plugin-react-compiler@0.0.0-experimental-3f2f4f0-20240826(eslint@8.57.0): dependencies: '@babel/core': 7.25.2 - '@babel/parser': 7.25.3 + '@babel/parser': 7.25.4 '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.25.2) eslint: 8.57.0 hermes-parser: 0.20.1 @@ -19823,7 +19293,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -19879,8 +19349,8 @@ snapshots: estree-to-babel@3.2.1: dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 c8: 7.12.0 transitivePeerDependencies: - supports-color @@ -20060,7 +19530,7 @@ snapshots: '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.7 + micromatch: 4.0.8 fast-json-patch@3.1.1: {} @@ -20118,7 +19588,7 @@ snapshots: final-form@4.20.10: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 finalhandler@1.1.2: dependencies: @@ -20209,9 +19679,9 @@ snapshots: flow-parser@0.206.0: {} - follow-redirects@1.15.6(debug@4.3.5): + follow-redirects@1.15.6(debug@4.3.6): optionalDependencies: - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) for-each@0.3.3: dependencies: @@ -20407,7 +19877,7 @@ snapshots: git-semver-tags@5.0.1: dependencies: meow: 8.1.2 - semver: 7.6.0 + semver: 7.6.3 git-up@7.0.0: dependencies: @@ -20707,7 +20177,7 @@ snapshots: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.29.2 + terser: 5.31.6 html-tags@3.3.1: {} @@ -20750,21 +20220,21 @@ snapshots: dependencies: '@tootallnate/once': 2.0.0 agent-base: 6.0.2 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) transitivePeerDependencies: - supports-color http-proxy-agent@7.0.0: dependencies: agent-base: 7.1.0 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) transitivePeerDependencies: - supports-color http-proxy@1.18.1: dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.15.6(debug@4.3.5) + follow-redirects: 1.15.6(debug@4.3.6) requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -20779,14 +20249,14 @@ snapshots: https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) transitivePeerDependencies: - supports-color https-proxy-agent@7.0.2: dependencies: agent-base: 7.1.0 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -20866,7 +20336,7 @@ snapshots: npm-package-arg: 11.0.2 promzard: 1.0.0 read: 3.0.1 - semver: 7.6.0 + semver: 7.6.3 validate-npm-package-license: 3.0.4 validate-npm-package-name: 5.0.1 transitivePeerDependencies: @@ -21135,10 +20605,10 @@ snapshots: istanbul-lib-instrument@6.0.2: dependencies: '@babel/core': 7.25.2 - '@babel/parser': 7.25.3 + '@babel/parser': 7.25.4 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 - semver: 7.6.0 + semver: 7.6.3 transitivePeerDependencies: - supports-color @@ -21159,7 +20629,7 @@ snapshots: istanbul-lib-source-maps@3.0.6: dependencies: - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) istanbul-lib-coverage: 2.0.5 make-dir: 2.1.0 rimraf: 2.7.1 @@ -21169,7 +20639,7 @@ snapshots: istanbul-lib-source-maps@4.0.1: dependencies: - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) istanbul-lib-coverage: 3.2.0 source-map: 0.6.1 transitivePeerDependencies: @@ -21195,10 +20665,10 @@ snapshots: reflect.getprototypeof: 1.0.4 set-function-name: 2.0.2 - its-fine@1.2.5(react@19.0.0-rc-b57d2823-20240822): + its-fine@1.2.5(react@19.0.0-rc-f65ac7bd-20240826): dependencies: '@types/react-reconciler': 0.28.8 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 jackspeak@2.3.6: dependencies: @@ -21309,7 +20779,7 @@ snapshots: jscodeshift-add-imports@1.0.11(jscodeshift@0.16.1(@babel/preset-env@7.25.3(@babel/core@7.25.2))): dependencies: - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 jscodeshift: 0.16.1(@babel/preset-env@7.25.3(@babel/core@7.25.2)) jscodeshift-find-imports: 2.0.4(jscodeshift@0.16.1(@babel/preset-env@7.25.3(@babel/core@7.25.2))) transitivePeerDependencies: @@ -21347,19 +20817,19 @@ snapshots: jscodeshift@0.16.1(@babel/preset-env@7.25.3(@babel/core@7.25.2)): dependencies: '@babel/core': 7.25.2 - '@babel/parser': 7.25.3 + '@babel/parser': 7.25.4 '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) - '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-private-methods': 7.25.4(@babel/core@7.25.2) '@babel/preset-flow': 7.24.7(@babel/core@7.25.2) '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) '@babel/register': 7.24.6(@babel/core@7.25.2) chalk: 4.1.2 flow-parser: 0.206.0 graceful-fs: 4.2.11 - micromatch: 4.0.7 + micromatch: 4.0.8 neo-async: 2.6.2 node-dir: 0.1.17 recast: 0.23.9 @@ -21457,11 +20927,11 @@ snapshots: jws: 3.2.2 lodash: 4.17.21 ms: 2.1.3 - semver: 7.6.0 + semver: 7.6.3 jss-plugin-camel-case@10.10.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 hyphenate-style-name: 1.0.4 jss: 10.10.0 @@ -21473,7 +20943,7 @@ snapshots: jss-plugin-default-unit@10.10.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 jss: 10.10.0 jss-plugin-expand@10.10.0: @@ -21489,23 +20959,23 @@ snapshots: jss-plugin-global@10.10.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 jss: 10.10.0 jss-plugin-nested@10.10.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 jss: 10.10.0 tiny-warning: 1.0.3 jss-plugin-props-sort@10.10.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 jss: 10.10.0 jss-plugin-rule-value-function@10.10.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 jss: 10.10.0 tiny-warning: 1.0.3 @@ -21517,19 +20987,19 @@ snapshots: jss-plugin-template@10.10.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 jss: 10.10.0 tiny-warning: 1.0.3 jss-plugin-vendor-prefixer@10.10.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 css-vendor: 2.0.8 jss: 10.10.0 jss-preset-default@10.10.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 jss: 10.10.0 jss-plugin-camel-case: 10.10.0 jss-plugin-compose: 10.10.0 @@ -21551,7 +21021,7 @@ snapshots: jss@10.10.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 csstype: 3.1.3 is-in-browser: 1.1.3 tiny-warning: 1.0.3 @@ -21760,7 +21230,7 @@ snapshots: read-cmd-shim: 4.0.0 resolve-from: 5.0.0 rimraf: 4.4.1 - semver: 7.6.0 + semver: 7.6.3 set-blocking: 2.0.0 signal-exit: 3.0.7 slash: 3.0.0 @@ -21810,7 +21280,7 @@ snapshots: npm-package-arg: 11.0.2 npm-registry-fetch: 17.1.0 proc-log: 4.2.0 - semver: 7.6.0 + semver: 7.6.3 sigstore: 2.3.1 ssri: 10.0.6 transitivePeerDependencies: @@ -21960,7 +21430,7 @@ snapshots: log4js@6.6.1: dependencies: date-format: 4.0.13 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) flatted: 3.2.9 rfdc: 1.3.0 streamroller: 3.1.2 @@ -21989,7 +21459,7 @@ snapshots: lower-case@2.0.2: dependencies: - tslib: 2.6.2 + tslib: 2.7.0 lru-cache@10.4.3: {} @@ -22023,7 +21493,7 @@ snapshots: make-dir@4.0.0: dependencies: - semver: 7.6.0 + semver: 7.6.3 make-fetch-happen@13.0.1: dependencies: @@ -22061,9 +21531,9 @@ snapshots: punycode.js: 2.3.1 uc.micro: 2.1.0 - markdown-to-jsx@7.4.7(react@19.0.0-rc-b57d2823-20240822): + markdown-to-jsx@7.4.7(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 markdownlint-cli2-formatter-default@0.0.4(markdownlint-cli2@0.13.0): dependencies: @@ -22089,15 +21559,15 @@ snapshots: marky@1.2.5: {} - material-ui-popup-state@5.1.2(@mui/material@packages+mui-material+build)(react@19.0.0-rc-b57d2823-20240822): + material-ui-popup-state@5.1.2(@mui/material@packages+mui-material+build)(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@mui/material': link:packages/mui-material/build '@types/prop-types': 15.7.12 '@types/react': 18.3.4 classnames: 2.3.2 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 mathml-tag-names@2.1.3: {} @@ -22363,7 +21833,7 @@ snapshots: micromark@2.11.4: dependencies: - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) parse-entities: 2.0.0 transitivePeerDependencies: - supports-color @@ -22373,11 +21843,6 @@ snapshots: braces: 3.0.3 picomatch: 2.3.1 - micromatch@4.0.7: - dependencies: - braces: 3.0.3 - picomatch: 2.3.1 - micromatch@4.0.8: dependencies: braces: 3.0.3 @@ -22498,7 +21963,7 @@ snapshots: ansi-colors: 4.1.3 browser-stdout: 1.3.1 chokidar: 3.6.0 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) diff: 5.2.0 escape-string-regexp: 4.0.0 find-up: 5.0.0 @@ -22563,7 +22028,7 @@ snapshots: nested-error-stacks@2.1.1: {} - next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: '@next/env': 14.2.6 '@swc/helpers': 0.5.5 @@ -22571,9 +22036,9 @@ snapshots: caniuse-lite: 1.0.30001649 graceful-fs: 4.2.11 postcss: 8.4.31 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - styled-jsx: 5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + styled-jsx: 5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-f65ac7bd-20240826) optionalDependencies: '@next/swc-darwin-arm64': 14.2.6 '@next/swc-darwin-x64': 14.2.6 @@ -22590,7 +22055,7 @@ snapshots: - '@babel/core' - babel-plugin-macros - next@14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + next@14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: '@next/env': 14.2.7 '@swc/helpers': 0.5.5 @@ -22598,9 +22063,9 @@ snapshots: caniuse-lite: 1.0.30001649 graceful-fs: 4.2.11 postcss: 8.4.31 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - styled-jsx: 5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + styled-jsx: 5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-f65ac7bd-20240826) optionalDependencies: '@next/swc-darwin-arm64': 14.2.7 '@next/swc-darwin-x64': 14.2.7 @@ -22617,7 +22082,7 @@ snapshots: - '@babel/core' - babel-plugin-macros - next@15.0.0-canary.131(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + next@15.0.0-canary.131(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: '@next/env': 15.0.0-canary.131 '@swc/counter': 0.1.3 @@ -22626,9 +22091,9 @@ snapshots: caniuse-lite: 1.0.30001649 graceful-fs: 4.2.11 postcss: 8.4.31 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - styled-jsx: 5.1.6(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + styled-jsx: 5.1.6(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-f65ac7bd-20240826) optionalDependencies: '@next/swc-darwin-arm64': 15.0.0-canary.131 '@next/swc-darwin-x64': 15.0.0-canary.131 @@ -22663,7 +22128,7 @@ snapshots: no-case@3.0.4: dependencies: lower-case: 2.0.2 - tslib: 2.6.2 + tslib: 2.7.0 nocache@3.0.4: {} @@ -22707,7 +22172,7 @@ snapshots: make-fetch-happen: 13.0.1 nopt: 7.2.1 proc-log: 3.0.0 - semver: 7.6.0 + semver: 7.6.3 tar: 6.2.1 which: 4.0.0 transitivePeerDependencies: @@ -22740,25 +22205,25 @@ snapshots: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.13.1 - semver: 7.6.0 + semver: 7.6.3 validate-npm-package-license: 3.0.4 normalize-package-data@6.0.2: dependencies: hosted-git-info: 7.0.2 - semver: 7.6.0 + semver: 7.6.3 validate-npm-package-license: 3.0.4 normalize-path@3.0.0: {} normalize-range@0.1.2: {} - notistack@3.0.1(csstype@3.1.3)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + notistack@3.0.1(csstype@3.1.3)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: clsx: 1.2.1 goober: 2.1.13(csstype@3.1.3) - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) transitivePeerDependencies: - csstype @@ -22768,7 +22233,7 @@ snapshots: npm-install-checks@6.3.0: dependencies: - semver: 7.6.0 + semver: 7.6.3 npm-normalize-package-bin@3.0.1: {} @@ -22776,7 +22241,7 @@ snapshots: dependencies: hosted-git-info: 7.0.2 proc-log: 4.2.0 - semver: 7.6.0 + semver: 7.6.3 validate-npm-package-name: 5.0.1 npm-packlist@8.0.2: @@ -22788,7 +22253,7 @@ snapshots: npm-install-checks: 6.3.0 npm-normalize-package-bin: 3.0.1 npm-package-arg: 11.0.2 - semver: 7.6.0 + semver: 7.6.3 npm-registry-fetch@17.1.0: dependencies: @@ -22832,7 +22297,7 @@ snapshots: '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.7 - axios: 1.7.4(debug@4.3.5) + axios: 1.7.4(debug@4.3.6) chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 @@ -22853,13 +22318,13 @@ snapshots: npm-run-path: 4.0.1 open: 8.4.0 ora: 5.3.0 - semver: 7.6.0 + semver: 7.6.3 string-width: 4.2.3 strong-log-transformer: 2.1.0 tar-stream: 2.2.0 tmp: 0.2.3 tsconfig-paths: 4.2.0 - tslib: 2.6.2 + tslib: 2.7.0 yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: @@ -23176,7 +22641,7 @@ snapshots: param-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.6.2 + tslib: 2.7.0 parent-module@1.0.1: dependencies: @@ -23246,7 +22711,7 @@ snapshots: pascal-case@3.1.2: dependencies: no-case: 3.0.4 - tslib: 2.6.2 + tslib: 2.7.0 path-exists@3.0.0: {} @@ -23412,14 +22877,14 @@ snapshots: postcss-load-config@4.0.1(postcss@8.4.41): dependencies: lilconfig: 2.1.0 - yaml: 2.4.5 + yaml: 2.5.0 optionalDependencies: postcss: 8.4.41 postcss-load-config@5.1.0(jiti@1.21.0)(postcss@8.4.41)(tsx@4.17.0): dependencies: lilconfig: 3.1.1 - yaml: 2.4.5 + yaml: 2.5.0 optionalDependencies: jiti: 1.21.0 postcss: 8.4.41 @@ -23522,7 +22987,7 @@ snapshots: picocolors: 1.0.1 picomatch: 3.0.1 prettier: 3.3.3 - tslib: 2.6.2 + tslib: 2.7.0 prettyjson@1.2.5: dependencies: @@ -23688,8 +23153,8 @@ snapshots: react-docgen@5.4.3: dependencies: '@babel/core': 7.25.2 - '@babel/generator': 7.25.0 - '@babel/runtime': 7.25.0 + '@babel/generator': 7.25.5 + '@babel/runtime': 7.25.4 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -23706,49 +23171,49 @@ snapshots: react: 18.3.1 scheduler: 0.23.2 - react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822): + react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - react: 19.0.0-rc-b57d2823-20240822 - scheduler: 0.25.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 + scheduler: 0.25.0-rc-f65ac7bd-20240826 - react-draggable@4.4.6(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + react-draggable@4.4.6(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: clsx: 1.2.1 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - react-error-boundary@4.0.13(react@19.0.0-rc-b57d2823-20240822): + react-error-boundary@4.0.13(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - '@babel/runtime': 7.25.0 - react: 19.0.0-rc-b57d2823-20240822 + '@babel/runtime': 7.25.4 + react: 19.0.0-rc-f65ac7bd-20240826 - react-event-listener@0.6.6(react@19.0.0-rc-b57d2823-20240822): + react-event-listener@0.6.6(react@19.0.0-rc-f65ac7bd-20240826): dependencies: '@babel/runtime': 7.25.4 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 warning: 4.0.3 react-fast-compare@3.2.2: {} - react-final-form@6.5.9(final-form@4.20.10)(react@19.0.0-rc-b57d2823-20240822): + react-final-form@6.5.9(final-form@4.20.10)(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 final-form: 4.20.10 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 - react-imask@7.6.1(react@19.0.0-rc-b57d2823-20240822): + react-imask@7.6.1(react@19.0.0-rc-f65ac7bd-20240826): dependencies: imask: 7.6.1 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 - react-intersection-observer@9.13.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + react-intersection-observer@9.13.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) react-is@16.13.1: {} @@ -23756,11 +23221,11 @@ snapshots: react-is@18.3.1: {} - react-is@19.0.0-rc-b57d2823-20240822: {} + react-is@19.0.0-rc-f65ac7bd-20240826: {} - react-jss@10.10.0(react@19.0.0-rc-b57d2823-20240822): + react-jss@10.10.0(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@emotion/is-prop-valid': 0.7.3 css-jss: 10.10.0 hoist-non-react-statics: 3.3.2 @@ -23768,22 +23233,22 @@ snapshots: jss: 10.10.0 jss-preset-default: 10.10.0 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 shallow-equal: 1.2.1 - theming: 3.3.0(react@19.0.0-rc-b57d2823-20240822) + theming: 3.3.0(react@19.0.0-rc-f65ac7bd-20240826) tiny-warning: 1.0.3 - react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: '@types/react-reconciler': 0.28.8 - its-fine: 1.2.5(react@19.0.0-rc-b57d2823-20240822) + its-fine: 1.2.5(react@19.0.0-rc-f65ac7bd-20240826) konva: 9.3.6 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - react-reconciler: 0.29.2(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react-reconciler: 0.29.2(react@19.0.0-rc-f65ac7bd-20240826) scheduler: 0.23.2 - react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822): + react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826): dependencies: '@jest/create-cache-key-function': 29.7.0 '@react-native-community/cli': 12.3.6(encoding@0.1.13) @@ -23795,7 +23260,7 @@ snapshots: '@react-native/gradle-plugin': 0.73.4 '@react-native/js-polyfills': 0.73.1 '@react-native/normalize-colors': 0.73.2 - '@react-native/virtualized-lists': 0.73.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822)) + '@react-native/virtualized-lists': 0.73.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826)) abort-controller: 3.0.0 anser: 1.4.10 ansi-regex: 5.0.1 @@ -23814,10 +23279,10 @@ snapshots: nullthrows: 1.1.1 pretty-format: 26.6.2 promise: 8.3.0 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 react-devtools-core: 4.28.5 react-refresh: 0.14.2 - react-shallow-renderer: 16.15.0(react@19.0.0-rc-b57d2823-20240822) + react-shallow-renderer: 16.15.0(react@19.0.0-rc-f65ac7bd-20240826) regenerator-runtime: 0.13.11 scheduler: 0.24.0-canary-efb381bbf-20230505 stacktrace-parser: 0.1.10 @@ -23832,80 +23297,80 @@ snapshots: - supports-color - utf-8-validate - react-number-format@5.4.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + react-number-format@5.4.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - react-reconciler@0.27.0(react@19.0.0-rc-b57d2823-20240822): + react-reconciler@0.27.0(react@19.0.0-rc-f65ac7bd-20240826): dependencies: loose-envify: 1.4.0 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 scheduler: 0.21.0 - react-reconciler@0.29.2(react@19.0.0-rc-b57d2823-20240822): + react-reconciler@0.29.2(react@19.0.0-rc-f65ac7bd-20240826): dependencies: loose-envify: 1.4.0 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 scheduler: 0.23.2 - react-redux@8.1.3(@types/react@18.3.4)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(redux@4.2.1): + react-redux@8.1.3(@types/react@18.3.4)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(redux@4.2.1): dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@types/hoist-non-react-statics': 3.3.5 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 react-is: 18.3.1 - use-sync-external-store: 1.2.0(react@19.0.0-rc-b57d2823-20240822) + use-sync-external-store: 1.2.0(react@19.0.0-rc-f65ac7bd-20240826) optionalDependencies: '@types/react': 18.3.4 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822) + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826) redux: 4.2.1 react-refresh@0.14.2: {} - react-router-dom@6.26.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + react-router-dom@6.26.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: '@remix-run/router': 1.19.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) - react-router: 6.26.1(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react-router: 6.26.1(react@19.0.0-rc-f65ac7bd-20240826) - react-router@6.26.1(react@19.0.0-rc-b57d2823-20240822): + react-router@6.26.1(react@19.0.0-rc-f65ac7bd-20240826): dependencies: '@remix-run/router': 1.19.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 - react-runner@1.0.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + react-runner@1.0.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) sucrase: 3.34.0 - react-shallow-renderer@16.15.0(react@19.0.0-rc-b57d2823-20240822): + react-shallow-renderer@16.15.0(react@19.0.0-rc-f65ac7bd-20240826): dependencies: object-assign: 4.1.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 react-is: 18.3.1 - react-simple-code-editor@0.14.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + react-simple-code-editor@0.14.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - react-spring@9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0))(konva@9.3.6)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react-zdog@1.2.2)(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0)(zdog@1.1.3): + react-spring@9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0))(konva@9.3.6)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react-zdog@1.2.2)(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0)(zdog@1.1.3): dependencies: - '@react-spring/core': 9.7.4(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/konva': 9.7.4(konva@9.3.6)(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/native': 9.7.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/three': 9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0))(react@19.0.0-rc-b57d2823-20240822)(three@0.162.0) - '@react-spring/web': 9.7.4(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) - '@react-spring/zdog': 9.7.4(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react-zdog@1.2.2)(react@19.0.0-rc-b57d2823-20240822)(zdog@1.1.3) - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + '@react-spring/core': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/konva': 9.7.4(konva@9.3.6)(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/native': 9.7.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/three': 9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0))(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0) + '@react-spring/web': 9.7.4(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/zdog': 9.7.4(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-zdog@1.2.2)(react@19.0.0-rc-f65ac7bd-20240826)(zdog@1.1.3) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) transitivePeerDependencies: - '@react-three/fiber' - konva @@ -23917,55 +23382,55 @@ snapshots: react-swipeable-views-core@0.14.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 warning: 4.0.3 - react-swipeable-views-utils@0.14.0(react@19.0.0-rc-b57d2823-20240822): + react-swipeable-views-utils@0.14.0(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 keycode: 2.2.1 prop-types: 15.8.1 - react-event-listener: 0.6.6(react@19.0.0-rc-b57d2823-20240822) + react-event-listener: 0.6.6(react@19.0.0-rc-f65ac7bd-20240826) react-swipeable-views-core: 0.14.0 shallow-equal: 1.2.1 transitivePeerDependencies: - react - react-swipeable-views@0.14.0(react@19.0.0-rc-b57d2823-20240822): + react-swipeable-views@0.14.0(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 react-swipeable-views-core: 0.14.0 - react-swipeable-views-utils: 0.14.0(react@19.0.0-rc-b57d2823-20240822) + react-swipeable-views-utils: 0.14.0(react@19.0.0-rc-f65ac7bd-20240826) warning: 4.0.3 - react-transition-group@4.4.5(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + react-transition-group@4.4.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - react-use-measure@2.1.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + react-use-measure@2.1.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: debounce: 1.2.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - react-virtuoso@4.10.1(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + react-virtuoso@4.10.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - react-window@1.8.10(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + react-window@1.8.10(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 memoize-one: 5.2.1 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) react-zdog@1.2.2: dependencies: @@ -23977,7 +23442,7 @@ snapshots: dependencies: loose-envify: 1.4.0 - react@19.0.0-rc-b57d2823-20240822: {} + react@19.0.0-rc-f65ac7bd-20240826: {} read-cache@1.0.0: dependencies: @@ -24075,7 +23540,7 @@ snapshots: ast-types: 0.14.2 esprima: 4.0.1 source-map: 0.6.1 - tslib: 2.6.2 + tslib: 2.7.0 recast@0.21.5: dependencies: @@ -24090,7 +23555,7 @@ snapshots: esprima: 4.0.1 source-map: 0.6.1 tiny-invariant: 1.3.3 - tslib: 2.6.2 + tslib: 2.7.0 rechoir@0.6.2: dependencies: @@ -24112,7 +23577,7 @@ snapshots: redux@4.2.1: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 reflect.getprototypeof@1.0.4: dependencies: @@ -24131,8 +23596,6 @@ snapshots: regenerator-runtime@0.13.11: {} - regenerator-runtime@0.14.0: {} - regenerator-runtime@0.14.1: {} regenerator-transform@0.15.2: @@ -24302,7 +23765,7 @@ snapshots: rtl-css-js@1.16.0: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 run-async@2.4.1: {} @@ -24312,7 +23775,7 @@ snapshots: rxjs@7.8.1: dependencies: - tslib: 2.6.2 + tslib: 2.7.0 safe-array-concat@1.1.2: dependencies: @@ -24357,7 +23820,7 @@ snapshots: dependencies: loose-envify: 1.4.0 - scheduler@0.25.0-rc-b57d2823-20240822: {} + scheduler@0.25.0-rc-f65ac7bd-20240826: {} schema-utils@3.3.0: dependencies: @@ -24384,10 +23847,6 @@ snapshots: dependencies: lru-cache: 6.0.0 - semver@7.6.0: - dependencies: - lru-cache: 6.0.0 - semver@7.6.3: {} send@0.18.0: @@ -24482,32 +23941,6 @@ snapshots: shallowequal@1.1.0: {} - sharp@0.33.3: - dependencies: - color: 4.2.3 - detect-libc: 2.0.3 - semver: 7.6.0 - optionalDependencies: - '@img/sharp-darwin-arm64': 0.33.3 - '@img/sharp-darwin-x64': 0.33.3 - '@img/sharp-libvips-darwin-arm64': 1.0.2 - '@img/sharp-libvips-darwin-x64': 1.0.2 - '@img/sharp-libvips-linux-arm': 1.0.2 - '@img/sharp-libvips-linux-arm64': 1.0.2 - '@img/sharp-libvips-linux-s390x': 1.0.2 - '@img/sharp-libvips-linux-x64': 1.0.2 - '@img/sharp-libvips-linuxmusl-arm64': 1.0.2 - '@img/sharp-libvips-linuxmusl-x64': 1.0.2 - '@img/sharp-linux-arm': 0.33.3 - '@img/sharp-linux-arm64': 0.33.3 - '@img/sharp-linux-s390x': 0.33.3 - '@img/sharp-linux-x64': 0.33.3 - '@img/sharp-linuxmusl-arm64': 0.33.3 - '@img/sharp-linuxmusl-x64': 0.33.3 - '@img/sharp-wasm32': 0.33.3 - '@img/sharp-win32-ia32': 0.33.3 - '@img/sharp-win32-x64': 0.33.3 - sharp@0.33.5: dependencies: color: 4.2.3 @@ -24533,7 +23966,6 @@ snapshots: '@img/sharp-wasm32': 0.33.5 '@img/sharp-win32-ia32': 0.33.5 '@img/sharp-win32-x64': 0.33.5 - optional: true shebang-command@1.2.0: dependencies: @@ -24629,7 +24061,7 @@ snapshots: socket.io-adapter@2.5.4: dependencies: - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) ws: 8.11.0 transitivePeerDependencies: - bufferutil @@ -24639,7 +24071,7 @@ snapshots: socket.io-parser@4.2.4: dependencies: '@socket.io/component-emitter': 3.1.0 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -24648,7 +24080,7 @@ snapshots: accepts: 1.3.8 base64id: 2.0.0 cors: 2.8.5 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) engine.io: 6.5.4 socket.io-adapter: 2.5.4 socket.io-parser: 4.2.4 @@ -24660,7 +24092,7 @@ snapshots: socks-proxy-agent@8.0.2: dependencies: agent-base: 7.1.0 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) socks: 2.7.1 transitivePeerDependencies: - supports-color @@ -24761,7 +24193,7 @@ snapshots: streamroller@3.1.2: dependencies: date-format: 4.0.13 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) fs-extra: 8.1.0 transitivePeerDependencies: - supports-color @@ -24877,7 +24309,7 @@ snapshots: style-search@0.1.0: {} - styled-components@6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + styled-components@6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: '@emotion/is-prop-valid': 1.2.2 '@emotion/unitless': 0.8.1 @@ -24885,24 +24317,24 @@ snapshots: css-to-react-native: 3.2.0 csstype: 3.1.3 postcss: 8.4.38 - react: 19.0.0-rc-b57d2823-20240822 - react-dom: 19.0.0-rc-b57d2823-20240822(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) shallowequal: 1.1.0 stylis: 4.3.2 tslib: 2.6.2 - styled-jsx@5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-b57d2823-20240822): + styled-jsx@5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-f65ac7bd-20240826): dependencies: client-only: 0.0.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: '@babel/core': 7.25.2 babel-plugin-macros: 3.1.0 - styled-jsx@5.1.6(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-b57d2823-20240822): + styled-jsx@5.1.6(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-f65ac7bd-20240826): dependencies: client-only: 0.0.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 optionalDependencies: '@babel/core': 7.25.2 babel-plugin-macros: 3.1.0 @@ -24934,9 +24366,9 @@ snapshots: stylelint-processor-styled-components@1.10.0: dependencies: - '@babel/parser': 7.25.3 - '@babel/traverse': 7.25.3 - micromatch: 4.0.7 + '@babel/parser': 7.25.4 + '@babel/traverse': 7.25.4 + micromatch: 4.0.8 postcss: 7.0.39 transitivePeerDependencies: - supports-color @@ -24952,7 +24384,7 @@ snapshots: cosmiconfig: 8.2.0 css-functions-list: 3.2.1 css-tree: 2.3.1 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) fast-glob: 3.3.2 fastest-levenshtein: 1.0.16 file-entry-cache: 7.0.2 @@ -24967,7 +24399,7 @@ snapshots: known-css-properties: 0.29.0 mathml-tag-names: 2.1.3 meow: 10.1.5 - micromatch: 4.0.7 + micromatch: 4.0.8 normalize-path: 3.0.0 picocolors: 1.0.1 postcss: 8.4.41 @@ -25045,9 +24477,9 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - suspend-react@0.1.3(react@19.0.0-rc-b57d2823-20240822): + suspend-react@0.1.3(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 svg-tags@1.0.0: {} @@ -25085,7 +24517,7 @@ snapshots: is-glob: 4.0.3 jiti: 1.21.0 lilconfig: 2.1.0 - micromatch: 4.0.7 + micromatch: 4.0.8 normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.1 @@ -25151,7 +24583,7 @@ snapshots: jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - terser: 5.29.2 + terser: 5.31.6 webpack: 5.93.0(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.93.0)) terser-webpack-plugin@5.3.10(webpack@5.93.0(webpack-cli@5.1.4)): @@ -25160,16 +24592,9 @@ snapshots: jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - terser: 5.29.2 + terser: 5.31.6 webpack: 5.93.0(webpack-cli@5.1.4) - terser@5.29.2: - dependencies: - '@jridgewell/source-map': 0.3.6 - acorn: 8.12.1 - commander: 2.20.3 - source-map-support: 0.5.21 - terser@5.31.6: dependencies: '@jridgewell/source-map': 0.3.6 @@ -25187,22 +24612,22 @@ snapshots: text-table@0.2.0: {} - theme-ui@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822): + theme-ui@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/color-modes': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/components': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822)) - '@theme-ui/global': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) - '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-b57d2823-20240822))(react@19.0.0-rc-b57d2823-20240822) - react: 19.0.0-rc-b57d2823-20240822 + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@theme-ui/color-modes': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@theme-ui/components': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)) + '@theme-ui/global': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f65ac7bd-20240826 - theming@3.3.0(react@19.0.0-rc-b57d2823-20240822): + theming@3.3.0(react@19.0.0-rc-f65ac7bd-20240826): dependencies: hoist-non-react-statics: 3.3.2 prop-types: 15.8.1 - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 react-display-name: 0.2.5 tiny-warning: 1.0.3 @@ -25304,7 +24729,7 @@ snapshots: ts-invariant@0.10.3: dependencies: - tslib: 2.6.2 + tslib: 2.7.0 tsconfig-paths@3.15.0: dependencies: @@ -25337,7 +24762,7 @@ snapshots: tuf-js@2.2.1: dependencies: '@tufjs/models': 2.0.1 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) make-fetch-happen: 13.0.1 transitivePeerDependencies: - supports-color @@ -25554,18 +24979,18 @@ snapshots: urlpattern-polyfill@8.0.2: {} - use-count-up@3.0.1(react@19.0.0-rc-b57d2823-20240822): + use-count-up@3.0.1(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - react: 19.0.0-rc-b57d2823-20240822 - use-elapsed-time: 3.0.2(react@19.0.0-rc-b57d2823-20240822) + react: 19.0.0-rc-f65ac7bd-20240826 + use-elapsed-time: 3.0.2(react@19.0.0-rc-f65ac7bd-20240826) - use-elapsed-time@3.0.2(react@19.0.0-rc-b57d2823-20240822): + use-elapsed-time@3.0.2(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 - use-sync-external-store@1.2.0(react@19.0.0-rc-b57d2823-20240822): + use-sync-external-store@1.2.0(react@19.0.0-rc-f65ac7bd-20240826): dependencies: - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 util-deprecate@1.0.2: {} @@ -25623,7 +25048,7 @@ snapshots: vite-node@2.0.5(@types/node@18.19.46)(terser@5.31.6): dependencies: cac: 6.7.14 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) pathe: 1.1.2 tinyrainbow: 1.2.0 vite: 5.4.1(@types/node@18.19.46)(terser@5.31.6) @@ -25641,7 +25066,7 @@ snapshots: vite-plugin-pages@0.32.3(vite@5.4.1(@types/node@18.19.46)(terser@5.31.6)): dependencies: '@types/debug': 4.1.12 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) dequal: 2.0.3 extract-comments: 1.1.0 fast-glob: 3.3.2 @@ -25649,7 +25074,7 @@ snapshots: local-pkg: 0.5.0 picocolors: 1.0.1 vite: 5.4.1(@types/node@18.19.46)(terser@5.31.6) - yaml: 2.4.5 + yaml: 2.5.0 transitivePeerDependencies: - supports-color @@ -25673,7 +25098,7 @@ snapshots: '@vitest/spy': 2.0.5 '@vitest/utils': 2.0.5 chai: 5.1.1 - debug: 4.3.5(supports-color@8.1.1) + debug: 4.3.6(supports-color@8.1.1) execa: 8.0.1 magic-string: 0.30.10 pathe: 1.1.2 @@ -25744,7 +25169,7 @@ snapshots: opener: 1.5.2 picocolors: 1.0.1 sirv: 2.0.3 - ws: 7.5.9 + ws: 7.5.10 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -26005,8 +25430,6 @@ snapshots: ws@7.5.10: {} - ws@7.5.9: {} - ws@8.11.0: {} ws@8.16.0: {} @@ -26048,7 +25471,7 @@ snapshots: dependencies: fast-json-patch: 3.1.1 oppa: 0.4.0 - yaml: 2.4.5 + yaml: 2.5.0 yaml@1.10.2: {} @@ -26132,8 +25555,8 @@ snapshots: zod@3.23.8: {} - zustand@3.7.2(react@19.0.0-rc-b57d2823-20240822): + zustand@3.7.2(react@19.0.0-rc-f65ac7bd-20240826): optionalDependencies: - react: 19.0.0-rc-b57d2823-20240822 + react: 19.0.0-rc-f65ac7bd-20240826 zwitch@1.0.5: {} From 8fd833876dd3a532c3d9196bc1edffe0f3a59586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Tue, 27 Aug 2024 18:04:10 +0200 Subject: [PATCH 8/9] Update Next.js --- docs/next-env.d.ts | 2 +- docs/nextConfigDocsInfra.js | 2 - docs/package.json | 2 +- pnpm-lock.yaml | 1276 ++++++++++++++++------------------- 4 files changed, 575 insertions(+), 707 deletions(-) diff --git a/docs/next-env.d.ts b/docs/next-env.d.ts index 4f11a03dc6cc37..a4a7b3f5cfa2f9 100644 --- a/docs/next-env.d.ts +++ b/docs/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. diff --git a/docs/nextConfigDocsInfra.js b/docs/nextConfigDocsInfra.js index 45495d63175cf7..d5ee0f04aac911 100644 --- a/docs/nextConfigDocsInfra.js +++ b/docs/nextConfigDocsInfra.js @@ -49,8 +49,6 @@ process.env.DEPLOY_ENV = DEPLOY_ENV; function withDocsInfra(nextConfig) { return { trailingSlash: true, - // TODO: Remove when upgrading to Next.js 15, see https://github.com/vercel/next.js/pull/69137 - optimizeFonts: false, reactStrictMode: true, ...nextConfig, env: { diff --git a/docs/package.json b/docs/package.json index 087dfa4b23d9e9..5db1ce0590ae91 100644 --- a/docs/package.json +++ b/docs/package.json @@ -83,7 +83,7 @@ "lz-string": "^1.5.0", "markdown-to-jsx": "^7.4.7", "material-ui-popup-state": "^5.1.2", - "next": "^14.2.6", + "next": "canary", "notistack": "3.0.1", "nprogress": "^0.2.0", "postcss": "^8.4.41", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4928a0ea62fe84..4655f77b60d20b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -115,7 +115,7 @@ importers: version: 21.0.2 '@pigment-css/react': specifier: 0.0.20 - version: 0.0.20(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 0.0.20(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@playwright/test': specifier: 1.46.1 version: 1.46.1 @@ -364,17 +364,17 @@ importers: version: link:../../packages/mui-utils/build next: specifier: latest - version: 14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-dom: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + version: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) devDependencies: '@pigment-css/nextjs-plugin': specifier: 0.0.20 - version: 0.0.20(next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 0.0.20(next@14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@types/node': specifier: ^18.19.46 version: 18.19.46 @@ -419,16 +419,16 @@ importers: version: 2.1.1 react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-dom: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + version: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) react-error-boundary: specifier: ^4.0.13 - version: 4.0.13(react@19.0.0-rc-f65ac7bd-20240826) + version: 4.0.13(react@19.0.0-rc-f90a6bcc-20240827) react-router-dom: specifier: ^6.26.1 - version: 6.26.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 6.26.1(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) devDependencies: '@babel/preset-react': specifier: ^7.24.7 @@ -438,7 +438,7 @@ importers: version: 7.24.7(@babel/core@7.25.2) '@pigment-css/vite-plugin': specifier: 0.0.20 - version: 0.0.20(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)(vite@5.4.1(@types/node@18.19.46)(terser@5.31.6)) + version: 0.0.20(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)(vite@5.4.1(@types/node@18.19.46)(terser@5.31.6)) '@types/react': specifier: npm:types-react@19.0.0-rc.1 version: types-react@19.0.0-rc.1 @@ -468,16 +468,16 @@ importers: version: 7.25.4 '@chakra-ui/system': specifier: ^2.6.2 - version: 2.6.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 2.6.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + version: 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) '@emotion/server': specifier: ^11.11.0 version: 11.11.0(@emotion/css@11.11.2) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + version: 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) '@mui/material': specifier: workspace:^ version: link:../packages/mui-material/build @@ -513,19 +513,19 @@ importers: version: 15.8.1 react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-dom: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + version: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) react-is: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-jss: specifier: ^10.10.0 - version: 10.10.0(react@19.0.0-rc-f65ac7bd-20240826) + version: 10.10.0(react@19.0.0-rc-f90a6bcc-20240827) react-redux: specifier: ^8.1.3 - version: 8.1.3(@types/react@18.3.4)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(redux@4.2.1) + version: 8.1.3(@types/react@18.3.4)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(redux@4.2.1) redux: specifier: ^4.2.1 version: 4.2.1 @@ -534,13 +534,13 @@ importers: version: 6.1.5 styled-components: specifier: ^6.1.12 - version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) styled-system: specifier: ^5.1.5 version: 5.1.5 theme-ui: specifier: ^0.16.2 - version: 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) webpack: specifier: ^5.93.0 version: 5.93.0(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.93.0)) @@ -558,19 +558,19 @@ importers: version: 7.25.0 '@docsearch/react': specifier: ^3.6.1 - version: 3.6.1(@algolia/client-search@4.23.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(search-insights@2.13.0)(types-react@19.0.0-rc.1) + version: 3.6.1(@algolia/client-search@4.23.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(search-insights@2.13.0)(types-react@19.0.0-rc.1) '@emotion/cache': specifier: ^11.13.1 version: 11.13.1 '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@emotion/server': specifier: ^11.11.0 version: 11.11.0(@emotion/css@11.11.2) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@fortawesome/fontawesome-svg-core': specifier: ^6.6.0 version: 6.6.0 @@ -579,7 +579,7 @@ importers: version: 6.6.0 '@fortawesome/react-fontawesome': specifier: ^0.2.2 - version: 0.2.2(@fortawesome/fontawesome-svg-core@6.6.0)(react@19.0.0-rc-f65ac7bd-20240826) + version: 0.2.2(@fortawesome/fontawesome-svg-core@6.6.0)(react@19.0.0-rc-f90a6bcc-20240827) '@mui/base': specifier: workspace:* version: link:../packages/mui-base/build @@ -621,40 +621,40 @@ importers: version: link:../packages/mui-utils/build '@mui/x-charts': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/x-data-grid': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/x-data-grid-generator': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/x-data-grid-premium': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/x-data-grid-pro': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/x-date-pickers': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/x-date-pickers-pro': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/x-license': specifier: 7.13.0 - version: 7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 7.13.0(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/x-tree-view': specifier: 7.13.0 - version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@popperjs/core': specifier: ^2.11.8 version: 2.11.8 '@react-spring/web': specifier: ^9.7.4 - version: 9.7.4(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 9.7.4(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) '@toolpad/core': specifier: ^0.5.1 - version: 0.5.1(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(next@14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(terser@5.31.6)(types-react@19.0.0-rc.1) + version: 0.5.1(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(next@15.0.0-canary.131(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827))(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(terser@5.31.6)(types-react@19.0.0-rc.1) autoprefixer: specifier: ^10.4.20 version: 10.4.20(postcss@8.4.41) @@ -735,16 +735,16 @@ importers: version: 1.5.0 markdown-to-jsx: specifier: ^7.4.7 - version: 7.4.7(react@19.0.0-rc-f65ac7bd-20240826) + version: 7.4.7(react@19.0.0-rc-f90a6bcc-20240827) material-ui-popup-state: specifier: ^5.1.2 - version: 5.1.2(@mui/material@packages+mui-material+build)(react@19.0.0-rc-f65ac7bd-20240826) + version: 5.1.2(@mui/material@packages+mui-material+build)(react@19.0.0-rc-f90a6bcc-20240827) next: - specifier: ^14.2.6 - version: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + specifier: canary + version: 15.0.0-canary.131(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) notistack: specifier: 3.0.1 - version: 3.0.1(csstype@3.1.3)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 3.0.1(csstype@3.1.3)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) nprogress: specifier: ^0.2.0 version: 0.2.0 @@ -759,58 +759,58 @@ importers: version: 15.8.1 react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-dom: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + version: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) react-draggable: specifier: ^4.4.6 - version: 4.4.6(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 4.4.6(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) react-final-form: specifier: ^6.5.9 - version: 6.5.9(final-form@4.20.10)(react@19.0.0-rc-f65ac7bd-20240826) + version: 6.5.9(final-form@4.20.10)(react@19.0.0-rc-f90a6bcc-20240827) react-imask: specifier: ^7.6.1 - version: 7.6.1(react@19.0.0-rc-f65ac7bd-20240826) + version: 7.6.1(react@19.0.0-rc-f90a6bcc-20240827) react-intersection-observer: specifier: ^9.13.0 - version: 9.13.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 9.13.0(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) react-is: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-number-format: specifier: ^5.4.0 - version: 5.4.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 5.4.0(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) react-router-dom: specifier: ^6.26.1 - version: 6.26.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 6.26.1(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) react-runner: specifier: ^1.0.5 - version: 1.0.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 1.0.5(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) react-simple-code-editor: specifier: ^0.14.1 - version: 0.14.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 0.14.1(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) react-spring: specifier: ^9.7.4 - version: 9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0))(konva@9.3.6)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react-zdog@1.2.2)(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0)(zdog@1.1.3) + version: 9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(three@0.162.0))(konva@9.3.6)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827))(react-zdog@1.2.2)(react@19.0.0-rc-f90a6bcc-20240827)(three@0.162.0)(zdog@1.1.3) react-swipeable-views: specifier: ^0.14.0 - version: 0.14.0(react@19.0.0-rc-f65ac7bd-20240826) + version: 0.14.0(react@19.0.0-rc-f90a6bcc-20240827) react-transition-group: specifier: ^4.4.5 - version: 4.4.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 4.4.5(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) react-virtuoso: specifier: ^4.10.1 - version: 4.10.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 4.10.1(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) react-window: specifier: ^1.8.10 - version: 1.8.10(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 1.8.10(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) rimraf: specifier: ^5.0.10 version: 5.0.10 styled-components: specifier: ^6.1.12 - version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) stylis: specifier: 4.2.0 version: 4.2.0 @@ -819,7 +819,7 @@ importers: version: 2.1.1(stylis@4.2.0) use-count-up: specifier: ^3.0.1 - version: 3.0.1(react@19.0.0-rc-f65ac7bd-20240826) + version: 3.0.1(react@19.0.0-rc-f90a6bcc-20240827) webpack-bundle-analyzer: specifier: ^4.10.2 version: 4.10.2 @@ -1020,13 +1020,13 @@ importers: version: 11.13.1 '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@testing-library/dom': specifier: ^10.4.0 version: 10.4.0 '@testing-library/react': specifier: ^16.0.0 - version: 16.0.0(@testing-library/dom@10.4.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + version: 16.0.0(@testing-library/dom@10.4.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) '@testing-library/user-event': specifier: ^14.5.2 version: 14.5.2(@testing-library/dom@10.4.0) @@ -1062,10 +1062,10 @@ importers: version: 15.8.1 react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-dom: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + version: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -1282,7 +1282,7 @@ importers: version: 7.25.4 '@mui/utils': specifier: ^5.0.0 - version: 5.16.5(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + version: 5.16.5(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) babel-plugin-macros: specifier: ^3.1.0 version: 3.1.0 @@ -1307,7 +1307,7 @@ importers: version: 7.25.4 '@floating-ui/react-dom': specifier: ^2.1.1 - version: 2.1.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 2.1.1(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) '@mui/types': specifier: workspace:^ version: link:../mui-types/build @@ -1332,7 +1332,7 @@ importers: version: link:../../packages-internal/test-utils '@testing-library/react': specifier: ^16.0.0 - version: 16.0.0(@testing-library/dom@10.4.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) + version: 16.0.0(@testing-library/dom@10.4.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1) '@testing-library/user-event': specifier: ^14.5.2 version: 14.5.2(@testing-library/dom@10.4.0) @@ -1362,10 +1362,10 @@ importers: version: 4.17.21 react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-dom: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + version: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -1419,13 +1419,13 @@ importers: version: 7.25.4 '@mui/base': specifier: '*' - version: 5.0.0-beta.40(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 5.0.0-beta.40(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/internal-markdown': specifier: workspace:^ version: link:../markdown '@mui/system': specifier: ^5.0.0 || ^6.0.0 - version: 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) chai: specifier: ^4.4.1 version: 4.5.0 @@ -1465,10 +1465,10 @@ importers: version: types-react@19.0.0-rc.1 next: specifier: ^14.2.6 - version: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 publishDirectory: build packages/mui-envinfo: @@ -1491,25 +1491,25 @@ importers: dependencies: '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/base': specifier: 5.0.0-beta.30 - version: 5.0.0-beta.30(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 5.0.0-beta.30(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/joy': specifier: 5.0.0-beta.22 - version: 5.0.0-beta.22(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 5.0.0-beta.22(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/material': specifier: 5.15.4 - version: 5.15.4(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 5.15.4(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-dom: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + version: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) devDependencies: '@types/react': specifier: npm:types-react@19.0.0-rc.1 @@ -1559,7 +1559,7 @@ importers: version: 4.2.0 react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 rimraf: specifier: ^5.0.10 version: 5.0.10 @@ -1581,10 +1581,10 @@ importers: version: 7.25.4 '@emotion/react': specifier: ^11.5.0 - version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.3.0 - version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/base': specifier: workspace:* version: link:../mui-base/build @@ -1639,13 +1639,13 @@ importers: version: 4.17.21 next: specifier: ^14.2.6 - version: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-dom: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + version: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -1658,10 +1658,10 @@ importers: version: 7.25.4 '@emotion/react': specifier: ^11.5.0 - version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.3.0 - version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/base': specifier: workspace:* version: link:../mui-base/build @@ -1710,10 +1710,10 @@ importers: version: 4.5.0 react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-dom: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + version: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -1726,10 +1726,10 @@ importers: version: 7.25.4 '@emotion/react': specifier: ^11.5.0 - version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.3.0 - version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/core-downloads-tracker': specifier: workspace:^ version: link:../mui-core-downloads-tracker/build @@ -1762,10 +1762,10 @@ importers: version: 15.8.1 react-is: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-transition-group: specifier: ^4.4.5 - version: 4.4.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 4.4.5(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) devDependencies: '@mui/internal-babel-macros': specifier: workspace:^ @@ -1814,13 +1814,13 @@ importers: version: 1.46.1 react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-dom: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + version: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) react-router-dom: specifier: ^6.26.1 - version: 6.26.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 6.26.1(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -1837,7 +1837,7 @@ importers: version: 11.13.1 '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@emotion/server': specifier: ^11.11.0 version: 11.11.0(@emotion/css@11.11.2) @@ -1846,10 +1846,10 @@ importers: version: types-react@19.0.0-rc.1 next: specifier: canary - version: 15.0.0-canary.131(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 15.0.0-canary.131(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 publishDirectory: build packages/mui-material-pigment-css: @@ -1859,7 +1859,7 @@ importers: version: link:../mui-system/build '@pigment-css/react': specifier: 0.0.20 - version: 0.0.20(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + version: 0.0.20(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) publishDirectory: build packages/mui-private-theming: @@ -1891,7 +1891,7 @@ importers: version: 4.5.0 react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 publishDirectory: build packages/mui-styled-engine: @@ -1911,10 +1911,10 @@ importers: devDependencies: '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/internal-test-utils': specifier: workspace:^ version: link:../../packages-internal/test-utils @@ -1932,7 +1932,7 @@ importers: version: 4.5.0 react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 publishDirectory: build packages/mui-styled-engine-sc: @@ -1970,10 +1970,10 @@ importers: version: 4.5.0 react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 styled-components: specifier: ^6.1.12 - version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) publishDirectory: build packages/mui-styles: @@ -2053,10 +2053,10 @@ importers: version: 4.5.0 react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-dom: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + version: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -2091,10 +2091,10 @@ importers: devDependencies: '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@emotion/styled': specifier: ^11.13.0 - version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/internal-babel-macros': specifier: workspace:^ version: link:../mui-babel-macros @@ -2127,13 +2127,13 @@ importers: version: 4.17.21 react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 sinon: specifier: ^16.1.3 version: 16.1.3 styled-components: specifier: ^6.1.12 - version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) publishDirectory: build packages/mui-types: @@ -2165,7 +2165,7 @@ importers: version: 15.8.1 react-is: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 devDependencies: '@mui/internal-babel-macros': specifier: workspace:^ @@ -2199,10 +2199,10 @@ importers: version: 4.5.0 react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-dom: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + version: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) sinon: specifier: ^16.1.3 version: 16.1.3 @@ -2242,7 +2242,7 @@ importers: dependencies: '@react-spring/web': specifier: ^9.7.4 - version: 9.7.4(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 9.7.4(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) devDependencies: '@babel/runtime': specifier: ^7.25.0 @@ -2252,7 +2252,7 @@ importers: version: 11.13.1 '@emotion/react': specifier: ^11.13.3 - version: 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + version: 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/base': specifier: workspace:* version: link:../packages/mui-base/build @@ -2321,22 +2321,22 @@ importers: version: 15.8.1 react: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-dom: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + version: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) react-is: specifier: next - version: 19.0.0-rc-f65ac7bd-20240826 + version: 19.0.0-rc-f90a6bcc-20240827 react-router-dom: specifier: ^6.26.1 - version: 6.26.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 6.26.1(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) sinon: specifier: ^16.1.3 version: 16.1.3 styled-components: specifier: ^6.1.12 - version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + version: 6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) stylis: specifier: 4.2.0 version: 4.2.0 @@ -4375,9 +4375,6 @@ packages: resolution: {integrity: sha512-2KYkyluThg1AKfd0JWI7FzpS4A/fzVVGYIf6AM4ydWyNj8eI/86GQVLeRgDoH7CNOxt243R5tutWlmHpVq0/Ew==} engines: {node: '>=18.0.0'} - '@next/env@14.2.6': - resolution: {integrity: sha512-bs5DFKV+08EjWrl8EB+KKqev1ZTNONH1vFCaHh911aaB362NnP32UDTbE9VQhyiAgbFqJsfDkSxFERNDDb3j0g==} - '@next/env@14.2.7': resolution: {integrity: sha512-OTx9y6I3xE/eih+qtthppwLytmpJVPM5PPoJxChFsbjIEFXIayG0h/xLzefHGJviAa3Q5+Fd+9uYojKkHDKxoQ==} @@ -4387,12 +4384,6 @@ packages: '@next/eslint-plugin-next@14.2.6': resolution: {integrity: sha512-d3+p4AjIYmhqzYHhhmkRYYN6ZU35TwZAKX08xKRfnHkz72KhWL2kxMFsDptpZs5e8bBGdepn7vn1+9DaF8iX+A==} - '@next/swc-darwin-arm64@14.2.6': - resolution: {integrity: sha512-BtJZb+hYXGaVJJivpnDoi3JFVn80SHKCiiRUW3kk1SY6UCUy5dWFFSbh+tGi5lHAughzeduMyxbLt3pspvXNSg==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [darwin] - '@next/swc-darwin-arm64@14.2.7': resolution: {integrity: sha512-UhZGcOyI9LE/tZL3h9rs/2wMZaaJKwnpAyegUVDGZqwsla6hMfeSj9ssBWQS9yA4UXun3pPhrFLVnw5KXZs3vw==} engines: {node: '>= 10'} @@ -4405,12 +4396,6 @@ packages: cpu: [arm64] os: [darwin] - '@next/swc-darwin-x64@14.2.6': - resolution: {integrity: sha512-ZHRbGpH6KHarzm6qEeXKSElSXh8dS2DtDPjQt3IMwY8QVk7GbdDYjvV4NgSnDA9huGpGgnyy3tH8i5yHCqVkiQ==} - engines: {node: '>= 10'} - cpu: [x64] - os: [darwin] - '@next/swc-darwin-x64@14.2.7': resolution: {integrity: sha512-ys2cUgZYRc+CbyDeLAaAdZgS7N1Kpyy+wo0b/gAj+SeOeaj0Lw/q+G1hp+DuDiDAVyxLBCJXEY/AkhDmtihUTA==} engines: {node: '>= 10'} @@ -4423,12 +4408,6 @@ packages: cpu: [x64] os: [darwin] - '@next/swc-linux-arm64-gnu@14.2.6': - resolution: {integrity: sha512-O4HqUEe3ZvKshXHcDUXn1OybN4cSZg7ZdwHJMGCXSUEVUqGTJVsOh17smqilIjooP/sIJksgl+1kcf2IWMZWHg==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - '@next/swc-linux-arm64-gnu@14.2.7': resolution: {integrity: sha512-2xoWtE13sUJ3qrC1lwE/HjbDPm+kBQYFkkiVECJWctRASAHQ+NwjMzgrfqqMYHfMxFb5Wws3w9PqzZJqKFdWcQ==} engines: {node: '>= 10'} @@ -4441,12 +4420,6 @@ packages: cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-musl@14.2.6': - resolution: {integrity: sha512-xUcdhr2hfalG8RDDGSFxQ75yOG894UlmFS4K2M0jLrUhauRBGOtUOxoDVwiIIuZQwZ3Y5hDsazNjdYGB0cQ9yQ==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - '@next/swc-linux-arm64-musl@14.2.7': resolution: {integrity: sha512-+zJ1gJdl35BSAGpkCbfyiY6iRTaPrt3KTl4SF/B1NyELkqqnrNX6cp4IjjjxKpd64/7enI0kf6b9O1Uf3cL0pw==} engines: {node: '>= 10'} @@ -4459,12 +4432,6 @@ packages: cpu: [arm64] os: [linux] - '@next/swc-linux-x64-gnu@14.2.6': - resolution: {integrity: sha512-InosKxw8UMcA/wEib5n2QttwHSKHZHNSbGcMepBM0CTcNwpxWzX32KETmwbhKod3zrS8n1vJ+DuJKbL9ZAB0Ag==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - '@next/swc-linux-x64-gnu@14.2.7': resolution: {integrity: sha512-m6EBqrskeMUzykBrv0fDX/28lWIBGhMzOYaStp0ihkjzIYJiKUOzVYD1gULHc8XDf5EMSqoH/0/TRAgXqpQwmw==} engines: {node: '>= 10'} @@ -4477,12 +4444,6 @@ packages: cpu: [x64] os: [linux] - '@next/swc-linux-x64-musl@14.2.6': - resolution: {integrity: sha512-d4QXfJmt5pGJ7cG8qwxKSBnO5AXuKAFYxV7qyDRHnUNvY/dgDh+oX292gATpB2AAHgjdHd5ks1wXxIEj6muLUQ==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - '@next/swc-linux-x64-musl@14.2.7': resolution: {integrity: sha512-gUu0viOMvMlzFRz1r1eQ7Ql4OE+hPOmA7smfZAhn8vC4+0swMZaZxa9CSIozTYavi+bJNDZ3tgiSdMjmMzRJlQ==} engines: {node: '>= 10'} @@ -4495,12 +4456,6 @@ packages: cpu: [x64] os: [linux] - '@next/swc-win32-arm64-msvc@14.2.6': - resolution: {integrity: sha512-AlgIhk4/G+PzOG1qdF1b05uKTMsuRatFlFzAi5G8RZ9h67CVSSuZSbqGHbJDlcV1tZPxq/d4G0q6qcHDKWf4aQ==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [win32] - '@next/swc-win32-arm64-msvc@14.2.7': resolution: {integrity: sha512-PGbONHIVIuzWlYmLvuFKcj+8jXnLbx4WrlESYlVnEzDsa3+Q2hI1YHoXaSmbq0k4ZwZ7J6sWNV4UZfx1OeOlbQ==} engines: {node: '>= 10'} @@ -4513,12 +4468,6 @@ packages: cpu: [arm64] os: [win32] - '@next/swc-win32-ia32-msvc@14.2.6': - resolution: {integrity: sha512-hNukAxq7hu4o5/UjPp5jqoBEtrpCbOmnUqZSKNJG8GrUVzfq0ucdhQFVrHcLRMvQcwqqDh1a5AJN9ORnNDpgBQ==} - engines: {node: '>= 10'} - cpu: [ia32] - os: [win32] - '@next/swc-win32-ia32-msvc@14.2.7': resolution: {integrity: sha512-BiSY5umlx9ed5RQDoHcdbuKTUkuFORDqzYKPHlLeS+STUWQKWziVOn3Ic41LuTBvqE0TRJPKpio9GSIblNR+0w==} engines: {node: '>= 10'} @@ -4531,12 +4480,6 @@ packages: cpu: [ia32] os: [win32] - '@next/swc-win32-x64-msvc@14.2.6': - resolution: {integrity: sha512-NANtw+ead1rSDK1jxmzq3TYkl03UNK2KHqUYf1nIhNci6NkeqBD4s1njSzYGIlSHxCK+wSaL8RXZm4v+NF/pMw==} - engines: {node: '>= 10'} - cpu: [x64] - os: [win32] - '@next/swc-win32-x64-msvc@14.2.7': resolution: {integrity: sha512-pxsI23gKWRt/SPHFkDEsP+w+Nd7gK37Hpv0ngc5HpWy2e7cKx9zR/+Q2ptAUqICNTecAaGWvmhway7pj/JLEWA==} engines: {node: '>= 10'} @@ -9740,24 +9683,6 @@ packages: nested-error-stacks@2.1.1: resolution: {integrity: sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==} - next@14.2.6: - resolution: {integrity: sha512-57Su7RqXs5CBKKKOagt8gPhMM3CpjgbeQhrtei2KLAA1vTNm7jfKS+uDARkSW8ZETUflDCBIsUKGSyQdRs4U4g==} - engines: {node: '>=18.17.0'} - hasBin: true - peerDependencies: - '@opentelemetry/api': ^1.1.0 - '@playwright/test': ^1.41.2 - react: ^18.2.0 - react-dom: ^18.2.0 - sass: ^1.3.0 - peerDependenciesMeta: - '@opentelemetry/api': - optional: true - '@playwright/test': - optional: true - sass: - optional: true - next@14.2.7: resolution: {integrity: sha512-4Qy2aK0LwH4eQiSvQWyKuC7JXE13bIopEQesWE0c/P3uuNRnZCQanI0vsrMLmUQJLAto+A+/8+sve2hd+BQuOQ==} engines: {node: '>=18.17.0'} @@ -10695,6 +10620,7 @@ packages: engines: {node: '>=0.6.0', teleport: '>=0.2.0'} deprecated: |- You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. + (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) qjobs@1.2.0: @@ -10769,10 +10695,10 @@ packages: peerDependencies: react: ^18.3.1 - react-dom@19.0.0-rc-f65ac7bd-20240826: - resolution: {integrity: sha512-YVlFPDX0n/M/ygjVHh3X7nWA2eEZEm4DPTvEAzZDrvVAZ4NjfUGv+1MdAO/VoZUhUKlyHDwAPqyQMDYEq1BvAw==} + react-dom@19.0.0-rc-f90a6bcc-20240827: + resolution: {integrity: sha512-oUa/reDvGtjRcxi8u+GYHaDHanudaO28+G+Wvxm50CItW1xwIFN2Nn7foJxxDS9lFLGdRWZvjxldZEPAUSuXbg==} peerDependencies: - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 react-draggable@4.4.6: resolution: {integrity: sha512-LtY5Xw1zTPqHkVmtM3X8MUOxNDOUhv/khTgBgrUvwaS064bwVvxT+q5El0uUFNx5IEPKXuRejr7UqLwBIg5pdw==} @@ -10823,8 +10749,8 @@ packages: react-is@18.3.1: resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} - react-is@19.0.0-rc-f65ac7bd-20240826: - resolution: {integrity: sha512-SmZzSkRnqmDcdwrb/TnKjbNWe3VNKxKy3Iy85ZkQ97o1DGO0QhwgHnDjVMItywGZCFlL0ZdV0DdFpqNZOlMBfg==} + react-is@19.0.0-rc-f90a6bcc-20240827: + resolution: {integrity: sha512-1tXoLFzVbqHAQeY3CwpyF5IYbkwgSoNHhrhS8qOrfiZIh2461h/C1BP/JVIxwyL51wHhUgLsAc/M8g0OcEhV1A==} react-jss@10.10.0: resolution: {integrity: sha512-WLiq84UYWqNBF6579/uprcIUnM1TSywYq6AIjKTTTG5ziJl9Uy+pwuvpN3apuyVwflMbD60PraeTKT7uWH9XEQ==} @@ -10971,8 +10897,8 @@ packages: resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} engines: {node: '>=0.10.0'} - react@19.0.0-rc-f65ac7bd-20240826: - resolution: {integrity: sha512-DcWwWqLe+q/mXYP1YTB/Nl8c76TdI6CUBPZEsYU2auhn9w+TLtvcGXeZlYI0L1ju03jSEybgNig/jEcxX15Tcg==} + react@19.0.0-rc-f90a6bcc-20240827: + resolution: {integrity: sha512-XMSTS5fg3jy87V+NgK1aYIca4eXil7xD8cOiEDnm2FoBvLBN2/hW5sxpEHTllengKxq9APDz+uft+LZRPwScUA==} engines: {node: '>=0.10.0'} read-cache@1.0.0: @@ -11298,8 +11224,8 @@ packages: scheduler@0.24.0-canary-efb381bbf-20230505: resolution: {integrity: sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==} - scheduler@0.25.0-rc-f65ac7bd-20240826: - resolution: {integrity: sha512-yv906BO1AcEczCZvDGC1oPet+ntOrWcOy8A/5GSRH4pq8ZXOsG2ieJDCEPt4tXppW4HbQaEZT2chVhj7+lr45Q==} + scheduler@0.25.0-rc-f90a6bcc-20240827: + resolution: {integrity: sha512-1qRPgemZ2O2dsOW9yoSArOProZemRmFDJ8cWZ1OolxMEihMdsx45Gwbv8PLkd47Oej43VhXl3N+31N6dRRi2FQ==} schema-utils@3.3.0: resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} @@ -13955,21 +13881,21 @@ snapshots: '@chakra-ui/anatomy@2.2.2': {} - '@chakra-ui/color-mode@2.2.0(react@19.0.0-rc-f65ac7bd-20240826)': + '@chakra-ui/color-mode@2.2.0(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: - '@chakra-ui/react-use-safe-layout-effect': 2.1.0(react@19.0.0-rc-f65ac7bd-20240826) - react: 19.0.0-rc-f65ac7bd-20240826 + '@chakra-ui/react-use-safe-layout-effect': 2.1.0(react@19.0.0-rc-f90a6bcc-20240827) + react: 19.0.0-rc-f90a6bcc-20240827 '@chakra-ui/object-utils@2.1.0': {} - '@chakra-ui/react-use-safe-layout-effect@2.1.0(react@19.0.0-rc-f65ac7bd-20240826)': + '@chakra-ui/react-use-safe-layout-effect@2.1.0(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 - '@chakra-ui/react-utils@2.0.12(react@19.0.0-rc-f65ac7bd-20240826)': + '@chakra-ui/react-utils@2.0.12(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: '@chakra-ui/utils': 2.0.15 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 '@chakra-ui/shared-utils@2.0.5': {} @@ -13979,17 +13905,17 @@ snapshots: csstype: 3.1.3 lodash.mergewith: 4.6.2 - '@chakra-ui/system@2.6.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': + '@chakra-ui/system@2.6.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: - '@chakra-ui/color-mode': 2.2.0(react@19.0.0-rc-f65ac7bd-20240826) + '@chakra-ui/color-mode': 2.2.0(react@19.0.0-rc-f90a6bcc-20240827) '@chakra-ui/object-utils': 2.1.0 - '@chakra-ui/react-utils': 2.0.12(react@19.0.0-rc-f65ac7bd-20240826) + '@chakra-ui/react-utils': 2.0.12(react@19.0.0-rc-f90a6bcc-20240827) '@chakra-ui/styled-system': 2.9.2 '@chakra-ui/theme-utils': 2.0.21 '@chakra-ui/utils': 2.0.15 - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) - react: 19.0.0-rc-f65ac7bd-20240826 + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) + react: 19.0.0-rc-f90a6bcc-20240827 react-fast-compare: 3.2.2 '@chakra-ui/theme-tools@2.1.2(@chakra-ui/styled-system@2.9.2)': @@ -14041,7 +13967,7 @@ snapshots: '@docsearch/css@3.6.1': {} - '@docsearch/react@3.6.1(@algolia/client-search@4.23.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(search-insights@2.13.0)(types-react@19.0.0-rc.1)': + '@docsearch/react@3.6.1(@algolia/client-search@4.23.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(search-insights@2.13.0)(types-react@19.0.0-rc.1)': dependencies: '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.23.0)(algoliasearch@4.19.1)(search-insights@2.13.0) '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.23.0)(algoliasearch@4.19.1) @@ -14049,8 +13975,8 @@ snapshots: algoliasearch: 4.19.1 optionalDependencies: '@types/react': types-react@19.0.0-rc.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) search-insights: 2.13.0 transitivePeerDependencies: - '@algolia/client-search' @@ -14130,33 +14056,33 @@ snapshots: '@emotion/memoize@0.9.0': {} - '@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)': + '@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: '@babel/runtime': 7.25.4 '@emotion/babel-plugin': 11.12.0 '@emotion/cache': 11.13.1 '@emotion/serialize': 1.3.1 - '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-f65ac7bd-20240826) + '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-f90a6bcc-20240827) '@emotion/utils': 1.4.0 '@emotion/weak-memoize': 0.4.0 hoist-non-react-statics: 3.3.2 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: '@types/react': 18.3.4 transitivePeerDependencies: - supports-color - '@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 '@emotion/babel-plugin': 11.12.0 '@emotion/cache': 11.13.1 '@emotion/serialize': 1.3.1 - '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-f65ac7bd-20240826) + '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-f90a6bcc-20240827) '@emotion/utils': 1.4.0 '@emotion/weak-memoize': 0.4.0 hoist-non-react-statics: 3.3.2 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: '@types/react': types-react@19.0.0-rc.1 transitivePeerDependencies: @@ -14181,31 +14107,31 @@ snapshots: '@emotion/sheet@1.4.0': {} - '@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)': + '@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: '@babel/runtime': 7.25.4 '@emotion/babel-plugin': 11.12.0 '@emotion/is-prop-valid': 1.3.0 - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) '@emotion/serialize': 1.3.1 - '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-f65ac7bd-20240826) + '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-f90a6bcc-20240827) '@emotion/utils': 1.4.0 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: '@types/react': 18.3.4 transitivePeerDependencies: - supports-color - '@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 '@emotion/babel-plugin': 11.12.0 '@emotion/is-prop-valid': 1.3.0 - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@emotion/serialize': 1.3.1 - '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-f65ac7bd-20240826) + '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@19.0.0-rc-f90a6bcc-20240827) '@emotion/utils': 1.4.0 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: '@types/react': types-react@19.0.0-rc.1 transitivePeerDependencies: @@ -14215,9 +14141,9 @@ snapshots: '@emotion/unitless@0.8.1': {} - '@emotion/use-insertion-effect-with-fallbacks@1.1.0(react@19.0.0-rc-f65ac7bd-20240826)': + '@emotion/use-insertion-effect-with-fallbacks@1.1.0(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 '@emotion/utils@1.4.0': {} @@ -14415,11 +14341,11 @@ snapshots: '@floating-ui/core': 1.6.5 '@floating-ui/utils': 0.2.5 - '@floating-ui/react-dom@2.1.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': + '@floating-ui/react-dom@2.1.1(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: '@floating-ui/dom': 1.6.8 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) '@floating-ui/utils@0.2.5': {} @@ -14433,11 +14359,11 @@ snapshots: dependencies: '@fortawesome/fontawesome-common-types': 6.6.0 - '@fortawesome/react-fontawesome@0.2.2(@fortawesome/fontawesome-svg-core@6.6.0)(react@19.0.0-rc-f65ac7bd-20240826)': + '@fortawesome/react-fontawesome@0.2.2(@fortawesome/fontawesome-svg-core@6.6.0)(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: '@fortawesome/fontawesome-svg-core': 6.6.0 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 '@gitbeaker/core@38.12.1': dependencies: @@ -14725,211 +14651,211 @@ snapshots: - encoding - supports-color - '@mui/base@5.0.0-beta.30(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/base@5.0.0-beta.30(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 - '@floating-ui/react-dom': 2.1.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@floating-ui/react-dom': 2.1.1(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) '@mui/types': 7.2.15(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@popperjs/core': 2.11.8 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) optionalDependencies: '@types/react': types-react@19.0.0-rc.1 - '@mui/base@5.0.0-beta.31(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/base@5.0.0-beta.31(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 - '@floating-ui/react-dom': 2.1.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@floating-ui/react-dom': 2.1.1(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) '@mui/types': 7.2.15(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@popperjs/core': 2.11.8 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) optionalDependencies: '@types/react': types-react@19.0.0-rc.1 - '@mui/base@5.0.0-beta.40(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/base@5.0.0-beta.40(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 - '@floating-ui/react-dom': 2.1.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@floating-ui/react-dom': 2.1.1(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) '@mui/types': 7.2.15(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@popperjs/core': 2.11.8 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) optionalDependencies: '@types/react': types-react@19.0.0-rc.1 '@mui/core-downloads-tracker@5.15.14': {} - '@mui/joy@5.0.0-beta.22(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/joy@5.0.0-beta.22(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 - '@mui/base': 5.0.0-beta.31(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/base': 5.0.0-beta.31(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/core-downloads-tracker': 5.15.14 - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/types': 7.2.15(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@types/react': types-react@19.0.0-rc.1 - '@mui/lab@5.0.0-alpha.173(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/lab@5.0.0-alpha.173(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 - '@mui/base': 5.0.0-beta.40(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/base': 5.0.0-beta.40(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/types': 7.2.15(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@types/react': types-react@19.0.0-rc.1 - '@mui/material@5.15.4(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/material@5.15.4(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 - '@mui/base': 5.0.0-beta.31(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/base': 5.0.0-beta.31(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/core-downloads-tracker': 5.15.14 - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/types': 7.2.15(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@types/react-transition-group': 4.4.11 clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) react-is: 18.3.1 - react-transition-group: 4.4.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + react-transition-group: 4.4.5(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@types/react': types-react@19.0.0-rc.1 - '@mui/private-theming@5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/private-theming@5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: '@types/react': types-react@19.0.0-rc.1 - '@mui/private-theming@6.0.0-alpha.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)': + '@mui/private-theming@6.0.0-alpha.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: '@babel/runtime': 7.25.4 - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: '@types/react': 18.3.4 - '@mui/private-theming@6.0.0-alpha.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/private-theming@6.0.0-alpha.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: '@types/react': types-react@19.0.0-rc.1 - '@mui/styled-engine@5.16.4(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)': + '@mui/styled-engine@5.16.4(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: '@babel/runtime': 7.25.4 '@emotion/cache': 11.13.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) - '@mui/styled-engine@6.0.0-alpha.3(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': + '@mui/styled-engine@6.0.0-alpha.3(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: '@babel/runtime': 7.25.4 '@emotion/cache': 11.13.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) - '@mui/styled-engine@6.0.0-alpha.3(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)': + '@mui/styled-engine@6.0.0-alpha.3(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: '@babel/runtime': 7.25.4 '@emotion/cache': 11.13.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) - '@mui/system@5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/system@5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 - '@mui/private-theming': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/styled-engine': 5.16.4(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826) + '@mui/private-theming': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/styled-engine': 5.16.4(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827) '@mui/types': 7.2.15(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@types/react': types-react@19.0.0-rc.1 - '@mui/system@6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)': + '@mui/system@6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: '@babel/runtime': 7.25.4 - '@mui/private-theming': 6.0.0-alpha.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) - '@mui/styled-engine': 6.0.0-alpha.3(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@mui/private-theming': 6.0.0-alpha.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) + '@mui/styled-engine': 6.0.0-alpha.3(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) '@mui/types': 7.2.15(@types/react@18.3.4) - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) '@types/react': 18.3.4 - '@mui/system@6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/system@6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 - '@mui/private-theming': 6.0.0-alpha.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/styled-engine': 6.0.0-alpha.3(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826) + '@mui/private-theming': 6.0.0-alpha.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/styled-engine': 6.0.0-alpha.3(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827) '@mui/types': 7.2.15(types-react@19.0.0-rc.1) - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@types/react': types-react@19.0.0-rc.1 '@mui/types@7.2.15(@types/react@18.3.4)': @@ -14940,58 +14866,58 @@ snapshots: optionalDependencies: '@types/react': types-react@19.0.0-rc.1 - '@mui/utils@5.16.5(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)': + '@mui/utils@5.16.5(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: '@babel/runtime': 7.25.4 '@mui/types': 7.2.15(@types/react@18.3.4) '@types/prop-types': 15.7.12 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 react-is: 18.3.1 optionalDependencies: '@types/react': 18.3.4 - '@mui/utils@5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/utils@5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 '@mui/types': 7.2.15(types-react@19.0.0-rc.1) '@types/prop-types': 15.7.12 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 react-is: 18.3.1 optionalDependencies: '@types/react': types-react@19.0.0-rc.1 - '@mui/utils@6.0.0-beta.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/utils@6.0.0-beta.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 '@mui/types': 7.2.15(types-react@19.0.0-rc.1) '@types/prop-types': 15.7.12 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 react-is: 18.3.1 optionalDependencies: '@types/react': types-react@19.0.0-rc.1 - '@mui/utils@6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)': + '@mui/utils@6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: '@babel/runtime': 7.25.4 '@types/prop-types': 15.7.12 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 react-is: 18.3.1 optionalDependencies: '@types/react': 18.3.4 - '@mui/utils@6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/utils@6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 '@types/prop-types': 15.7.12 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 react-is: 18.3.1 optionalDependencies: '@types/react': types-react@19.0.0-rc.1 @@ -15014,179 +14940,179 @@ snapshots: delaunator: 5.0.1 robust-predicates: 3.0.2 - '@mui/x-charts@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/x-charts@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/x-charts-vendor': 7.13.0 '@react-spring/rafz': 9.7.4 - '@react-spring/web': 9.7.4(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/web': 9.7.4(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' - '@mui/x-data-grid-generator@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/x-data-grid-generator@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 '@mui/icons-material': link:packages/mui-icons-material/build '@mui/material': link:packages/mui-material/build - '@mui/x-data-grid-premium': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/x-data-grid-premium': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) chance: 1.1.12 clsx: 2.1.1 lru-cache: 10.4.3 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' - react-dom - '@mui/x-data-grid-premium@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/x-data-grid-premium@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/x-data-grid': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/x-data-grid-pro': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/x-internals': 7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/x-license': 7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/x-data-grid': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/x-data-grid-pro': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/x-internals': 7.13.0(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/x-license': 7.13.0(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@types/format-util': 1.0.4 clsx: 2.1.1 exceljs: 4.4.0 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) reselect: 4.1.8 optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' - '@mui/x-data-grid-pro@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/x-data-grid-pro@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/x-data-grid': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/x-internals': 7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/x-license': 7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/x-data-grid': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/x-internals': 7.13.0(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/x-license': 7.13.0(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@types/format-util': 1.0.4 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) reselect: 4.1.8 optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' - '@mui/x-data-grid@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/x-data-grid@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/x-internals': 7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/x-internals': 7.13.0(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) reselect: 4.1.8 optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' - '@mui/x-date-pickers-pro@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/x-date-pickers-pro@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/x-date-pickers': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/x-license': 7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/x-date-pickers': 7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/x-license': 7.13.0(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - react-transition-group: 4.4.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) + react-transition-group: 4.4.5(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) date-fns: 2.30.0 date-fns-jalali: 2.21.3-1 dayjs: 1.11.13 transitivePeerDependencies: - '@types/react' - '@mui/x-date-pickers@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/x-date-pickers@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@types/react-transition-group': 4.4.11 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - react-transition-group: 4.4.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) + react-transition-group: 4.4.5(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) date-fns: 2.30.0 date-fns-jalali: 2.21.3-1 dayjs: 1.11.13 transitivePeerDependencies: - '@types/react' - '@mui/x-internals@7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/x-internals@7.13.0(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-f65ac7bd-20240826 + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-f90a6bcc-20240827 transitivePeerDependencies: - '@types/react' - '@mui/x-license@7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/x-license@7.13.0(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - react: 19.0.0-rc-f65ac7bd-20240826 + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + react: 19.0.0-rc-f90a6bcc-20240827 transitivePeerDependencies: - '@types/react' - '@mui/x-tree-view@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@mui/x-tree-view@7.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/utils': 5.16.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/x-internals': 7.13.0(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/system': 5.16.5(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/utils': 5.16.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/x-internals': 7.13.0(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@types/react-transition-group': 4.4.11 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - react-transition-group: 4.4.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) + react-transition-group: 4.4.5(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) optionalDependencies: - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) transitivePeerDependencies: - '@types/react' @@ -15207,8 +15133,6 @@ snapshots: '@netlify/node-cookies': 0.1.0 urlpattern-polyfill: 8.0.2 - '@next/env@14.2.6': {} - '@next/env@14.2.7': {} '@next/env@15.0.0-canary.131': {} @@ -15217,81 +15141,54 @@ snapshots: dependencies: glob: 10.3.10 - '@next/swc-darwin-arm64@14.2.6': - optional: true - '@next/swc-darwin-arm64@14.2.7': optional: true '@next/swc-darwin-arm64@15.0.0-canary.131': optional: true - '@next/swc-darwin-x64@14.2.6': - optional: true - '@next/swc-darwin-x64@14.2.7': optional: true '@next/swc-darwin-x64@15.0.0-canary.131': optional: true - '@next/swc-linux-arm64-gnu@14.2.6': - optional: true - '@next/swc-linux-arm64-gnu@14.2.7': optional: true '@next/swc-linux-arm64-gnu@15.0.0-canary.131': optional: true - '@next/swc-linux-arm64-musl@14.2.6': - optional: true - '@next/swc-linux-arm64-musl@14.2.7': optional: true '@next/swc-linux-arm64-musl@15.0.0-canary.131': optional: true - '@next/swc-linux-x64-gnu@14.2.6': - optional: true - '@next/swc-linux-x64-gnu@14.2.7': optional: true '@next/swc-linux-x64-gnu@15.0.0-canary.131': optional: true - '@next/swc-linux-x64-musl@14.2.6': - optional: true - '@next/swc-linux-x64-musl@14.2.7': optional: true '@next/swc-linux-x64-musl@15.0.0-canary.131': optional: true - '@next/swc-win32-arm64-msvc@14.2.6': - optional: true - '@next/swc-win32-arm64-msvc@14.2.7': optional: true '@next/swc-win32-arm64-msvc@15.0.0-canary.131': optional: true - '@next/swc-win32-ia32-msvc@14.2.6': - optional: true - '@next/swc-win32-ia32-msvc@14.2.7': optional: true '@next/swc-win32-ia32-msvc@15.0.0-canary.131': optional: true - '@next/swc-win32-x64-msvc@14.2.6': - optional: true - '@next/swc-win32-x64-msvc@14.2.7': optional: true @@ -15730,16 +15627,16 @@ snapshots: '@opentelemetry/api@1.8.0': optional: true - '@pigment-css/nextjs-plugin@0.0.20(next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@pigment-css/nextjs-plugin@0.0.20(next@14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: - '@pigment-css/unplugin': 0.0.20(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - next: 14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@pigment-css/unplugin': 0.0.20(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + next: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) transitivePeerDependencies: - '@types/react' - react - supports-color - '@pigment-css/react@0.0.20(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)': + '@pigment-css/react@0.0.20(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.24.7 @@ -15748,11 +15645,11 @@ snapshots: '@babel/types': 7.25.4 '@emotion/css': 11.11.2 '@emotion/is-prop-valid': 1.3.0 - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) '@emotion/serialize': 1.3.1 - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) - '@mui/system': 6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) + '@mui/system': 6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) '@wyw-in-js/processor-utils': 0.5.4 '@wyw-in-js/shared': 0.5.4 '@wyw-in-js/transform': 0.5.4 @@ -15760,14 +15657,14 @@ snapshots: cssesc: 3.0.0 csstype: 3.1.3 lodash: 4.17.21 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 stylis: 4.3.2 stylis-plugin-rtl: 2.1.1(stylis@4.3.2) transitivePeerDependencies: - '@types/react' - supports-color - '@pigment-css/react@0.0.20(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@pigment-css/react@0.0.20(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.24.7 @@ -15776,11 +15673,11 @@ snapshots: '@babel/types': 7.25.4 '@emotion/css': 11.11.2 '@emotion/is-prop-valid': 1.3.0 - '@emotion/react': 11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/react': 11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@emotion/serialize': 1.3.1 - '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/system': 6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/system': 6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@wyw-in-js/processor-utils': 0.5.4 '@wyw-in-js/shared': 0.5.4 '@wyw-in-js/transform': 0.5.4 @@ -15788,17 +15685,17 @@ snapshots: cssesc: 3.0.0 csstype: 3.1.3 lodash: 4.17.21 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 stylis: 4.3.2 stylis-plugin-rtl: 2.1.1(stylis@4.3.2) transitivePeerDependencies: - '@types/react' - supports-color - '@pigment-css/unplugin@0.0.20(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)': + '@pigment-css/unplugin@0.0.20(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)': dependencies: '@babel/core': 7.25.2 - '@pigment-css/react': 0.0.20(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@pigment-css/react': 0.0.20(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@wyw-in-js/shared': 0.5.4 '@wyw-in-js/transform': 0.5.4 babel-plugin-define-var: 0.1.0 @@ -15808,11 +15705,11 @@ snapshots: - react - supports-color - '@pigment-css/vite-plugin@0.0.20(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1)(vite@5.4.1(@types/node@18.19.46)(terser@5.31.6))': + '@pigment-css/vite-plugin@0.0.20(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1)(vite@5.4.1(@types/node@18.19.46)(terser@5.31.6))': dependencies: '@babel/core': 7.25.2 '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) - '@pigment-css/react': 0.0.20(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@pigment-css/react': 0.0.20(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@wyw-in-js/shared': 0.5.4 '@wyw-in-js/transform': 0.5.4 babel-plugin-define-var: 0.1.0 @@ -16102,102 +15999,102 @@ snapshots: '@react-native/normalize-colors@0.73.2': {} - '@react-native/virtualized-lists@0.73.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))': + '@react-native/virtualized-lists@0.73.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827))': dependencies: invariant: 2.2.4 nullthrows: 1.1.1 - react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826) + react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827) - '@react-spring/animated@9.7.4(react@19.0.0-rc-f65ac7bd-20240826)': + '@react-spring/animated@9.7.4(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: - '@react-spring/shared': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) '@react-spring/types': 9.7.4 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 - '@react-spring/core@9.7.4(react@19.0.0-rc-f65ac7bd-20240826)': + '@react-spring/core@9.7.4(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: - '@react-spring/animated': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/shared': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) '@react-spring/types': 9.7.4 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 - '@react-spring/konva@9.7.4(konva@9.3.6)(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': + '@react-spring/konva@9.7.4(konva@9.3.6)(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: - '@react-spring/animated': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/core': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/shared': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) + '@react-spring/core': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) '@react-spring/types': 9.7.4 konva: 9.3.6 - react: 19.0.0-rc-f65ac7bd-20240826 - react-konva: 18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-konva: 18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) - '@react-spring/native@9.7.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': + '@react-spring/native@9.7.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: - '@react-spring/animated': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/core': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/shared': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) + '@react-spring/core': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) '@react-spring/types': 9.7.4 - react: 19.0.0-rc-f65ac7bd-20240826 - react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827) '@react-spring/rafz@9.7.4': {} - '@react-spring/shared@9.7.4(react@19.0.0-rc-f65ac7bd-20240826)': + '@react-spring/shared@9.7.4(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: '@react-spring/rafz': 9.7.4 '@react-spring/types': 9.7.4 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 - '@react-spring/three@9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0))(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0)': + '@react-spring/three@9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(three@0.162.0))(react@19.0.0-rc-f90a6bcc-20240827)(three@0.162.0)': dependencies: - '@react-spring/animated': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/core': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/shared': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) + '@react-spring/core': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) '@react-spring/types': 9.7.4 - '@react-three/fiber': 8.16.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0) - react: 19.0.0-rc-f65ac7bd-20240826 + '@react-three/fiber': 8.16.0(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(three@0.162.0) + react: 19.0.0-rc-f90a6bcc-20240827 three: 0.162.0 '@react-spring/types@9.7.4': {} - '@react-spring/web@9.7.4(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': + '@react-spring/web@9.7.4(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: - '@react-spring/animated': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/core': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/shared': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) + '@react-spring/core': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) '@react-spring/types': 9.7.4 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) - '@react-spring/zdog@9.7.4(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-zdog@1.2.2)(react@19.0.0-rc-f65ac7bd-20240826)(zdog@1.1.3)': + '@react-spring/zdog@9.7.4(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react-zdog@1.2.2)(react@19.0.0-rc-f90a6bcc-20240827)(zdog@1.1.3)': dependencies: - '@react-spring/animated': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/core': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/shared': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/animated': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) + '@react-spring/core': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) + '@react-spring/shared': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) '@react-spring/types': 9.7.4 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) react-zdog: 1.2.2 zdog: 1.1.3 - '@react-three/fiber@8.16.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0)': + '@react-three/fiber@8.16.0(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(three@0.162.0)': dependencies: '@babel/runtime': 7.25.4 '@types/react-reconciler': 0.26.7 '@types/webxr': 0.5.20 base64-js: 1.5.1 buffer: 6.0.3 - its-fine: 1.2.5(react@19.0.0-rc-f65ac7bd-20240826) - react: 19.0.0-rc-f65ac7bd-20240826 - react-reconciler: 0.27.0(react@19.0.0-rc-f65ac7bd-20240826) - react-use-measure: 2.1.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + its-fine: 1.2.5(react@19.0.0-rc-f90a6bcc-20240827) + react: 19.0.0-rc-f90a6bcc-20240827 + react-reconciler: 0.27.0(react@19.0.0-rc-f90a6bcc-20240827) + react-use-measure: 2.1.1(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) scheduler: 0.21.0 - suspend-react: 0.1.3(react@19.0.0-rc-f65ac7bd-20240826) + suspend-react: 0.1.3(react@19.0.0-rc-f90a6bcc-20240827) three: 0.162.0 - zustand: 3.7.2(react@19.0.0-rc-f65ac7bd-20240826) + zustand: 3.7.2(react@19.0.0-rc-f90a6bcc-20240827) optionalDependencies: - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826) + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) + react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827) '@remix-run/router@1.19.1': {} @@ -16463,12 +16360,12 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 - '@testing-library/react@16.0.0(@testing-library/dom@10.4.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': + '@testing-library/react@16.0.0(@testing-library/dom@10.4.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react-dom@19.0.0-rc.1)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 '@testing-library/dom': 10.4.0 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) optionalDependencies: '@types/react': types-react@19.0.0-rc.1 '@types/react-dom': types-react-dom@19.0.0-rc.1 @@ -16477,67 +16374,67 @@ snapshots: dependencies: '@testing-library/dom': 10.4.0 - '@theme-ui/color-modes@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': + '@theme-ui/color-modes@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827)) deepmerge: 4.3.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 - '@theme-ui/components@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': + '@theme-ui/components@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) '@styled-system/color': 5.1.2 '@styled-system/should-forward-prop': 5.1.5 '@styled-system/space': 5.1.2 - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)) - '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827)) + '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) '@types/styled-system': 5.1.15 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 - '@theme-ui/core@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': + '@theme-ui/core@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827)) deepmerge: 4.3.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 - '@theme-ui/css@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))': + '@theme-ui/css@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) csstype: 3.1.3 - '@theme-ui/global@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': + '@theme-ui/global@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)) - react: 19.0.0-rc-f65ac7bd-20240826 + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827)) + react: 19.0.0-rc-f90a6bcc-20240827 - '@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)': + '@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)': dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) - '@theme-ui/color-modes': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)) - react: 19.0.0-rc-f65ac7bd-20240826 + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) + '@theme-ui/color-modes': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827)) + react: 19.0.0-rc-f90a6bcc-20240827 - '@toolpad/core@0.5.1(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(next@14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(terser@5.31.6)(types-react@19.0.0-rc.1)': + '@toolpad/core@0.5.1(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(next@15.0.0-canary.131(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827))(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(terser@5.31.6)(types-react@19.0.0-rc.1)': dependencies: '@babel/runtime': 7.25.4 '@mui/icons-material': link:packages/mui-icons-material/build - '@mui/lab': 5.0.0-alpha.173(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) + '@mui/lab': 5.0.0-alpha.173(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1))(@mui/material@packages+mui-material+build)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) '@mui/material': link:packages/mui-material/build - '@mui/utils': 6.0.0-beta.5(react@19.0.0-rc-f65ac7bd-20240826)(types-react@19.0.0-rc.1) - '@toolpad/utils': 0.5.1(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(react@19.0.0-rc-f65ac7bd-20240826)(terser@5.31.6) + '@mui/utils': 6.0.0-beta.5(react@19.0.0-rc-f90a6bcc-20240827)(types-react@19.0.0-rc.1) + '@toolpad/utils': 0.5.1(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(react@19.0.0-rc-f90a6bcc-20240827)(terser@5.31.6) client-only: 0.0.1 invariant: 2.2.4 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: - next: 14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) + next: 15.0.0-canary.131(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) transitivePeerDependencies: - '@edge-runtime/vm' - '@emotion/react' @@ -16558,11 +16455,11 @@ snapshots: - supports-color - terser - '@toolpad/utils@0.5.1(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(react@19.0.0-rc-f65ac7bd-20240826)(terser@5.31.6)': + '@toolpad/utils@0.5.1(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(react@19.0.0-rc-f90a6bcc-20240827)(terser@5.31.6)': dependencies: invariant: 2.2.4 prettier: 3.3.3 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 react-is: 18.3.1 title: 3.5.3 vitest: 2.0.5(@types/node@18.19.46)(happy-dom@12.10.3)(jsdom@24.0.0)(terser@5.31.6) @@ -20665,10 +20562,10 @@ snapshots: reflect.getprototypeof: 1.0.4 set-function-name: 2.0.2 - its-fine@1.2.5(react@19.0.0-rc-f65ac7bd-20240826): + its-fine@1.2.5(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@types/react-reconciler': 0.28.8 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 jackspeak@2.3.6: dependencies: @@ -21531,9 +21428,9 @@ snapshots: punycode.js: 2.3.1 uc.micro: 2.1.0 - markdown-to-jsx@7.4.7(react@19.0.0-rc-f65ac7bd-20240826): + markdown-to-jsx@7.4.7(react@19.0.0-rc-f90a6bcc-20240827): dependencies: - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 markdownlint-cli2-formatter-default@0.0.4(markdownlint-cli2@0.13.0): dependencies: @@ -21559,7 +21456,7 @@ snapshots: marky@1.2.5: {} - material-ui-popup-state@5.1.2(@mui/material@packages+mui-material+build)(react@19.0.0-rc-f65ac7bd-20240826): + material-ui-popup-state@5.1.2(@mui/material@packages+mui-material+build)(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@babel/runtime': 7.25.4 '@mui/material': link:packages/mui-material/build @@ -21567,7 +21464,7 @@ snapshots: '@types/react': 18.3.4 classnames: 2.3.2 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 mathml-tag-names@2.1.3: {} @@ -22028,34 +21925,7 @@ snapshots: nested-error-stacks@2.1.1: {} - next@14.2.6(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): - dependencies: - '@next/env': 14.2.6 - '@swc/helpers': 0.5.5 - busboy: 1.6.0 - caniuse-lite: 1.0.30001649 - graceful-fs: 4.2.11 - postcss: 8.4.31 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - styled-jsx: 5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-f65ac7bd-20240826) - optionalDependencies: - '@next/swc-darwin-arm64': 14.2.6 - '@next/swc-darwin-x64': 14.2.6 - '@next/swc-linux-arm64-gnu': 14.2.6 - '@next/swc-linux-arm64-musl': 14.2.6 - '@next/swc-linux-x64-gnu': 14.2.6 - '@next/swc-linux-x64-musl': 14.2.6 - '@next/swc-win32-arm64-msvc': 14.2.6 - '@next/swc-win32-ia32-msvc': 14.2.6 - '@next/swc-win32-x64-msvc': 14.2.6 - '@opentelemetry/api': 1.8.0 - '@playwright/test': 1.46.1 - transitivePeerDependencies: - - '@babel/core' - - babel-plugin-macros - - next@14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): + next@14.2.7(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@next/env': 14.2.7 '@swc/helpers': 0.5.5 @@ -22063,9 +21933,9 @@ snapshots: caniuse-lite: 1.0.30001649 graceful-fs: 4.2.11 postcss: 8.4.31 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - styled-jsx: 5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) + styled-jsx: 5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-f90a6bcc-20240827) optionalDependencies: '@next/swc-darwin-arm64': 14.2.7 '@next/swc-darwin-x64': 14.2.7 @@ -22082,7 +21952,7 @@ snapshots: - '@babel/core' - babel-plugin-macros - next@15.0.0-canary.131(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): + next@15.0.0-canary.131(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.46.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@next/env': 15.0.0-canary.131 '@swc/counter': 0.1.3 @@ -22091,9 +21961,9 @@ snapshots: caniuse-lite: 1.0.30001649 graceful-fs: 4.2.11 postcss: 8.4.31 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - styled-jsx: 5.1.6(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) + styled-jsx: 5.1.6(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-f90a6bcc-20240827) optionalDependencies: '@next/swc-darwin-arm64': 15.0.0-canary.131 '@next/swc-darwin-x64': 15.0.0-canary.131 @@ -22218,12 +22088,12 @@ snapshots: normalize-range@0.1.2: {} - notistack@3.0.1(csstype@3.1.3)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): + notistack@3.0.1(csstype@3.1.3)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827): dependencies: clsx: 1.2.1 goober: 2.1.13(csstype@3.1.3) - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) transitivePeerDependencies: - csstype @@ -23171,49 +23041,49 @@ snapshots: react: 18.3.1 scheduler: 0.23.2 - react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826): + react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827): dependencies: - react: 19.0.0-rc-f65ac7bd-20240826 - scheduler: 0.25.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 + scheduler: 0.25.0-rc-f90a6bcc-20240827 - react-draggable@4.4.6(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): + react-draggable@4.4.6(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827): dependencies: clsx: 1.2.1 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) - react-error-boundary@4.0.13(react@19.0.0-rc-f65ac7bd-20240826): + react-error-boundary@4.0.13(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@babel/runtime': 7.25.4 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 - react-event-listener@0.6.6(react@19.0.0-rc-f65ac7bd-20240826): + react-event-listener@0.6.6(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@babel/runtime': 7.25.4 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 warning: 4.0.3 react-fast-compare@3.2.2: {} - react-final-form@6.5.9(final-form@4.20.10)(react@19.0.0-rc-f65ac7bd-20240826): + react-final-form@6.5.9(final-form@4.20.10)(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@babel/runtime': 7.25.4 final-form: 4.20.10 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 - react-imask@7.6.1(react@19.0.0-rc-f65ac7bd-20240826): + react-imask@7.6.1(react@19.0.0-rc-f90a6bcc-20240827): dependencies: imask: 7.6.1 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 - react-intersection-observer@9.13.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): + react-intersection-observer@9.13.0(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827): dependencies: - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) react-is@16.13.1: {} @@ -23221,9 +23091,9 @@ snapshots: react-is@18.3.1: {} - react-is@19.0.0-rc-f65ac7bd-20240826: {} + react-is@19.0.0-rc-f90a6bcc-20240827: {} - react-jss@10.10.0(react@19.0.0-rc-f65ac7bd-20240826): + react-jss@10.10.0(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@babel/runtime': 7.25.4 '@emotion/is-prop-valid': 0.7.3 @@ -23233,22 +23103,22 @@ snapshots: jss: 10.10.0 jss-preset-default: 10.10.0 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 shallow-equal: 1.2.1 - theming: 3.3.0(react@19.0.0-rc-f65ac7bd-20240826) + theming: 3.3.0(react@19.0.0-rc-f90a6bcc-20240827) tiny-warning: 1.0.3 - react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): + react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@types/react-reconciler': 0.28.8 - its-fine: 1.2.5(react@19.0.0-rc-f65ac7bd-20240826) + its-fine: 1.2.5(react@19.0.0-rc-f90a6bcc-20240827) konva: 9.3.6 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - react-reconciler: 0.29.2(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) + react-reconciler: 0.29.2(react@19.0.0-rc-f90a6bcc-20240827) scheduler: 0.23.2 - react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826): + react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@jest/create-cache-key-function': 29.7.0 '@react-native-community/cli': 12.3.6(encoding@0.1.13) @@ -23260,7 +23130,7 @@ snapshots: '@react-native/gradle-plugin': 0.73.4 '@react-native/js-polyfills': 0.73.1 '@react-native/normalize-colors': 0.73.2 - '@react-native/virtualized-lists': 0.73.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826)) + '@react-native/virtualized-lists': 0.73.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827)) abort-controller: 3.0.0 anser: 1.4.10 ansi-regex: 5.0.1 @@ -23279,10 +23149,10 @@ snapshots: nullthrows: 1.1.1 pretty-format: 26.6.2 promise: 8.3.0 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 react-devtools-core: 4.28.5 react-refresh: 0.14.2 - react-shallow-renderer: 16.15.0(react@19.0.0-rc-f65ac7bd-20240826) + react-shallow-renderer: 16.15.0(react@19.0.0-rc-f90a6bcc-20240827) regenerator-runtime: 0.13.11 scheduler: 0.24.0-canary-efb381bbf-20230505 stacktrace-parser: 0.1.10 @@ -23297,80 +23167,80 @@ snapshots: - supports-color - utf-8-validate - react-number-format@5.4.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): + react-number-format@5.4.0(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827): dependencies: prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) - react-reconciler@0.27.0(react@19.0.0-rc-f65ac7bd-20240826): + react-reconciler@0.27.0(react@19.0.0-rc-f90a6bcc-20240827): dependencies: loose-envify: 1.4.0 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 scheduler: 0.21.0 - react-reconciler@0.29.2(react@19.0.0-rc-f65ac7bd-20240826): + react-reconciler@0.29.2(react@19.0.0-rc-f90a6bcc-20240827): dependencies: loose-envify: 1.4.0 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 scheduler: 0.23.2 - react-redux@8.1.3(@types/react@18.3.4)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(redux@4.2.1): + react-redux@8.1.3(@types/react@18.3.4)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(redux@4.2.1): dependencies: '@babel/runtime': 7.25.4 '@types/hoist-non-react-statics': 3.3.5 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 react-is: 18.3.1 - use-sync-external-store: 1.2.0(react@19.0.0-rc-f65ac7bd-20240826) + use-sync-external-store: 1.2.0(react@19.0.0-rc-f90a6bcc-20240827) optionalDependencies: '@types/react': 18.3.4 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826) + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) + react-native: 0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827) redux: 4.2.1 react-refresh@0.14.2: {} - react-router-dom@6.26.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): + react-router-dom@6.26.1(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@remix-run/router': 1.19.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) - react-router: 6.26.1(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) + react-router: 6.26.1(react@19.0.0-rc-f90a6bcc-20240827) - react-router@6.26.1(react@19.0.0-rc-f65ac7bd-20240826): + react-router@6.26.1(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@remix-run/router': 1.19.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 - react-runner@1.0.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): + react-runner@1.0.5(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827): dependencies: - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) sucrase: 3.34.0 - react-shallow-renderer@16.15.0(react@19.0.0-rc-f65ac7bd-20240826): + react-shallow-renderer@16.15.0(react@19.0.0-rc-f90a6bcc-20240827): dependencies: object-assign: 4.1.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 react-is: 18.3.1 - react-simple-code-editor@0.14.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): + react-simple-code-editor@0.14.1(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827): dependencies: - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) - react-spring@9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0))(konva@9.3.6)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react-zdog@1.2.2)(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0)(zdog@1.1.3): + react-spring@9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(three@0.162.0))(konva@9.3.6)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827))(react-zdog@1.2.2)(react@19.0.0-rc-f90a6bcc-20240827)(three@0.162.0)(zdog@1.1.3): dependencies: - '@react-spring/core': 9.7.4(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/konva': 9.7.4(konva@9.3.6)(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/native': 9.7.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/three': 9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0))(react@19.0.0-rc-f65ac7bd-20240826)(three@0.162.0) - '@react-spring/web': 9.7.4(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) - '@react-spring/zdog': 9.7.4(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react-zdog@1.2.2)(react@19.0.0-rc-f65ac7bd-20240826)(zdog@1.1.3) - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + '@react-spring/core': 9.7.4(react@19.0.0-rc-f90a6bcc-20240827) + '@react-spring/konva': 9.7.4(konva@9.3.6)(react-konva@18.2.10(konva@9.3.6)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) + '@react-spring/native': 9.7.4(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) + '@react-spring/three': 9.7.4(@react-three/fiber@8.16.0(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react-native@0.73.6(@babel/core@7.25.2)(@babel/preset-env@7.25.3(@babel/core@7.25.2))(encoding@0.1.13)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827)(three@0.162.0))(react@19.0.0-rc-f90a6bcc-20240827)(three@0.162.0) + '@react-spring/web': 9.7.4(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) + '@react-spring/zdog': 9.7.4(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react-zdog@1.2.2)(react@19.0.0-rc-f90a6bcc-20240827)(zdog@1.1.3) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) transitivePeerDependencies: - '@react-three/fiber' - konva @@ -23385,52 +23255,52 @@ snapshots: '@babel/runtime': 7.25.4 warning: 4.0.3 - react-swipeable-views-utils@0.14.0(react@19.0.0-rc-f65ac7bd-20240826): + react-swipeable-views-utils@0.14.0(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@babel/runtime': 7.25.4 keycode: 2.2.1 prop-types: 15.8.1 - react-event-listener: 0.6.6(react@19.0.0-rc-f65ac7bd-20240826) + react-event-listener: 0.6.6(react@19.0.0-rc-f90a6bcc-20240827) react-swipeable-views-core: 0.14.0 shallow-equal: 1.2.1 transitivePeerDependencies: - react - react-swipeable-views@0.14.0(react@19.0.0-rc-f65ac7bd-20240826): + react-swipeable-views@0.14.0(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@babel/runtime': 7.25.4 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 react-swipeable-views-core: 0.14.0 - react-swipeable-views-utils: 0.14.0(react@19.0.0-rc-f65ac7bd-20240826) + react-swipeable-views-utils: 0.14.0(react@19.0.0-rc-f90a6bcc-20240827) warning: 4.0.3 - react-transition-group@4.4.5(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): + react-transition-group@4.4.5(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@babel/runtime': 7.25.4 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) - react-use-measure@2.1.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): + react-use-measure@2.1.1(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827): dependencies: debounce: 1.2.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) - react-virtuoso@4.10.1(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): + react-virtuoso@4.10.1(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827): dependencies: - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) - react-window@1.8.10(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): + react-window@1.8.10(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@babel/runtime': 7.25.4 memoize-one: 5.2.1 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) react-zdog@1.2.2: dependencies: @@ -23442,7 +23312,7 @@ snapshots: dependencies: loose-envify: 1.4.0 - react@19.0.0-rc-f65ac7bd-20240826: {} + react@19.0.0-rc-f90a6bcc-20240827: {} read-cache@1.0.0: dependencies: @@ -23820,7 +23690,7 @@ snapshots: dependencies: loose-envify: 1.4.0 - scheduler@0.25.0-rc-f65ac7bd-20240826: {} + scheduler@0.25.0-rc-f90a6bcc-20240827: {} schema-utils@3.3.0: dependencies: @@ -24309,7 +24179,7 @@ snapshots: style-search@0.1.0: {} - styled-components@6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): + styled-components@6.1.12(patch_hash=ua4w6griwxbnxnkzzvndsl67he)(react-dom@19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827): dependencies: '@emotion/is-prop-valid': 1.2.2 '@emotion/unitless': 0.8.1 @@ -24317,24 +24187,24 @@ snapshots: css-to-react-native: 3.2.0 csstype: 3.1.3 postcss: 8.4.38 - react: 19.0.0-rc-f65ac7bd-20240826 - react-dom: 19.0.0-rc-f65ac7bd-20240826(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + react-dom: 19.0.0-rc-f90a6bcc-20240827(react@19.0.0-rc-f90a6bcc-20240827) shallowequal: 1.1.0 stylis: 4.3.2 tslib: 2.6.2 - styled-jsx@5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-f65ac7bd-20240826): + styled-jsx@5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-f90a6bcc-20240827): dependencies: client-only: 0.0.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: '@babel/core': 7.25.2 babel-plugin-macros: 3.1.0 - styled-jsx@5.1.6(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-f65ac7bd-20240826): + styled-jsx@5.1.6(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@19.0.0-rc-f90a6bcc-20240827): dependencies: client-only: 0.0.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 optionalDependencies: '@babel/core': 7.25.2 babel-plugin-macros: 3.1.0 @@ -24477,9 +24347,9 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - suspend-react@0.1.3(react@19.0.0-rc-f65ac7bd-20240826): + suspend-react@0.1.3(react@19.0.0-rc-f90a6bcc-20240827): dependencies: - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 svg-tags@1.0.0: {} @@ -24612,22 +24482,22 @@ snapshots: text-table@0.2.0: {} - theme-ui@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826): + theme-ui@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827): dependencies: - '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826) - '@theme-ui/color-modes': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) - '@theme-ui/components': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) - '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) - '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826)) - '@theme-ui/global': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) - '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f65ac7bd-20240826))(react@19.0.0-rc-f65ac7bd-20240826) - react: 19.0.0-rc-f65ac7bd-20240826 + '@emotion/react': 11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827) + '@theme-ui/color-modes': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) + '@theme-ui/components': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) + '@theme-ui/core': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) + '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827)) + '@theme-ui/global': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) + '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@19.0.0-rc-f90a6bcc-20240827))(react@19.0.0-rc-f90a6bcc-20240827) + react: 19.0.0-rc-f90a6bcc-20240827 - theming@3.3.0(react@19.0.0-rc-f65ac7bd-20240826): + theming@3.3.0(react@19.0.0-rc-f90a6bcc-20240827): dependencies: hoist-non-react-statics: 3.3.2 prop-types: 15.8.1 - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 react-display-name: 0.2.5 tiny-warning: 1.0.3 @@ -24979,18 +24849,18 @@ snapshots: urlpattern-polyfill@8.0.2: {} - use-count-up@3.0.1(react@19.0.0-rc-f65ac7bd-20240826): + use-count-up@3.0.1(react@19.0.0-rc-f90a6bcc-20240827): dependencies: - react: 19.0.0-rc-f65ac7bd-20240826 - use-elapsed-time: 3.0.2(react@19.0.0-rc-f65ac7bd-20240826) + react: 19.0.0-rc-f90a6bcc-20240827 + use-elapsed-time: 3.0.2(react@19.0.0-rc-f90a6bcc-20240827) - use-elapsed-time@3.0.2(react@19.0.0-rc-f65ac7bd-20240826): + use-elapsed-time@3.0.2(react@19.0.0-rc-f90a6bcc-20240827): dependencies: - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 - use-sync-external-store@1.2.0(react@19.0.0-rc-f65ac7bd-20240826): + use-sync-external-store@1.2.0(react@19.0.0-rc-f90a6bcc-20240827): dependencies: - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 util-deprecate@1.0.2: {} @@ -25555,8 +25425,8 @@ snapshots: zod@3.23.8: {} - zustand@3.7.2(react@19.0.0-rc-f65ac7bd-20240826): + zustand@3.7.2(react@19.0.0-rc-f90a6bcc-20240827): optionalDependencies: - react: 19.0.0-rc-f65ac7bd-20240826 + react: 19.0.0-rc-f90a6bcc-20240827 zwitch@1.0.5: {} From 2c74d581ad1f2d12e2996a4570c01e967b5f3116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Tue, 27 Aug 2024 19:26:45 +0200 Subject: [PATCH 9/9] Disable Next.js workerThreads --- docs/nextConfigDocsInfra.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nextConfigDocsInfra.js b/docs/nextConfigDocsInfra.js index d5ee0f04aac911..6804752462a1a5 100644 --- a/docs/nextConfigDocsInfra.js +++ b/docs/nextConfigDocsInfra.js @@ -73,7 +73,7 @@ function withDocsInfra(nextConfig) { experimental: { scrollRestoration: true, esmExternals: false, - workerThreads: true, + workerThreads: false, cpus: 3, ...nextConfig.experimental, },