diff --git a/apps/pigment-css-next-app/package.json b/apps/pigment-css-next-app/package.json index b549d394e38cd3..85f491bb048058 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": { - "@pigment-css/react": "^0.0.13", - "@mui/utils": "workspace:^", + "@emotion/cache": "latest", "@mui/base": "workspace:^", + "@mui/icons-material": "workspace:^", "@mui/lab": "workspace:^", "@mui/material": "workspace:^", - "@mui/system": "workspace:^", "@mui/material-nextjs": "workspace:^", - "@mui/icons-material": "workspace:^", - "@emotion/cache": "latest", + "@mui/system": "workspace:^", + "@mui/utils": "workspace:^", + "@pigment-css/react": "^0.0.13", "local-ui-lib": "workspace:^", + "next": "latest", "react": "^18.3.1", - "react-dom": "^18.3.1", - "next": "latest" + "react-dom": "^18.3.1" }, "devDependencies": { "@pigment-css/nextjs-plugin": "^0.0.14", "@types/node": "^20.5.7", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "eslint": "^8.57.0", "typescript": "^5.4.5" diff --git a/apps/pigment-css-vite-app/package.json b/apps/pigment-css-vite-app/package.json index 3cbb38b102e46a..4ef637717ceee6 100644 --- a/apps/pigment-css-vite-app/package.json +++ b/apps/pigment-css-vite-app/package.json @@ -9,13 +9,13 @@ "build": "vite build" }, "dependencies": { - "@pigment-css/react": "^0.0.13", - "@mui/utils": "workspace:^", "@mui/base": "workspace:^", + "@mui/icons-material": "workspace:^", "@mui/lab": "workspace:^", "@mui/material": "workspace:^", "@mui/system": "workspace:^", - "@mui/icons-material": "workspace:^", + "@mui/utils": "workspace:^", + "@pigment-css/react": "^0.0.13", "clsx": "^2.1.1", "local-ui-lib": "workspace:^", "react": "^18.3.1", @@ -28,7 +28,7 @@ "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@pigment-css/vite-plugin": "^0.0.13", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "postcss": "^8.4.38", diff --git a/docs/package.json b/docs/package.json index 3002ca137a67ed..bebad555595ee9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -123,7 +123,7 @@ "@types/json2mq": "^0.2.2", "@types/node": "^18.19.39", "@types/prop-types": "^15.7.12", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/react-swipeable-views": "^0.13.5", "@types/react-transition-group": "^4.4.10", diff --git a/package.json b/package.json index 889b8013ec4e5d..d8b7592a8453b7 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "@types/lodash": "^4.17.5", "@types/mocha": "^10.0.7", "@types/node": "^18.19.39", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "@types/yargs": "^17.0.32", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -209,7 +209,7 @@ "@definitelytyped/typescript-versions": "^0.1.2", "@definitelytyped/utils": "^0.1.6", "@types/node": "^18.19.39", - "@types/react": "18.2.55", + "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "cross-fetch": "^4.0.0" }, diff --git a/packages-internal/scripts/package.json b/packages-internal/scripts/package.json index c0886d29005233..a51acfb5f03e71 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.5", "@types/node": "^18.19.39", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "@types/uuid": "^9.0.8", "chai": "^4.4.1", "fast-glob": "^3.3.2", diff --git a/packages-internal/test-utils/package.json b/packages-internal/test-utils/package.json index 051388d19b81ac..943c3e7d170dc8 100644 --- a/packages-internal/test-utils/package.json +++ b/packages-internal/test-utils/package.json @@ -60,7 +60,7 @@ "@types/enzyme": "^3.10.18", "@types/format-util": "^1.0.4", "@types/prop-types": "^15.7.12", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/react-test-renderer": "^18.3.0", "@types/sinon": "^17.0.3", diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json index 94ab92431a3d60..d2324eb12fa422 100644 --- a/packages/mui-base/package.json +++ b/packages/mui-base/package.json @@ -56,7 +56,7 @@ "@testing-library/user-event": "^14.5.2", "@types/chai": "^4.3.16", "@types/prop-types": "^15.7.12", - "@types/react": "18.2.55", + "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "@types/sinon": "^17.0.3", "chai": "^4.4.1", diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json index c9ab06b0f46277..2d2514dcc395c6 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -46,7 +46,7 @@ "@mui/material": "workspace:*", "@types/node": "^18.19.39", "@types/prop-types": "^15.7.12", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "next": "^13.5.1", "react": "^18.3.1" }, diff --git a/packages/mui-envinfo/test/package.json b/packages/mui-envinfo/test/package.json index cecc182cca3a56..2334cf0965a5d8 100644 --- a/packages/mui-envinfo/test/package.json +++ b/packages/mui-envinfo/test/package.json @@ -12,6 +12,6 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.2.55" + "@types/react": "^18.3.3" } } diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 776ec284f8a740..4fdcc4b7cdd193 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.16", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "chai": "^4.4.1", "chalk": "^5.3.0", "cross-fetch": "^4.0.0", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 3f0ed3d0d2a092..f3bca5a6a6d2bc 100644 --- a/packages/mui-joy/package.json +++ b/packages/mui-joy/package.json @@ -52,7 +52,7 @@ "@mui/material": "workspace:^", "@types/chai": "^4.3.16", "@types/prop-types": "^15.7.12", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/sinon": "^17.0.3", "chai": "^4.4.1", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 27cc3780433e49..375a902d0c77db 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -53,7 +53,7 @@ "@mui/material": "workspace:*", "@types/chai": "^4.3.16", "@types/prop-types": "^15.7.12", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/sinon": "^17.0.3", "chai": "^4.4.1", diff --git a/packages/mui-material-nextjs/package.json b/packages/mui-material-nextjs/package.json index 8c827fa0b6c146..0736ba2e1b252c 100644 --- a/packages/mui-material-nextjs/package.json +++ b/packages/mui-material-nextjs/package.json @@ -42,7 +42,7 @@ "@emotion/cache": "^11.11.0", "@emotion/react": "^11.11.4", "@emotion/server": "^11.11.0", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "next": "13.5.1", "react": "^18.3.1" }, diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index e39f84f7566af9..033f1b2eec85ac 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -61,7 +61,7 @@ "@testing-library/user-event": "^14.5.2", "@types/chai": "^4.3.16", "@types/prop-types": "^15.7.12", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/sinon": "^17.0.3", "chai": "^4.4.1", diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index 6861f010320dc4..82a3d45876f013 100644 --- a/packages/mui-private-theming/package.json +++ b/packages/mui-private-theming/package.json @@ -45,7 +45,7 @@ "@mui/internal-test-utils": "workspace:^", "@mui/types": "workspace:^", "@types/chai": "^4.3.16", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "chai": "^4.4.1", "react": "^18.3.1" }, diff --git a/packages/mui-styled-engine-sc/package.json b/packages/mui-styled-engine-sc/package.json index 3e830c309904d5..fce352aa08e605 100644 --- a/packages/mui-styled-engine-sc/package.json +++ b/packages/mui-styled-engine-sc/package.json @@ -47,7 +47,7 @@ "@mui/styled-engine-sc": "workspace:*", "@types/chai": "^4.3.16", "@types/hoist-non-react-statics": "^3.3.5", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "chai": "^4.4.1", "react": "^18.3.1", "styled-components": "^6.1.11" diff --git a/packages/mui-styled-engine/package.json b/packages/mui-styled-engine/package.json index 3959b4e3972adc..2a3ff1eb40eb2d 100644 --- a/packages/mui-styled-engine/package.json +++ b/packages/mui-styled-engine/package.json @@ -48,7 +48,7 @@ "@mui/internal-test-utils": "workspace:^", "@mui/styled-engine": "workspace:*", "@types/chai": "^4.3.16", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "chai": "^4.4.1", "react": "^18.3.1" }, diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index 75a147ac6dc303..98d1dd9a62434a 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -59,7 +59,7 @@ "@mui/internal-test-utils": "workspace:^", "@mui/material": "workspace:^", "@types/chai": "^4.3.16", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/sinon": "^17.0.3", "chai": "^4.4.1", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index d5d015dbb2bd42..15bc1545442e81 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -56,7 +56,7 @@ "@mui/system": "workspace:*", "@types/chai": "^4.3.16", "@types/prop-types": "^15.7.12", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "@types/sinon": "^17.0.3", "chai": "^4.4.1", "fast-glob": "^3.3.2", diff --git a/packages/mui-types/package.json b/packages/mui-types/package.json index b19ec8a59fc4f1..b1064854003743 100644 --- a/packages/mui-types/package.json +++ b/packages/mui-types/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@mui/types": "workspace:*", - "@types/react": "^18.2.55" + "@types/react": "^18.3.3" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0" diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index 3df68bc0d4647f..80adecc66fa817 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -50,7 +50,7 @@ "@types/chai": "^4.3.16", "@types/mocha": "^10.0.7", "@types/node": "^18.19.39", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/react-is": "^18.3.0", "@types/sinon": "^17.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7b41c1826ce5b2..7be6b64af87cbd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,7 +17,7 @@ overrides: '@definitelytyped/typescript-versions': ^0.1.2 '@definitelytyped/utils': ^0.1.6 '@types/node': ^18.19.39 - '@types/react': 18.2.55 + '@types/react': 18.3.3 '@types/react-dom': 18.3.0 cross-fetch: ^4.0.0 @@ -106,7 +106,7 @@ importers: version: 20.1.1 '@pigment-css/react': specifier: ^0.0.13 - version: 0.0.13(@types/react@18.2.55)(react@18.3.1) + version: 0.0.13(@types/react@18.3.3)(react@18.3.1) '@playwright/test': specifier: 1.44.1 version: 1.44.1 @@ -126,8 +126,8 @@ importers: specifier: ^18.19.39 version: 18.19.39 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 '@types/yargs': specifier: ^17.0.32 version: 17.0.32 @@ -328,7 +328,7 @@ importers: dependencies: '@pigment-css/react': specifier: ^0.0.13 - version: 0.0.13(@types/react@18.2.55)(react@18.3.1) + version: 0.0.13(@types/react@18.3.3)(react@18.3.1) apps/pigment-css-next-app: dependencies: @@ -358,7 +358,7 @@ importers: version: link:../../packages/mui-utils/build '@pigment-css/react': specifier: ^0.0.13 - version: 0.0.13(@types/react@18.2.55)(react@18.3.1) + version: 0.0.13(@types/react@18.3.3)(react@18.3.1) local-ui-lib: specifier: workspace:^ version: link:../local-ui-lib @@ -374,13 +374,13 @@ importers: devDependencies: '@pigment-css/nextjs-plugin': specifier: ^0.0.14 - version: 0.0.14(@types/react@18.2.55)(next@14.2.4(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(@playwright/test@1.44.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.14(@types/react@18.3.3)(next@14.2.4(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(@playwright/test@1.44.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) '@types/node': specifier: ^18.19.39 version: 18.19.39 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 '@types/react-dom': specifier: 18.3.0 version: 18.3.0 @@ -413,7 +413,7 @@ importers: version: link:../../packages/mui-utils/build '@pigment-css/react': specifier: ^0.0.13 - version: 0.0.13(@types/react@18.2.55)(react@18.3.1) + version: 0.0.13(@types/react@18.3.3)(react@18.3.1) clsx: specifier: ^2.1.1 version: 2.1.1 @@ -444,10 +444,10 @@ importers: version: 7.24.7(@babel/core@7.24.7) '@pigment-css/vite-plugin': specifier: ^0.0.13 - version: 0.0.13(@types/react@18.2.55)(react@18.3.1)(vite@5.3.1(@types/node@18.19.39)(terser@5.29.2)) + version: 0.0.13(@types/react@18.3.3)(react@18.3.1)(vite@5.3.1(@types/node@18.19.39)(terser@5.29.2)) '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 '@types/react-dom': specifier: 18.3.0 version: 18.3.0 @@ -474,16 +474,16 @@ importers: version: 7.24.7 '@chakra-ui/system': specifier: ^2.6.2 - version: 2.6.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(react@18.3.1) + version: 2.6.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@18.2.55)(react@18.3.1) + version: 11.11.4(@types/react@18.3.3)(react@18.3.1) '@emotion/server': specifier: ^11.11.0 version: 11.11.0(@emotion/css@11.11.2) '@emotion/styled': specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) + version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/material': specifier: workspace:^ version: link:../packages/mui-material/build @@ -531,7 +531,7 @@ importers: version: 10.10.0(react@18.3.1) react-redux: specifier: ^8.1.3 - version: 8.1.3(@types/react-dom@18.3.0)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react-native@0.73.6(@babel/core@7.24.7)(@babel/preset-env@7.24.7(@babel/core@7.24.7))(encoding@0.1.13)(react@18.3.1))(react@18.3.1)(redux@4.2.1) + version: 8.1.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react-native@0.73.6(@babel/core@7.24.7)(@babel/preset-env@7.24.7(@babel/core@7.24.7))(encoding@0.1.13)(react@18.3.1))(react@18.3.1)(redux@4.2.1) redux: specifier: ^4.2.1 version: 4.2.1 @@ -546,7 +546,7 @@ importers: version: 5.1.5 theme-ui: specifier: ^0.16.2 - version: 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1) + version: 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) webpack: specifier: ^5.92.1 version: 5.92.1(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.92.1)) @@ -564,19 +564,19 @@ importers: version: 7.24.7 '@docsearch/react': specifier: ^3.6.0 - version: 3.6.0(@algolia/client-search@4.23.0)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.13.0) + version: 3.6.0(@algolia/client-search@4.23.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.13.0) '@emotion/cache': specifier: ^11.11.0 version: 11.11.0 '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@18.2.55)(react@18.3.1) + version: 11.11.4(@types/react@18.3.3)(react@18.3.1) '@emotion/server': specifier: ^11.11.0 version: 11.11.0(@emotion/css@11.11.2) '@emotion/styled': specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) + version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@fortawesome/fontawesome-svg-core': specifier: ^6.5.2 version: 6.5.2 @@ -627,31 +627,31 @@ importers: version: link:../packages/mui-utils/build '@mui/x-charts': specifier: 7.7.1 - version: 7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/x-data-grid': specifier: 7.7.1 - version: 7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/x-data-grid-generator': specifier: 7.7.1 - version: 7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/x-data-grid-premium': specifier: 7.7.1 - version: 7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/x-data-grid-pro': specifier: 7.7.1 - version: 7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/x-date-pickers': specifier: 7.7.1 - version: 7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/x-date-pickers-pro': specifier: 7.7.1 - version: 7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/x-license': specifier: 7.7.1 - version: 7.7.1(@types/react@18.2.55)(react@18.3.1) + version: 7.7.1(@types/react@18.3.3)(react@18.3.1) '@mui/x-tree-view': specifier: 7.7.1 - version: 7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@popperjs/core': specifier: ^2.11.8 version: 2.11.8 @@ -861,8 +861,8 @@ importers: specifier: ^15.7.12 version: 15.7.12 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 '@types/react-dom': specifier: 18.3.0 version: 18.3.0 @@ -964,8 +964,8 @@ importers: specifier: ^18.19.39 version: 18.19.39 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 '@types/uuid': specifier: ^9.0.8 version: 9.0.8 @@ -1001,7 +1001,7 @@ importers: version: 11.11.0 '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@18.2.55)(react@18.3.1) + version: 11.11.4(@types/react@18.3.3)(react@18.3.1) '@mnajdova/enzyme-adapter-react-18': specifier: ^0.2.0 version: 0.2.0(enzyme@3.11.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -1010,7 +1010,7 @@ importers: version: 10.1.0 '@testing-library/react': specifier: ^16.0.0 - version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) chai: specifier: ^4.4.1 version: 4.4.1 @@ -1073,8 +1073,8 @@ importers: specifier: ^15.7.12 version: 15.7.12 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 '@types/react-dom': specifier: 18.3.0 version: 18.3.0 @@ -1275,7 +1275,7 @@ importers: version: 7.24.7 '@mui/utils': specifier: ^5.0.0 - version: 5.15.20(@types/react@18.2.55)(react@18.3.1) + version: 5.15.20(@types/react@18.3.3)(react@18.3.1) babel-plugin-macros: specifier: ^3.1.0 version: 3.1.0 @@ -1334,7 +1334,7 @@ importers: version: link:../../packages-internal/test-utils '@testing-library/react': specifier: ^16.0.0 - version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@testing-library/user-event': specifier: ^14.5.2 version: 14.5.2(@testing-library/dom@10.1.0) @@ -1345,8 +1345,8 @@ importers: specifier: ^15.7.12 version: 15.7.12 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 '@types/react-dom': specifier: 18.3.0 version: 18.3.0 @@ -1421,13 +1421,13 @@ importers: version: 7.24.7 '@mui/base': specifier: '*' - version: 5.0.0-beta.40(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/internal-markdown': specifier: workspace:^ version: link:../markdown '@mui/system': specifier: ^5.0.0 - version: 5.15.20(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) + version: 5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) clipboard-copy: specifier: ^4.0.1 version: 4.0.1 @@ -1454,8 +1454,8 @@ importers: specifier: ^15.7.12 version: 15.7.12 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 next: specifier: ^13.5.1 version: 13.5.1(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -1484,19 +1484,19 @@ importers: dependencies: '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@18.2.55)(react@18.3.1) + version: 11.11.4(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) + version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/base': specifier: 5.0.0-beta.30 - version: 5.0.0-beta.30(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 5.0.0-beta.30(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/joy': specifier: 5.0.0-beta.22 - version: 5.0.0-beta.22(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 5.0.0-beta.22(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/material': specifier: 5.15.4 - version: 5.15.4(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 5.15.4(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -1505,8 +1505,8 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 packages/mui-icons-material: dependencies: @@ -1527,8 +1527,8 @@ importers: specifier: ^4.3.16 version: 4.3.16 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 chai: specifier: ^4.4.1 version: 4.4.1 @@ -1574,10 +1574,10 @@ importers: version: 7.24.7 '@emotion/react': specifier: ^11.5.0 - version: 11.11.4(@types/react@18.2.55)(react@18.3.1) + version: 11.11.4(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': specifier: ^11.3.0 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) + version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/base': specifier: workspace:* version: link:../mui-base/build @@ -1613,8 +1613,8 @@ importers: specifier: ^15.7.12 version: 15.7.12 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 '@types/react-dom': specifier: 18.3.0 version: 18.3.0 @@ -1651,10 +1651,10 @@ importers: version: 7.24.7 '@emotion/react': specifier: ^11.5.0 - version: 11.11.4(@types/react@18.2.55)(react@18.3.1) + version: 11.11.4(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': specifier: ^11.3.0 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) + version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/base': specifier: workspace:* version: link:../mui-base/build @@ -1687,8 +1687,8 @@ importers: specifier: ^15.7.12 version: 15.7.12 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 '@types/react-dom': specifier: 18.3.0 version: 18.3.0 @@ -1716,10 +1716,10 @@ importers: version: 7.24.7 '@emotion/react': specifier: ^11.5.0 - version: 11.11.4(@types/react@18.2.55)(react@18.3.1) + version: 11.11.4(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': specifier: ^11.3.0 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) + version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/base': specifier: workspace:* version: link:../mui-base/build @@ -1776,8 +1776,8 @@ importers: specifier: ^15.7.12 version: 15.7.12 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 '@types/react-dom': specifier: 18.3.0 version: 18.3.0 @@ -1830,13 +1830,13 @@ importers: version: 11.11.0 '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@18.2.55)(react@18.3.1) + version: 11.11.4(@types/react@18.3.3)(react@18.3.1) '@emotion/server': specifier: ^11.11.0 version: 11.11.0(@emotion/css@11.11.2) '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 next: specifier: 13.5.1 version: 13.5.1(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -1867,8 +1867,8 @@ importers: specifier: ^4.3.16 version: 4.3.16 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 chai: specifier: ^4.4.1 version: 4.4.1 @@ -1894,10 +1894,10 @@ importers: devDependencies: '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@18.2.55)(react@18.3.1) + version: 11.11.4(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) + version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/internal-test-utils': specifier: workspace:^ version: link:../../packages-internal/test-utils @@ -1908,8 +1908,8 @@ importers: specifier: ^4.3.16 version: 4.3.16 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 chai: specifier: ^4.4.1 version: 4.4.1 @@ -1946,8 +1946,8 @@ importers: specifier: ^3.3.5 version: 3.3.5 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 chai: specifier: ^4.4.1 version: 4.4.1 @@ -2023,8 +2023,8 @@ importers: specifier: ^4.3.16 version: 4.3.16 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 '@types/react-dom': specifier: 18.3.0 version: 18.3.0 @@ -2074,10 +2074,10 @@ importers: devDependencies: '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@18.2.55)(react@18.3.1) + version: 11.11.4(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) + version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/internal-babel-macros': specifier: workspace:^ version: link:../mui-babel-macros @@ -2094,8 +2094,8 @@ importers: specifier: ^15.7.12 version: 15.7.12 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 '@types/sinon': specifier: ^17.0.3 version: 17.0.3 @@ -2125,8 +2125,8 @@ importers: specifier: workspace:* version: link:build '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 publishDirectory: build packages/mui-utils: @@ -2163,8 +2163,8 @@ importers: specifier: ^18.19.39 version: 18.19.39 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 '@types/react-dom': specifier: 18.3.0 version: 18.3.0 @@ -2232,7 +2232,7 @@ importers: version: 11.11.0 '@emotion/react': specifier: ^11.11.4 - version: 11.11.4(@types/react@18.2.55)(react@18.3.1) + version: 11.11.4(@types/react@18.3.3)(react@18.3.1) '@mui/base': specifier: workspace:* version: link:../packages/mui-base/build @@ -2267,8 +2267,8 @@ importers: specifier: ^4.3.16 version: 4.3.16 '@types/react': - specifier: 18.2.55 - version: 18.2.55 + specifier: 18.3.3 + version: 18.3.3 '@types/react-is': specifier: ^18.3.0 version: 18.3.0 @@ -3296,7 +3296,7 @@ packages: '@docsearch/react@3.6.0': resolution: {integrity: sha512-HUFut4ztcVNmqy9gp/wxNbC7pTOHhgVVkHVGCACTuLhUKUhKAF9KYHJtMiLUJxEqiFLQiuri1fWF8zqwM/cu1w==} peerDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 react: '>= 16.8.0 < 19.0.0' react-dom: '>= 16.8.0 < 19.0.0' search-insights: '>= 1 < 3' @@ -3828,7 +3828,7 @@ packages: resolution: {integrity: sha512-dc38W4W3K42atE9nSaOeoJ7/x9wGIfawdwC/UmMxMLlZ1iSsITQ8dQJaTATCbn98YvYPINK/EH541YA5enQIPQ==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -3839,7 +3839,7 @@ packages: resolution: {integrity: sha512-+uNbP3OHJuZVI00WyMg7xfLZotaEY7LgvYXDfONVJbrS+K9wyjCIPNfjy8r9XJn4fbHo/5ibiZqjWnU9LMNv+A==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -3850,7 +3850,7 @@ packages: resolution: {integrity: sha512-I/lGHztkCzvwlXpjD2+SNmvNQvB4227xBXhISPjEaJUXGImOQ9f3D2Yj/T3KasSI/h0MLWy74X0J6clhPmsRbQ==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -3866,7 +3866,7 @@ packages: peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': 18.2.55 + '@types/react': 18.3.3 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -3883,7 +3883,7 @@ packages: peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': 18.2.55 + '@types/react': 18.3.3 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -3898,7 +3898,7 @@ packages: resolution: {integrity: sha512-BK8F94AIqSrnaPYXf2KAOjGZJgWfvqAVQ2gVR3EryvQFtuBnG6RwodxrCvd3B48VuMy6Wsk897+lQMUxJyk+6g==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -3908,7 +3908,7 @@ packages: resolution: {integrity: sha512-zRdwVf8RpuM0MEqMveoJ0sV48eMWvutkcY/pt9nX21jXD9kaxOCuQyT6oNrXF7ZlBDOi/NXfKRDgkQfj+kwxDQ==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -3946,7 +3946,7 @@ packages: peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': 18.2.55 + '@types/react': 18.3.3 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@emotion/react': @@ -3962,7 +3962,7 @@ packages: peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': 18.2.55 + '@types/react': 18.3.3 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@emotion/react': @@ -3975,7 +3975,7 @@ packages: '@mui/types@7.2.14': resolution: {integrity: sha512-MZsBZ4q4HfzBsywtXgM1Ksj6HDThtiwmOKUXH1pKYISI9gAVXCNHNpo7TlGoGrBaYWZTdNoirIN7JsQcQUjmQQ==} peerDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 peerDependenciesMeta: '@types/react': optional: true @@ -3984,7 +3984,7 @@ packages: resolution: {integrity: sha512-mAbYx0sovrnpAu1zHc3MDIhPqL8RPVC5W5xcO1b7PiSCJPtckIZmBkp8hefamAvUiAV8gpfMOM6Zb+eSisbI2A==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -3994,7 +3994,7 @@ packages: resolution: {integrity: sha512-jyNcB0drDhYcoq5MHNTiEc63GfVE1GZK+CVUd8tlLzk5q631RPYJ5jONSOszLiUOXBmI8Uu1SBJUwrG3j2YG2A==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -5113,7 +5113,7 @@ packages: engines: {node: '>=18'} peerDependencies: '@testing-library/dom': ^10.0.0 - '@types/react': 18.2.55 + '@types/react': 18.3.3 '@types/react-dom': 18.3.0 react: ^18.0.0 react-dom: ^18.0.0 @@ -5381,15 +5381,12 @@ packages: '@types/react-window@1.8.8': resolution: {integrity: sha512-8Ls660bHR1AUA2kuRvVG9D/4XpRC6wjAaPT9dil7Ckc76eP9TKWZwwmgfq8Q1LANX3QNDnoU4Zp48A3w+zK69Q==} - '@types/react@18.2.55': - resolution: {integrity: sha512-Y2Tz5P4yz23brwm2d7jNon39qoAtMMmalOQv6+fEFt1mT+FcM3D841wDpoUvFXhaYenuROCy3FZYqdTjM7qVyA==} + '@types/react@18.3.3': + resolution: {integrity: sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==} '@types/retry@0.12.0': resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} - '@types/scheduler@0.16.8': - resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==} - '@types/semver@7.5.0': resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} @@ -10786,7 +10783,7 @@ packages: react-redux@8.1.3: resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==} peerDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 '@types/react-dom': 18.3.0 react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 @@ -13841,7 +13838,7 @@ snapshots: csstype: 3.1.3 lodash.mergewith: 4.6.2 - '@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(react@18.3.1)': + '@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)': dependencies: '@chakra-ui/color-mode': 2.2.0(react@18.3.1) '@chakra-ui/object-utils': 2.1.0 @@ -13849,8 +13846,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.11.4(@types/react@18.2.55)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-fast-compare: 3.2.2 @@ -13903,14 +13900,14 @@ snapshots: '@docsearch/css@3.6.0': {} - '@docsearch/react@3.6.0(@algolia/client-search@4.23.0)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.13.0)': + '@docsearch/react@3.6.0(@algolia/client-search@4.23.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.13.0)': 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.0 algoliasearch: 4.19.1 optionalDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) search-insights: 2.13.0 @@ -13978,7 +13975,7 @@ snapshots: '@emotion/memoize@0.8.1': {} - '@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1)': + '@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 '@emotion/babel-plugin': 11.11.0 @@ -13990,7 +13987,7 @@ snapshots: hoist-non-react-statics: 3.3.2 react: 18.3.1 optionalDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 transitivePeerDependencies: - supports-color @@ -14013,18 +14010,18 @@ snapshots: '@emotion/sheet@1.2.2': {} - '@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1)': + '@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 '@emotion/babel-plugin': 11.11.0 '@emotion/is-prop-valid': 1.2.2 - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) '@emotion/serialize': 1.1.4 '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.3.1) '@emotion/utils': 1.2.1 react: 18.3.1 optionalDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 transitivePeerDependencies: - supports-color @@ -14488,75 +14485,75 @@ snapshots: react-test-renderer: 18.3.1(react@18.3.1) semver: 5.7.2 - '@mui/base@5.0.0-beta.30(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/base@5.0.0-beta.30(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 '@floating-ui/react-dom': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/types': 7.2.14(@types/react@18.2.55) - '@mui/utils': 5.15.20(@types/react@18.2.55)(react@18.3.1) + '@mui/types': 7.2.14(@types/react@18.3.3) + '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.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) optionalDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 - '@mui/base@5.0.0-beta.31(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/base@5.0.0-beta.31(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 '@floating-ui/react-dom': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/types': 7.2.14(@types/react@18.2.55) - '@mui/utils': 5.15.20(@types/react@18.2.55)(react@18.3.1) + '@mui/types': 7.2.14(@types/react@18.3.3) + '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.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) optionalDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 - '@mui/base@5.0.0-beta.40(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/base@5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 '@floating-ui/react-dom': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/types': 7.2.14(@types/react@18.2.55) - '@mui/utils': 5.15.20(@types/react@18.2.55)(react@18.3.1) + '@mui/types': 7.2.14(@types/react@18.3.3) + '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.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) optionalDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 '@mui/core-downloads-tracker@5.15.14': {} - '@mui/joy@5.0.0-beta.22(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/joy@5.0.0-beta.22(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 - '@mui/base': 5.0.0-beta.31(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/base': 5.0.0-beta.31(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/core-downloads-tracker': 5.15.14 - '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) - '@mui/types': 7.2.14(@types/react@18.2.55) - '@mui/utils': 5.15.20(@types/react@18.2.55)(react@18.3.1) + '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/types': 7.2.14(@types/react@18.3.3) + '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1) clsx: 2.1.1 prop-types: 15.8.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) - '@types/react': 18.2.55 + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@types/react': 18.3.3 - '@mui/material@5.15.4(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/material@5.15.4(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 - '@mui/base': 5.0.0-beta.31(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/base': 5.0.0-beta.31(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/core-downloads-tracker': 5.15.14 - '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) - '@mui/types': 7.2.14(@types/react@18.2.55) - '@mui/utils': 5.15.20(@types/react@18.2.55)(react@18.3.1) + '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/types': 7.2.14(@types/react@18.3.3) + '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1) '@types/react-transition-group': 4.4.10 clsx: 2.1.1 csstype: 3.1.3 @@ -14566,29 +14563,29 @@ snapshots: react-is: 18.3.1 react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) optionalDependencies: - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) - '@types/react': 18.2.55 + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@types/react': 18.3.3 - '@mui/private-theming@5.15.20(@types/react@18.2.55)(react@18.3.1)': + '@mui/private-theming@5.15.20(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 - '@mui/utils': 5.15.20(@types/react@18.2.55)(react@18.3.1) + '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1) prop-types: 15.8.1 react: 18.3.1 optionalDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 - '@mui/private-theming@6.0.0-alpha.3(@types/react@18.2.55)(react@18.3.1)': + '@mui/private-theming@6.0.0-alpha.3(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.2.55)(react@18.3.1) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.3)(react@18.3.1) prop-types: 15.8.1 react: 18.3.1 optionalDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 - '@mui/styled-engine@5.15.14(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(react@18.3.1)': + '@mui/styled-engine@5.15.14(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 '@emotion/cache': 11.11.0 @@ -14596,10 +14593,10 @@ snapshots: prop-types: 15.8.1 react: 18.3.1 optionalDependencies: - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) - '@mui/styled-engine@6.0.0-alpha.3(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(react@18.3.1)': + '@mui/styled-engine@6.0.0-alpha.3(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 '@emotion/cache': 11.11.0 @@ -14607,46 +14604,46 @@ snapshots: prop-types: 15.8.1 react: 18.3.1 optionalDependencies: - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) - '@mui/system@5.15.20(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1)': + '@mui/system@5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 - '@mui/private-theming': 5.15.20(@types/react@18.2.55)(react@18.3.1) - '@mui/styled-engine': 5.15.14(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(react@18.3.1) - '@mui/types': 7.2.14(@types/react@18.2.55) - '@mui/utils': 5.15.20(@types/react@18.2.55)(react@18.3.1) + '@mui/private-theming': 5.15.20(@types/react@18.3.3)(react@18.3.1) + '@mui/styled-engine': 5.15.14(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) + '@mui/types': 7.2.14(@types/react@18.3.3) + '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 react: 18.3.1 optionalDependencies: - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) - '@types/react': 18.2.55 + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@types/react': 18.3.3 - '@mui/system@6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1)': + '@mui/system@6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 - '@mui/private-theming': 6.0.0-alpha.3(@types/react@18.2.55)(react@18.3.1) - '@mui/styled-engine': 6.0.0-alpha.3(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(react@18.3.1) - '@mui/types': 7.2.14(@types/react@18.2.55) - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.2.55)(react@18.3.1) + '@mui/private-theming': 6.0.0-alpha.3(@types/react@18.3.3)(react@18.3.1) + '@mui/styled-engine': 6.0.0-alpha.3(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) + '@mui/types': 7.2.14(@types/react@18.3.3) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.3)(react@18.3.1) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 react: 18.3.1 optionalDependencies: - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) - '@types/react': 18.2.55 + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@types/react': 18.3.3 - '@mui/types@7.2.14(@types/react@18.2.55)': + '@mui/types@7.2.14(@types/react@18.3.3)': optionalDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 - '@mui/utils@5.15.20(@types/react@18.2.55)(react@18.3.1)': + '@mui/utils@5.15.20(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 '@types/prop-types': 15.7.12 @@ -14654,9 +14651,9 @@ snapshots: react: 18.3.1 react-is: 18.3.1 optionalDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 - '@mui/utils@6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.2.55)(react@18.3.1)': + '@mui/utils@6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 '@types/prop-types': 15.7.12 @@ -14664,15 +14661,15 @@ snapshots: react: 18.3.1 react-is: 18.3.1 optionalDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 - '@mui/x-charts@7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-charts@7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 - '@mui/base': 5.0.0-beta.40(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/base': 5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/material': link:packages/mui-material/build - '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) - '@mui/utils': 5.15.20(@types/react@18.2.55)(react@18.3.1) + '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1) '@react-spring/rafz': 9.7.3 '@react-spring/web': 9.7.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) clsx: 2.1.1 @@ -14685,18 +14682,18 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) transitivePeerDependencies: - '@types/react' - '@mui/x-data-grid-generator@7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-data-grid-generator@7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 - '@mui/base': 5.0.0-beta.40(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/base': 5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/icons-material': link:packages/mui-icons-material/build '@mui/material': link:packages/mui-material/build - '@mui/x-data-grid-premium': 7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/x-data-grid-premium': 7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) chance: 1.1.11 clsx: 2.1.1 lru-cache: 7.18.3 @@ -14707,15 +14704,15 @@ snapshots: - '@types/react' - react-dom - '@mui/x-data-grid-premium@7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-data-grid-premium@7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) - '@mui/utils': 5.15.20(@types/react@18.2.55)(react@18.3.1) - '@mui/x-data-grid': 7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/x-data-grid-pro': 7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/x-license': 7.7.1(@types/react@18.2.55)(react@18.3.1) + '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1) + '@mui/x-data-grid': 7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/x-data-grid-pro': 7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/x-license': 7.7.1(@types/react@18.3.3)(react@18.3.1) '@types/format-util': 1.0.4 clsx: 2.1.1 exceljs: 4.4.0 @@ -14728,14 +14725,14 @@ snapshots: - '@emotion/styled' - '@types/react' - '@mui/x-data-grid-pro@7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-data-grid-pro@7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) - '@mui/utils': 5.15.20(@types/react@18.2.55)(react@18.3.1) - '@mui/x-data-grid': 7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/x-license': 7.7.1(@types/react@18.2.55)(react@18.3.1) + '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1) + '@mui/x-data-grid': 7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/x-license': 7.7.1(@types/react@18.3.3)(react@18.3.1) '@types/format-util': 1.0.4 clsx: 2.1.1 prop-types: 15.8.1 @@ -14747,12 +14744,12 @@ snapshots: - '@emotion/styled' - '@types/react' - '@mui/x-data-grid@7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-data-grid@7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 '@mui/material': link:packages/mui-material/build - '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) - '@mui/utils': 5.15.20(@types/react@18.2.55)(react@18.3.1) + '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1) clsx: 2.1.1 prop-types: 15.8.1 react: 18.3.1 @@ -14763,36 +14760,36 @@ snapshots: - '@emotion/styled' - '@types/react' - '@mui/x-date-pickers-pro@7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-date-pickers-pro@7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 - '@mui/base': 5.0.0-beta.40(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/base': 5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/material': link:packages/mui-material/build - '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) - '@mui/utils': 5.15.20(@types/react@18.2.55)(react@18.3.1) - '@mui/x-date-pickers': 7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/x-license': 7.7.1(@types/react@18.2.55)(react@18.3.1) + '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1) + '@mui/x-date-pickers': 7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/x-license': 7.7.1(@types/react@18.3.3)(react@18.3.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) optionalDependencies: - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) date-fns: 2.30.0 date-fns-jalali: 2.21.3-1 dayjs: 1.11.11 transitivePeerDependencies: - '@types/react' - '@mui/x-date-pickers@7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-date-pickers@7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(date-fns-jalali@2.21.3-1)(date-fns@2.30.0)(dayjs@1.11.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 - '@mui/base': 5.0.0-beta.40(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/base': 5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/material': link:packages/mui-material/build - '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) - '@mui/utils': 5.15.20(@types/react@18.2.55)(react@18.3.1) + '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1) '@types/react-transition-group': 4.4.10 clsx: 2.1.1 prop-types: 15.8.1 @@ -14800,31 +14797,31 @@ snapshots: 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) optionalDependencies: - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) date-fns: 2.30.0 date-fns-jalali: 2.21.3-1 dayjs: 1.11.11 transitivePeerDependencies: - '@types/react' - '@mui/x-license@7.7.1(@types/react@18.2.55)(react@18.3.1)': + '@mui/x-license@7.7.1(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 - '@mui/utils': 5.15.20(@types/react@18.2.55)(react@18.3.1) + '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 transitivePeerDependencies: - '@types/react' - '@mui/x-tree-view@7.7.1(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-tree-view@7.7.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) - '@mui/base': 5.0.0-beta.40(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/base': 5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/material': link:packages/mui-material/build - '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) - '@mui/utils': 5.15.20(@types/react@18.2.55)(react@18.3.1) + '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1) '@types/react-transition-group': 4.4.10 clsx: 2.1.1 prop-types: 15.8.1 @@ -15424,16 +15421,16 @@ snapshots: '@opentelemetry/semantic-conventions@1.25.1': {} - '@pigment-css/nextjs-plugin@0.0.14(@types/react@18.2.55)(next@14.2.4(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(@playwright/test@1.44.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.14(@types/react@18.3.3)(next@14.2.4(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(@playwright/test@1.44.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': dependencies: - '@pigment-css/unplugin': 0.0.14(@types/react@18.2.55)(react@18.3.1) + '@pigment-css/unplugin': 0.0.14(@types/react@18.3.3)(react@18.3.1) next: 14.2.4(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(@playwright/test@1.44.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - '@types/react' - react - supports-color - '@pigment-css/react@0.0.13(@types/react@18.2.55)(react@18.3.1)': + '@pigment-css/react@0.0.13(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/core': 7.24.7 '@babel/helper-module-imports': 7.24.7 @@ -15442,11 +15439,11 @@ snapshots: '@babel/types': 7.24.7 '@emotion/css': 11.11.2 '@emotion/is-prop-valid': 1.2.2 - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) '@emotion/serialize': 1.1.4 - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) - '@mui/system': 6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1))(@types/react@18.2.55)(react@18.3.1) - '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.2.55)(react@18.3.1) + '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/system': 6.0.0-dev.240424162023-9968b4889d(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 6.0.0-dev.20240529-082515-213b5e33ab(@types/react@18.3.3)(react@18.3.1) '@wyw-in-js/processor-utils': 0.5.3 '@wyw-in-js/shared': 0.5.3 '@wyw-in-js/transform': 0.5.3 @@ -15461,10 +15458,10 @@ snapshots: - '@types/react' - supports-color - '@pigment-css/unplugin@0.0.14(@types/react@18.2.55)(react@18.3.1)': + '@pigment-css/unplugin@0.0.14(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/core': 7.24.7 - '@pigment-css/react': 0.0.13(@types/react@18.2.55)(react@18.3.1) + '@pigment-css/react': 0.0.13(@types/react@18.3.3)(react@18.3.1) '@wyw-in-js/shared': 0.5.3 '@wyw-in-js/transform': 0.5.3 babel-plugin-define-var: 0.1.0 @@ -15474,11 +15471,11 @@ snapshots: - react - supports-color - '@pigment-css/vite-plugin@0.0.13(@types/react@18.2.55)(react@18.3.1)(vite@5.3.1(@types/node@18.19.39)(terser@5.29.2))': + '@pigment-css/vite-plugin@0.0.13(@types/react@18.3.3)(react@18.3.1)(vite@5.3.1(@types/node@18.19.39)(terser@5.29.2))': dependencies: '@babel/core': 7.24.7 '@babel/preset-typescript': 7.24.7(@babel/core@7.24.7) - '@pigment-css/react': 0.0.13(@types/react@18.2.55)(react@18.3.1) + '@pigment-css/react': 0.0.13(@types/react@18.3.3)(react@18.3.1) '@wyw-in-js/shared': 0.5.3 '@wyw-in-js/transform': 0.5.3 babel-plugin-define-var: 0.1.0 @@ -16154,65 +16151,65 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 - '@testing-library/react@16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@testing-library/react@16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.24.7 '@testing-library/dom': 10.1.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 '@types/react-dom': 18.3.0 '@testing-library/user-event@14.5.2(@testing-library/dom@10.1.0)': dependencies: '@testing-library/dom': 10.1.0 - '@theme-ui/color-modes@0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1)': + '@theme-ui/color-modes@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)': dependencies: - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) - '@theme-ui/core': 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1) - '@theme-ui/css': 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1)) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@theme-ui/core': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) + '@theme-ui/css': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1)) deepmerge: 4.3.1 react: 18.3.1 - '@theme-ui/components@0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1))(react@18.3.1)': + '@theme-ui/components@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1))(react@18.3.1)': dependencies: - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.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.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1) - '@theme-ui/css': 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1)) - '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1) + '@theme-ui/core': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) + '@theme-ui/css': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1)) + '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) '@types/styled-system': 5.1.15 react: 18.3.1 - '@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1)': + '@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)': dependencies: - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) - '@theme-ui/css': 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1)) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@theme-ui/css': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1)) deepmerge: 4.3.1 react: 18.3.1 - '@theme-ui/css@0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))': + '@theme-ui/css@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))': dependencies: - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) csstype: 3.1.3 - '@theme-ui/global@0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1)': + '@theme-ui/global@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)': dependencies: - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) - '@theme-ui/core': 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1) - '@theme-ui/css': 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1)) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@theme-ui/core': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) + '@theme-ui/css': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1)) react: 18.3.1 - '@theme-ui/theme-provider@0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1)': + '@theme-ui/theme-provider@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)': dependencies: - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) - '@theme-ui/color-modes': 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1) - '@theme-ui/core': 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1) - '@theme-ui/css': 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1)) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@theme-ui/color-modes': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) + '@theme-ui/core': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) + '@theme-ui/css': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1)) react: 18.3.1 '@tootallnate/once@2.0.0': {} @@ -16296,7 +16293,7 @@ snapshots: '@types/enzyme@3.10.18': dependencies: '@types/cheerio': 0.22.31 - '@types/react': 18.2.55 + '@types/react': 18.3.3 '@types/eslint-scope@3.7.4': dependencies: @@ -16333,7 +16330,7 @@ snapshots: '@types/hoist-non-react-statics@3.3.5': dependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 hoist-non-react-statics: 3.3.2 '@types/html-minifier-terser@6.1.0': {} @@ -16419,46 +16416,43 @@ snapshots: '@types/react-dom@18.3.0': dependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 '@types/react-is@18.3.0': dependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 '@types/react-reconciler@0.26.7': dependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 '@types/react-reconciler@0.28.8': dependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 '@types/react-swipeable-views@0.13.5': dependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 '@types/react-test-renderer@18.3.0': dependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 '@types/react-transition-group@4.4.10': dependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 '@types/react-window@1.8.8': dependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 - '@types/react@18.2.55': + '@types/react@18.3.3': dependencies: '@types/prop-types': 15.7.12 - '@types/scheduler': 0.16.8 csstype: 3.1.3 '@types/retry@0.12.0': {} - '@types/scheduler@0.16.8': {} - '@types/semver@7.5.0': {} '@types/send@0.17.1': @@ -21410,7 +21404,7 @@ snapshots: '@babel/runtime': 7.24.7 '@mui/material': link:packages/mui-material/build '@types/prop-types': 15.7.12 - '@types/react': 18.2.55 + '@types/react': 18.3.3 classnames: 2.3.2 prop-types: 15.8.1 react: 18.3.1 @@ -23206,7 +23200,7 @@ snapshots: react: 18.3.1 scheduler: 0.23.2 - react-redux@8.1.3(@types/react-dom@18.3.0)(@types/react@18.2.55)(react-dom@18.3.1(react@18.3.1))(react-native@0.73.6(@babel/core@7.24.7)(@babel/preset-env@7.24.7(@babel/core@7.24.7))(encoding@0.1.13)(react@18.3.1))(react@18.3.1)(redux@4.2.1): + react-redux@8.1.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react-native@0.73.6(@babel/core@7.24.7)(@babel/preset-env@7.24.7(@babel/core@7.24.7))(encoding@0.1.13)(react@18.3.1))(react@18.3.1)(redux@4.2.1): dependencies: '@babel/runtime': 7.24.7 '@types/hoist-non-react-statics': 3.3.5 @@ -23216,7 +23210,7 @@ snapshots: react-is: 18.3.1 use-sync-external-store: 1.2.0(react@18.3.1) optionalDependencies: - '@types/react': 18.2.55 + '@types/react': 18.3.3 '@types/react-dom': 18.3.0 react-dom: 18.3.1(react@18.3.1) react-native: 0.73.6(@babel/core@7.24.7)(@babel/preset-env@7.24.7(@babel/core@7.24.7))(encoding@0.1.13)(react@18.3.1) @@ -24546,15 +24540,15 @@ snapshots: text-table@0.2.0: {} - theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1): + theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1): dependencies: - '@emotion/react': 11.11.4(@types/react@18.2.55)(react@18.3.1) - '@theme-ui/color-modes': 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1) - '@theme-ui/components': 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1))(react@18.3.1) - '@theme-ui/core': 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1) - '@theme-ui/css': 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1)) - '@theme-ui/global': 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1) - '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.11.4(@types/react@18.2.55)(react@18.3.1))(react@18.3.1) + '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) + '@theme-ui/color-modes': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) + '@theme-ui/components': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@theme-ui/theme-provider@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1))(react@18.3.1) + '@theme-ui/core': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) + '@theme-ui/css': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1)) + '@theme-ui/global': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) + '@theme-ui/theme-provider': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) react: 18.3.1 theming@3.3.0(react@18.3.1): diff --git a/test/package.json b/test/package.json index e42a7c338d3ad3..74817f96c15f8d 100644 --- a/test/package.json +++ b/test/package.json @@ -20,7 +20,7 @@ "@playwright/test": "1.44.1", "@testing-library/dom": "^10.1.0", "@types/chai": "^4.3.16", - "@types/react": "^18.2.55", + "@types/react": "^18.3.3", "@types/react-is": "^18.3.0", "@types/sinon": "^17.0.3", "chai": "^4.4.1",