diff --git a/apps/bare-next-app/package.json b/apps/bare-next-app/package.json index c170ab6b91959f..c5ca6b5dde8508 100644 --- a/apps/bare-next-app/package.json +++ b/apps/bare-next-app/package.json @@ -18,14 +18,14 @@ "@mui/system": "workspace:^", "@mui/utils": "workspace:^", "next": "latest", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "react": "^19.2.0", + "react-dom": "^19.2.0" }, "devDependencies": { "@pigment-css/nextjs-plugin": "0.0.30", "@types/node": "^20.19.19", - "@types/react": "^19.1.13", - "@types/react-dom": "^19.1.9", + "@types/react": "^19.2.2", + "@types/react-dom": "^19.2.1", "eslint": "^9.36.0", "typescript": "^5.9.2" }, diff --git a/apps/pigment-css-next-app/package.json b/apps/pigment-css-next-app/package.json index 940756df26dc7f..4b7717b63cf358 100644 --- a/apps/pigment-css-next-app/package.json +++ b/apps/pigment-css-next-app/package.json @@ -17,14 +17,14 @@ "@mui/system": "workspace:^", "@mui/utils": "workspace:^", "next": "latest", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "react": "^19.2.0", + "react-dom": "^19.2.0" }, "devDependencies": { "@pigment-css/nextjs-plugin": "0.0.30", "@types/node": "^20.19.19", - "@types/react": "^19.1.13", - "@types/react-dom": "^19.1.9", + "@types/react": "^19.2.2", + "@types/react-dom": "^19.2.1", "eslint": "^9.36.0", "typescript": "^5.9.2" }, diff --git a/apps/pigment-css-vite-app/package.json b/apps/pigment-css-vite-app/package.json index 1f89c27288fcd3..058491a05c25cd 100644 --- a/apps/pigment-css-vite-app/package.json +++ b/apps/pigment-css-vite-app/package.json @@ -17,8 +17,8 @@ "@mui/utils": "workspace:^", "@playwright/test": "^1.55.1", "clsx": "^2.1.1", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.0", + "react-dom": "^19.2.0", "react-error-boundary": "^6.0.0", "react-router-dom": "^6.30.1", "webfontloader": "^1.6.28" @@ -28,8 +28,8 @@ "@babel/preset-typescript": "^7.27.1", "@pigment-css/vite-plugin": "0.0.30", "@testing-library/react": "^16.3.0", - "@types/react": "^19.1.13", - "@types/react-dom": "^19.1.9", + "@types/react": "^19.2.2", + "@types/react-dom": "^19.2.1", "@types/webfontloader": "^1.6.38", "@vitejs/plugin-react": "^5.0.4", "postcss": "^8.5.6", diff --git a/docs/package.json b/docs/package.json index 01c0def1eb805b..8a21d8d56ad08a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -83,13 +83,13 @@ "postcss": "^8.5.6", "postcss-import": "^16.1.1", "prop-types": "^15.8.1", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.0", + "react-dom": "^19.2.0", "react-draggable": "^4.5.0", "react-final-form": "^7.0.0", "react-imask": "^7.6.1", "react-intersection-observer": "^9.16.0", - "react-is": "^19.1.1", + "react-is": "^19.2.0", "react-number-format": "^5.4.4", "react-router": "^7.9.3", "react-runner": "^1.0.5", @@ -122,8 +122,8 @@ "@types/node": "^20.19.19", "@types/nprogress": "^0.2.3", "@types/prop-types": "^15.7.15", - "@types/react": "^19.1.13", - "@types/react-dom": "^19.1.9", + "@types/react": "^19.2.2", + "@types/react-dom": "^19.2.1", "@types/react-swipeable-views": "^0.13.6", "@types/react-transition-group": "^4.4.12", "@types/react-window": "^1.8.8", diff --git a/package.json b/package.json index 21a278dcf0580a..468e5d962b61ac 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "@types/babel__register": "^7.17.3", "@types/mocha": "^10.0.10", "@types/node": "^20.19.19", - "@types/react": "^19.1.13", + "@types/react": "^19.2.2", "@types/yargs": "^17.0.33", "@vitejs/plugin-react": "^5.0.4", "@vitest/browser": "^3.2.4", @@ -165,8 +165,8 @@ "prettier": "^3.6.2", "pretty-quick": "^4.2.2", "process": "^0.11.10", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.0", + "react-dom": "^19.2.0", "rimraf": "^6.0.1", "serve": "^14.2.4", "stylelint": "^16.23.1", diff --git a/packages-internal/scripts/package.json b/packages-internal/scripts/package.json index f9a5b19824c9dc..726a93cae4cbf8 100644 --- a/packages-internal/scripts/package.json +++ b/packages-internal/scripts/package.json @@ -44,7 +44,7 @@ "@types/chai": "^4.3.20", "@types/doctrine": "^0.0.9", "@types/node": "^20.19.19", - "@types/react": "^19.1.13", + "@types/react": "^19.2.2", "@types/uuid": "^10.0.0", "chai": "^6.0.1", "fast-glob": "^3.3.3", diff --git a/packages-internal/test-utils/package.json b/packages-internal/test-utils/package.json index eb9117e24f0177..68a0daebb2c944 100644 --- a/packages-internal/test-utils/package.json +++ b/packages-internal/test-utils/package.json @@ -63,8 +63,8 @@ "@types/chai-dom": "^1.11.3", "@types/format-util": "^1.0.4", "@types/prop-types": "^15.7.15", - "@types/react": "^19.1.13", - "@types/react-dom": "^19.1.9", + "@types/react": "^19.2.2", + "@types/react-dom": "^19.2.1", "@types/sinon": "^17.0.4", "typescript": "^5.9.2" }, diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json index 973a2bb92e49d9..b27e7a7c9cad2f 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -40,9 +40,9 @@ "@types/gtag.js": "^0.0.20", "@types/node": "^20.19.19", "@types/prop-types": "^15.7.15", - "@types/react": "^19.1.13", + "@types/react": "^19.2.2", "next": "^15.5.4", - "react": "^19.1.1" + "react": "^19.2.0" }, "peerDependencies": { "@mui/base": "^5.0.0 || ^5.0.0-beta || ^7.0.0 || ^7.0.0-beta", diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 348adbcb2ce12f..f72abe292944de 100644 --- a/packages/mui-icons-material/package.json +++ b/packages/mui-icons-material/package.json @@ -48,14 +48,14 @@ "@mui/internal-waterfall": "workspace:^", "@mui/material": "workspace:^", "@types/chai": "^4.3.20", - "@types/react": "^19.1.13", + "@types/react": "^19.2.2", "chai": "^6.0.1", "chalk": "^5.6.0", "cross-fetch": "^4.1.0", "es-toolkit": "^1.39.10", "fast-glob": "^3.3.3", "mustache": "^4.2.0", - "react": "^19.1.1", + "react": "^19.2.0", "rimraf": "^6.0.1", "shx": "^0.4.0", "svgo": "^4.0.0", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 8b3f3054f52de9..51551d9f920657 100644 --- a/packages/mui-joy/package.json +++ b/packages/mui-joy/package.json @@ -44,15 +44,15 @@ "@mui/material": "workspace:^", "@types/chai": "^4.3.20", "@types/prop-types": "^15.7.15", - "@types/react": "^19.1.13", - "@types/react-dom": "^19.1.9", + "@types/react": "^19.2.2", + "@types/react-dom": "^19.2.1", "@types/sinon": "^17.0.4", "chai": "^6.0.1", "es-toolkit": "^1.39.10", "fast-glob": "^3.3.3", "next": "^15.5.4", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.0", + "react-dom": "^19.2.0", "sinon": "^21.0.0" }, "peerDependencies": { diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 3f901a52846508..d06114613108bb 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -45,12 +45,12 @@ "@mui/material": "workspace:^", "@types/chai": "^4.3.20", "@types/prop-types": "^15.7.15", - "@types/react": "^19.1.13", - "@types/react-dom": "^19.1.9", + "@types/react": "^19.2.2", + "@types/react-dom": "^19.2.1", "@types/sinon": "^17.0.4", "chai": "^6.0.1", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.0", + "react-dom": "^19.2.0", "sinon": "^21.0.0" }, "peerDependencies": { diff --git a/packages/mui-material-nextjs/package.json b/packages/mui-material-nextjs/package.json index 557451c1743ea5..94b1a65de712aa 100644 --- a/packages/mui-material-nextjs/package.json +++ b/packages/mui-material-nextjs/package.json @@ -36,9 +36,9 @@ "@emotion/cache": "^11.14.0", "@emotion/react": "^11.14.0", "@emotion/server": "^11.11.0", - "@types/react": "^19.1.13", + "@types/react": "^19.2.2", "next": "^15.5.4", - "react": "^19.1.1" + "react": "^19.2.0" }, "peerDependencies": { "@emotion/cache": "^11.11.0", diff --git a/packages/mui-material-pigment-css/package.json b/packages/mui-material-pigment-css/package.json index c10735c62cd545..c93108b56a118b 100644 --- a/packages/mui-material-pigment-css/package.json +++ b/packages/mui-material-pigment-css/package.json @@ -36,7 +36,7 @@ "@mui/system": "workspace:*" }, "devDependencies": { - "react": "^19.1.1" + "react": "^19.2.0" }, "peerDependencies": { "@pigment-css/react": "^0.0.30" diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 217b94c9d0a071..e0dbfab5f56642 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -43,7 +43,7 @@ "clsx": "^2.1.1", "csstype": "^3.1.3", "prop-types": "^15.8.1", - "react-is": "^19.1.1", + "react-is": "^19.2.0", "react-transition-group": "^4.4.5" }, "devDependencies": { @@ -52,15 +52,15 @@ "@testing-library/user-event": "^14.6.1", "@types/chai": "^4.3.20", "@types/prop-types": "^15.7.15", - "@types/react": "^19.1.13", - "@types/react-dom": "^19.1.9", + "@types/react": "^19.2.2", + "@types/react-dom": "^19.2.1", "@types/sinon": "^17.0.4", "chai": "^6.0.1", "css-mediaquery": "^0.1.2", "es-toolkit": "^1.39.10", "fast-glob": "^3.3.3", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.0", + "react-dom": "^19.2.0", "react-router": "^7.9.3", "sinon": "^21.0.0" }, diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index 224b2c00187f3f..336efe16d67b4e 100644 --- a/packages/mui-private-theming/package.json +++ b/packages/mui-private-theming/package.json @@ -38,9 +38,9 @@ "@mui/internal-test-utils": "workspace:^", "@mui/types": "workspace:^", "@types/chai": "^4.3.20", - "@types/react": "^19.1.13", + "@types/react": "^19.2.2", "chai": "^6.0.1", - "react": "^19.1.1" + "react": "^19.2.0" }, "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 ee7c72bcebe848..d62a6633bc02fa 100644 --- a/packages/mui-styled-engine-sc/package.json +++ b/packages/mui-styled-engine-sc/package.json @@ -39,9 +39,9 @@ "devDependencies": { "@mui/internal-test-utils": "workspace:^", "@types/chai": "^4.3.20", - "@types/react": "^19.1.13", + "@types/react": "^19.2.2", "chai": "^6.0.1", - "react": "^19.1.1", + "react": "^19.2.0", "styled-components": "^6.1.19" }, "peerDependencies": { diff --git a/packages/mui-styled-engine/package.json b/packages/mui-styled-engine/package.json index b0521851e0bb84..ff7838ba682fc5 100644 --- a/packages/mui-styled-engine/package.json +++ b/packages/mui-styled-engine/package.json @@ -44,9 +44,9 @@ "@mui/internal-test-utils": "workspace:^", "@mui/styled-engine": "workspace:*", "@types/chai": "^4.3.20", - "@types/react": "^19.1.13", + "@types/react": "^19.2.2", "chai": "^6.0.1", - "react": "^19.1.1" + "react": "^19.2.0" }, "peerDependencies": { "@emotion/react": "^11.4.1", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 5e098d555f3424..68234d47edd37e 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -48,12 +48,12 @@ "@mui/system": "workspace:*", "@types/chai": "^4.3.20", "@types/prop-types": "^15.7.15", - "@types/react": "^19.1.13", + "@types/react": "^19.2.2", "@types/sinon": "^17.0.4", "chai": "^6.0.1", "es-toolkit": "^1.39.10", "fast-glob": "^3.3.3", - "react": "^19.1.1", + "react": "^19.2.0", "sinon": "^21.0.0", "styled-components": "^6.1.19" }, diff --git a/packages/mui-types/package.json b/packages/mui-types/package.json index dd3ba47f96dca9..c6d578675c808e 100644 --- a/packages/mui-types/package.json +++ b/packages/mui-types/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@mui/types": "workspace:*", - "@types/react": "^19.1.13" + "@types/react": "^19.2.2" }, "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 5aa41a348247e0..2ee7d24339192b 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -36,7 +36,7 @@ "@types/prop-types": "^15.7.15", "clsx": "^2.1.1", "prop-types": "^15.8.1", - "react-is": "^19.1.1" + "react-is": "^19.2.0" }, "devDependencies": { "@mui/internal-test-utils": "workspace:^", @@ -44,13 +44,13 @@ "@types/chai": "^4.3.20", "@types/mocha": "^10.0.10", "@types/node": "^20.19.19", - "@types/react": "^19.1.13", - "@types/react-dom": "^19.1.9", - "@types/react-is": "^19.0.0", + "@types/react": "^19.2.2", + "@types/react-dom": "^19.2.1", + "@types/react-is": "^19.2.0", "@types/sinon": "^17.0.4", "chai": "^6.0.1", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.0", + "react-dom": "^19.2.0", "sinon": "^21.0.0" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 457ba983a1fa42..11dcd2ebfb9ac1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,7 +102,7 @@ importers: version: 22.0.0 '@pigment-css/react': specifier: 0.0.30 - version: 0.0.30(@types/react@19.1.13)(react@19.1.1)(typescript@5.9.3) + version: 0.0.30(@types/react@19.2.2)(react@19.2.0)(typescript@5.9.3) '@playwright/test': specifier: 1.55.1 version: 1.55.1 @@ -122,8 +122,8 @@ importers: specifier: ^20.19.19 version: 20.19.19 '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 '@types/yargs': specifier: ^17.0.33 version: 17.0.33 @@ -236,11 +236,11 @@ importers: specifier: ^0.11.10 version: 0.11.10 react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 react-dom: - specifier: ^19.1.1 - version: 19.1.1(react@19.1.1) + specifier: ^19.2.0 + version: 19.2.0(react@19.2.0) rimraf: specifier: ^6.0.1 version: 6.0.1 @@ -285,7 +285,7 @@ importers: version: 11.14.0 '@mui/base': specifier: 5.0.0-beta.70 - version: 5.0.0-beta.70(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 5.0.0-beta.70(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/icons-material': specifier: workspace:^ version: link:../../packages/mui-icons-material/build @@ -309,26 +309,26 @@ importers: version: link:../../packages/mui-utils/build next: specifier: latest - version: 15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 react-dom: - specifier: ^19.1.1 - version: 19.1.1(react@19.1.1) + specifier: ^19.2.0 + version: 19.2.0(react@19.2.0) devDependencies: '@pigment-css/nextjs-plugin': specifier: 0.0.30 - version: 0.0.30(@types/react@19.1.13)(next@15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(typescript@5.9.3)(webpack-sources@3.3.3) + version: 0.0.30(@types/react@19.2.2)(next@15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack-sources@3.3.3) '@types/node': specifier: ^20.19.19 version: 20.19.19 '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 '@types/react-dom': - specifier: ^19.1.9 - version: 19.1.9(@types/react@19.1.13) + specifier: ^19.2.1 + version: 19.2.1(@types/react@19.2.2) eslint: specifier: ^9.36.0 version: 9.36.0(jiti@2.6.1) @@ -364,26 +364,26 @@ importers: version: link:../../packages/mui-utils/build next: specifier: latest - version: 15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 react-dom: - specifier: ^19.1.1 - version: 19.1.1(react@19.1.1) + specifier: ^19.2.0 + version: 19.2.0(react@19.2.0) devDependencies: '@pigment-css/nextjs-plugin': specifier: 0.0.30 - version: 0.0.30(@types/react@19.1.13)(next@15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(typescript@5.9.3)(webpack-sources@3.3.3) + version: 0.0.30(@types/react@19.2.2)(next@15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack-sources@3.3.3) '@types/node': specifier: ^20.19.19 version: 20.19.19 '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 '@types/react-dom': - specifier: ^19.1.9 - version: 19.1.9(@types/react@19.1.13) + specifier: ^19.2.1 + version: 19.2.1(@types/react@19.2.2) eslint: specifier: ^9.36.0 version: 9.36.0(jiti@2.6.1) @@ -395,7 +395,7 @@ importers: dependencies: '@mui/base': specifier: 5.0.0-beta.70 - version: 5.0.0-beta.70(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 5.0.0-beta.70(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/icons-material': specifier: workspace:^ version: link:../../packages/mui-icons-material/build @@ -421,17 +421,17 @@ importers: specifier: ^2.1.1 version: 2.1.1 react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 react-dom: - specifier: ^19.1.1 - version: 19.1.1(react@19.1.1) + specifier: ^19.2.0 + version: 19.2.0(react@19.2.0) react-error-boundary: specifier: ^6.0.0 - version: 6.0.0(react@19.1.1) + version: 6.0.0(react@19.2.0) react-router-dom: specifier: ^6.30.1 - version: 6.30.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 6.30.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) webfontloader: specifier: ^1.6.28 version: 1.6.28 @@ -444,16 +444,16 @@ importers: version: 7.27.1(@babel/core@7.28.4) '@pigment-css/vite-plugin': specifier: 0.0.30 - version: 0.0.30(@types/react@19.1.13)(react@19.1.1)(typescript@5.9.3)(vite@7.1.9(@types/node@20.19.19)(jiti@2.6.1)(lightningcss@1.30.1)(terser@5.39.0)(tsx@4.20.4)(yaml@2.8.0)) + version: 0.0.30(@types/react@19.2.2)(react@19.2.0)(typescript@5.9.3)(vite@7.1.9(@types/node@20.19.19)(jiti@2.6.1)(lightningcss@1.30.1)(terser@5.39.0)(tsx@4.20.4)(yaml@2.8.0)) '@testing-library/react': specifier: ^16.3.0 - version: 16.3.0(@testing-library/dom@10.4.1)(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 16.3.0(@testing-library/dom@10.4.1)(@types/react-dom@19.2.1(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 '@types/react-dom': - specifier: ^19.1.9 - version: 19.1.9(@types/react@19.1.13) + specifier: ^19.2.1 + version: 19.2.1(@types/react@19.2.2) '@types/webfontloader': specifier: ^1.6.38 version: 1.6.38 @@ -486,19 +486,19 @@ importers: version: 7.28.4 '@docsearch/react': specifier: ^3.9.0 - version: 3.9.0(@algolia/client-search@5.18.0)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(search-insights@2.13.0) + version: 3.9.0(@algolia/client-search@5.18.0)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(search-insights@2.13.0) '@emotion/cache': specifier: ^11.14.0 version: 11.14.0 '@emotion/react': specifier: ^11.14.0 - version: 11.14.0(@types/react@19.1.13)(react@19.1.1) + version: 11.14.0(@types/react@19.2.2)(react@19.2.0) '@emotion/server': specifier: ^11.11.0 version: 11.11.0(@emotion/css@11.13.4) '@emotion/styled': specifier: ^11.14.1 - version: 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + version: 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) '@fortawesome/fontawesome-svg-core': specifier: ^6.7.2 version: 6.7.2 @@ -507,10 +507,10 @@ importers: version: 6.7.2 '@fortawesome/react-fontawesome': specifier: ^0.2.6 - version: 0.2.6(@fortawesome/fontawesome-svg-core@6.7.2)(react@19.1.1) + version: 0.2.6(@fortawesome/fontawesome-svg-core@6.7.2)(react@19.2.0) '@mui/base': specifier: 5.0.0-beta.70 - version: 5.0.0-beta.70(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 5.0.0-beta.70(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/docs': specifier: workspace:^ version: link:../packages/mui-docs/build @@ -549,37 +549,37 @@ importers: version: link:../packages/mui-utils/build '@mui/x-charts': specifier: 8.13.1 - version: 8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/x-data-grid': specifier: 8.13.1 - version: 8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/x-data-grid-generator': specifier: 8.13.1 - version: 8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/x-data-grid-premium': specifier: 8.13.1 - version: 8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/x-data-grid-pro': specifier: 8.13.1 - version: 8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/x-date-pickers': specifier: 8.12.0 - version: 8.12.0(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(date-fns@2.30.0)(dayjs@1.11.18)(luxon@3.6.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 8.12.0(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(date-fns@2.30.0)(dayjs@1.11.18)(luxon@3.6.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/x-date-pickers-pro': specifier: 8.12.0 - version: 8.12.0(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(date-fns@2.30.0)(dayjs@1.11.18)(luxon@3.6.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 8.12.0(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(date-fns@2.30.0)(dayjs@1.11.18)(luxon@3.6.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/x-license': specifier: 8.12.0 - version: 8.12.0(@types/react@19.1.13)(react@19.1.1) + version: 8.12.0(@types/react@19.2.2)(react@19.2.0) '@mui/x-tree-view': specifier: 8.13.1 - version: 8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@popperjs/core': specifier: ^2.11.8 version: 2.11.8 '@react-spring/web': specifier: ^10.0.3 - version: 10.0.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 10.0.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@tailwindcss/postcss': specifier: ^4.1.14 version: 4.1.14 @@ -654,16 +654,16 @@ importers: version: 1.5.0 markdown-to-jsx: specifier: ^7.7.13 - version: 7.7.13(react@19.1.1) + version: 7.7.13(react@19.2.0) material-ui-popup-state: specifier: ^5.3.6 - version: 5.3.6(@mui/material@packages+mui-material+build)(@types/react@19.1.13)(react@19.1.1) + version: 5.3.6(@mui/material@packages+mui-material+build)(@types/react@19.2.2)(react@19.2.0) next: specifier: ^15.5.4 - version: 15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) notistack: specifier: 3.0.2 - version: 3.0.2(csstype@3.1.3)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 3.0.2(csstype@3.1.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) nprogress: specifier: ^0.2.0 version: 0.2.0 @@ -677,62 +677,62 @@ importers: specifier: ^15.8.1 version: 15.8.1 react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 react-dom: - specifier: ^19.1.1 - version: 19.1.1(react@19.1.1) + specifier: ^19.2.0 + version: 19.2.0(react@19.2.0) react-draggable: specifier: ^4.5.0 - version: 4.5.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 4.5.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react-final-form: specifier: ^7.0.0 - version: 7.0.0(final-form@5.0.0)(react@19.1.1) + version: 7.0.0(final-form@5.0.0)(react@19.2.0) react-imask: specifier: ^7.6.1 - version: 7.6.1(react@19.1.1) + version: 7.6.1(react@19.2.0) react-intersection-observer: specifier: ^9.16.0 - version: 9.16.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 9.16.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react-is: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 react-number-format: specifier: ^5.4.4 - version: 5.4.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 5.4.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react-router: specifier: ^7.9.3 - version: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 7.9.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react-runner: specifier: ^1.0.5 - version: 1.0.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 1.0.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react-simple-code-editor: specifier: ^0.14.1 - version: 0.14.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 0.14.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react-swipeable-views: specifier: ^0.14.1 - version: 0.14.1(react@19.1.1) + version: 0.14.1(react@19.2.0) react-transition-group: specifier: ^4.4.5 - version: 4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 4.4.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react-virtuoso: specifier: ^4.14.1 - version: 4.14.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 4.14.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react-window: specifier: ^1.8.11 - version: 1.8.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 1.8.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0) rimraf: specifier: ^6.0.1 version: 6.0.1 styled-components: specifier: ^6.1.19 - version: 6.1.19(patch_hash=383c648dfdb5dfc82fbe414d54027d8c982a01c6320370f0ecfdb387e753c09f)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 6.1.19(patch_hash=383c648dfdb5dfc82fbe414d54027d8c982a01c6320370f0ecfdb387e753c09f)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) stylis: specifier: 4.2.0 version: 4.2.0 use-count-up: specifier: ^3.0.1 - version: 3.0.1(react@19.1.1) + version: 3.0.1(react@19.2.0) webpack-bundle-analyzer: specifier: ^4.10.2 version: 4.10.2 @@ -789,17 +789,17 @@ importers: specifier: ^15.7.15 version: 15.7.15 '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 '@types/react-dom': - specifier: ^19.1.9 - version: 19.1.9(@types/react@19.1.13) + specifier: ^19.2.1 + version: 19.2.1(@types/react@19.2.2) '@types/react-swipeable-views': specifier: ^0.13.6 version: 0.13.6 '@types/react-transition-group': specifier: ^4.4.12 - version: 4.4.12(@types/react@19.1.13) + version: 4.4.12(@types/react@19.2.2) '@types/react-window': specifier: ^1.8.8 version: 1.8.8 @@ -883,8 +883,8 @@ importers: specifier: ^20.19.19 version: 20.19.19 '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 '@types/uuid': specifier: ^10.0.0 version: 10.0.0 @@ -920,13 +920,13 @@ importers: version: 11.14.0 '@emotion/react': specifier: ^11.14.0 - version: 11.14.0(@types/react@19.1.13)(react@19.1.1) + version: 11.14.0(@types/react@19.2.2)(react@19.2.0) '@testing-library/dom': specifier: ^10.4.1 version: 10.4.1 '@testing-library/react': specifier: ^16.3.0 - version: 16.3.0(@testing-library/dom@10.4.1)(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 16.3.0(@testing-library/dom@10.4.1)(@types/react-dom@19.2.1(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@testing-library/user-event': specifier: ^14.6.1 version: 14.6.1(@testing-library/dom@10.4.1) @@ -956,10 +956,10 @@ importers: version: 15.8.1 react: specifier: ^18.0.0 || ^19.0.0 - version: 19.1.1 + version: 19.2.0 react-dom: specifier: ^18.0.0 || ^19.0.0 - version: 19.1.1(react@19.1.1) + version: 19.2.0(react@19.2.0) sinon: specifier: ^21.0.0 version: 21.0.0 @@ -980,11 +980,11 @@ importers: specifier: ^15.7.15 version: 15.7.15 '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 '@types/react-dom': - specifier: ^19.1.9 - version: 19.1.9(@types/react@19.1.13) + specifier: ^19.2.1 + version: 19.2.1(@types/react@19.2.2) '@types/sinon': specifier: ^17.0.4 version: 17.0.4 @@ -1162,10 +1162,10 @@ importers: devDependencies: '@material-ui/core': specifier: ^4.12.4 - version: 4.12.4(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 4.12.4(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/material-v5': specifier: npm:@mui/material@5.17.1 - version: '@mui/material@5.17.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)' + version: '@mui/material@5.17.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)' '@types/chai': specifier: ^4.3.20 version: 4.3.20 @@ -1186,13 +1186,13 @@ importers: version: 7.28.4 '@mui/base': specifier: ^5.0.0 || ^5.0.0-beta || ^7.0.0 || ^7.0.0-beta - version: 5.0.0-beta.70(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 5.0.0-beta.70(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/internal-markdown': specifier: workspace:^ version: link:../markdown '@mui/system': specifier: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^7.0.0-beta - version: 6.4.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + version: 6.4.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) chai: specifier: ^6.0.1 version: 6.0.1 @@ -1228,14 +1228,14 @@ importers: specifier: ^15.7.15 version: 15.7.15 '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 next: specifier: ^15.5.4 - version: 15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 publishDirectory: build packages/mui-envinfo: @@ -1256,29 +1256,29 @@ importers: dependencies: '@emotion/react': specifier: ^11.14.0 - version: 11.14.0(@types/react@19.1.13)(react@19.1.1) + version: 11.14.0(@types/react@19.2.2)(react@19.2.0) '@emotion/styled': specifier: ^11.14.1 - version: 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + version: 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) '@mui/base': specifier: 5.0.0-beta.30 - version: 5.0.0-beta.30(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 5.0.0-beta.30(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/joy': specifier: 5.0.0-beta.22 - version: 5.0.0-beta.22(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 5.0.0-beta.22(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/material': specifier: 5.15.4 - version: 5.15.4(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 5.15.4(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react: specifier: ^19.1.1 - version: 19.1.1 + version: 19.2.0 react-dom: specifier: ^19.1.1 - version: 19.1.1(react@19.1.1) + version: 19.2.0(react@19.2.0) devDependencies: '@types/react': specifier: ^19.1.9 - version: 19.1.13 + version: 19.2.2 packages/mui-icons-material: dependencies: @@ -1299,8 +1299,8 @@ importers: specifier: ^4.3.20 version: 4.3.20 '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 chai: specifier: ^6.0.1 version: 6.0.1 @@ -1320,8 +1320,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 rimraf: specifier: ^6.0.1 version: 6.0.1 @@ -1343,13 +1343,13 @@ importers: version: 7.28.4 '@emotion/react': specifier: ^11.5.0 - version: 11.14.0(@types/react@19.1.13)(react@19.1.1) + version: 11.14.0(@types/react@19.2.2)(react@19.2.0) '@emotion/styled': specifier: ^11.3.0 - version: 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + version: 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) '@mui/base': specifier: 7.0.0-beta.4 - version: 7.0.0-beta.4(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 7.0.0-beta.4(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/core-downloads-tracker': specifier: workspace:^ version: link:../mui-core-downloads-tracker @@ -1382,11 +1382,11 @@ importers: specifier: ^15.7.15 version: 15.7.15 '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 '@types/react-dom': - specifier: ^19.1.9 - version: 19.1.9(@types/react@19.1.13) + specifier: ^19.2.1 + version: 19.2.1(@types/react@19.2.2) '@types/sinon': specifier: ^17.0.4 version: 17.0.4 @@ -1401,13 +1401,13 @@ importers: version: 3.3.3 next: specifier: ^15.5.4 - version: 15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 react-dom: - specifier: ^19.1.1 - version: 19.1.1(react@19.1.1) + specifier: ^19.2.0 + version: 19.2.0(react@19.2.0) sinon: specifier: ^21.0.0 version: 21.0.0 @@ -1420,10 +1420,10 @@ importers: version: 7.28.4 '@emotion/react': specifier: ^11.5.0 - version: 11.14.0(@types/react@19.1.13)(react@19.1.1) + version: 11.14.0(@types/react@19.2.2)(react@19.2.0) '@emotion/styled': specifier: ^11.3.0 - version: 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + version: 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) '@mui/material-pigment-css': specifier: workspace:^ version: link:../mui-material-pigment-css/build @@ -1456,11 +1456,11 @@ importers: specifier: ^15.7.15 version: 15.7.15 '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 '@types/react-dom': - specifier: ^19.1.9 - version: 19.1.9(@types/react@19.1.13) + specifier: ^19.2.1 + version: 19.2.1(@types/react@19.2.2) '@types/sinon': specifier: ^17.0.4 version: 17.0.4 @@ -1468,11 +1468,11 @@ importers: specifier: ^6.0.1 version: 6.0.1 react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 react-dom: - specifier: ^19.1.1 - version: 19.1.1(react@19.1.1) + specifier: ^19.2.0 + version: 19.2.0(react@19.2.0) sinon: specifier: ^21.0.0 version: 21.0.0 @@ -1485,10 +1485,10 @@ importers: version: 7.28.4 '@emotion/react': specifier: ^11.5.0 - version: 11.14.0(@types/react@19.1.13)(react@19.1.1) + version: 11.14.0(@types/react@19.2.2)(react@19.2.0) '@emotion/styled': specifier: ^11.3.0 - version: 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + version: 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) '@mui/core-downloads-tracker': specifier: workspace:^ version: link:../mui-core-downloads-tracker @@ -1509,7 +1509,7 @@ importers: version: 2.11.8 '@types/react-transition-group': specifier: ^4.4.12 - version: 4.4.12(@types/react@19.1.13) + version: 4.4.12(@types/react@19.2.2) clsx: specifier: ^2.1.1 version: 2.1.1 @@ -1520,11 +1520,11 @@ importers: specifier: ^15.8.1 version: 15.8.1 react-is: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 react-transition-group: specifier: ^4.4.5 - version: 4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 4.4.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) devDependencies: '@mui/internal-test-utils': specifier: workspace:^ @@ -1542,11 +1542,11 @@ importers: specifier: ^15.7.15 version: 15.7.15 '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 '@types/react-dom': - specifier: ^19.1.9 - version: 19.1.9(@types/react@19.1.13) + specifier: ^19.2.1 + version: 19.2.1(@types/react@19.2.2) '@types/sinon': specifier: ^17.0.4 version: 17.0.4 @@ -1563,14 +1563,14 @@ importers: specifier: ^3.3.3 version: 3.3.3 react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 react-dom: - specifier: ^19.1.1 - version: 19.1.1(react@19.1.1) + specifier: ^19.2.0 + version: 19.2.0(react@19.2.0) react-router: specifier: ^7.9.3 - version: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 7.9.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) sinon: specifier: ^21.0.0 version: 21.0.0 @@ -1587,19 +1587,19 @@ importers: version: 11.14.0 '@emotion/react': specifier: ^11.14.0 - version: 11.14.0(@types/react@19.1.13)(react@19.1.1) + version: 11.14.0(@types/react@19.2.2)(react@19.2.0) '@emotion/server': specifier: ^11.11.0 version: 11.11.0(@emotion/css@11.13.4) '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 next: specifier: ^15.5.4 - version: 15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 publishDirectory: build packages/mui-material-pigment-css: @@ -1612,11 +1612,11 @@ importers: version: link:../mui-system/build '@pigment-css/react': specifier: 0.0.30 - version: 0.0.30(@types/react@19.1.13)(react@19.1.1)(typescript@5.9.3) + version: 0.0.30(@types/react@19.2.2)(react@19.2.0)(typescript@5.9.3) devDependencies: react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 publishDirectory: build packages/mui-private-theming: @@ -1641,14 +1641,14 @@ importers: specifier: ^4.3.20 version: 4.3.20 '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 chai: specifier: ^6.0.1 version: 6.0.1 react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 publishDirectory: build packages/mui-styled-engine: @@ -1674,10 +1674,10 @@ importers: devDependencies: '@emotion/react': specifier: ^11.14.0 - version: 11.14.0(@types/react@19.1.13)(react@19.1.1) + version: 11.14.0(@types/react@19.2.2)(react@19.2.0) '@emotion/styled': specifier: ^11.14.1 - version: 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + version: 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) '@mui/internal-test-utils': specifier: workspace:^ version: link:../../packages-internal/test-utils @@ -1688,14 +1688,14 @@ importers: specifier: ^4.3.20 version: 4.3.20 '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 chai: specifier: ^6.0.1 version: 6.0.1 react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 publishDirectory: build packages/mui-styled-engine-sc: @@ -1705,7 +1705,7 @@ importers: version: 7.28.4 '@types/hoist-non-react-statics': specifier: ^3.3.7 - version: 3.3.7(@types/react@19.1.13) + version: 3.3.7(@types/react@19.2.2) csstype: specifier: ^3.1.3 version: 3.1.3 @@ -1723,17 +1723,17 @@ importers: specifier: ^4.3.20 version: 4.3.20 '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 chai: specifier: ^6.0.1 version: 6.0.1 react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 styled-components: specifier: ^6.1.19 - version: 6.1.19(patch_hash=383c648dfdb5dfc82fbe414d54027d8c982a01c6320370f0ecfdb387e753c09f)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 6.1.19(patch_hash=383c648dfdb5dfc82fbe414d54027d8c982a01c6320370f0ecfdb387e753c09f)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) publishDirectory: build packages/mui-stylis-plugin-rtl: @@ -1803,10 +1803,10 @@ importers: devDependencies: '@emotion/react': specifier: ^11.14.0 - version: 11.14.0(@types/react@19.1.13)(react@19.1.1) + version: 11.14.0(@types/react@19.2.2)(react@19.2.0) '@emotion/styled': specifier: ^11.14.1 - version: 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + version: 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) '@mui/internal-test-utils': specifier: workspace:^ version: link:../../packages-internal/test-utils @@ -1820,8 +1820,8 @@ importers: specifier: ^15.7.15 version: 15.7.15 '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 '@types/sinon': specifier: ^17.0.4 version: 17.0.4 @@ -1835,14 +1835,14 @@ importers: specifier: ^3.3.3 version: 3.3.3 react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 sinon: specifier: ^21.0.0 version: 21.0.0 styled-components: specifier: ^6.1.19 - version: 6.1.19(patch_hash=383c648dfdb5dfc82fbe414d54027d8c982a01c6320370f0ecfdb387e753c09f)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 6.1.19(patch_hash=383c648dfdb5dfc82fbe414d54027d8c982a01c6320370f0ecfdb387e753c09f)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) publishDirectory: build packages/mui-types: @@ -1855,8 +1855,8 @@ importers: specifier: workspace:* version: link:build '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 publishDirectory: build packages/mui-utils: @@ -1877,8 +1877,8 @@ importers: specifier: ^15.8.1 version: 15.8.1 react-is: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 devDependencies: '@mui/internal-test-utils': specifier: workspace:^ @@ -1893,14 +1893,14 @@ importers: specifier: ^20.19.19 version: 20.19.19 '@types/react': - specifier: ^19.1.13 - version: 19.1.13 + specifier: ^19.2.2 + version: 19.2.2 '@types/react-dom': - specifier: ^19.1.9 - version: 19.1.9(@types/react@19.1.13) + specifier: ^19.2.1 + version: 19.2.1(@types/react@19.2.2) '@types/react-is': - specifier: ^19.0.0 - version: 19.0.0 + specifier: ^19.2.0 + version: 19.2.0 '@types/sinon': specifier: ^17.0.4 version: 17.0.4 @@ -1908,11 +1908,11 @@ importers: specifier: ^6.0.1 version: 6.0.1 react: - specifier: ^19.1.1 - version: 19.1.1 + specifier: ^19.2.0 + version: 19.2.0 react-dom: - specifier: ^19.1.1 - version: 19.1.1(react@19.1.1) + specifier: ^19.2.0 + version: 19.2.0(react@19.2.0) sinon: specifier: ^21.0.0 version: 21.0.0 @@ -1930,7 +1930,7 @@ importers: dependencies: '@react-spring/web': specifier: ^10.0.1 - version: 10.0.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 10.0.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) devDependencies: '@babel/runtime': specifier: ^7.28.4 @@ -1940,10 +1940,10 @@ importers: version: 11.14.0 '@emotion/react': specifier: ^11.14.0 - version: 11.14.0(@types/react@19.1.13)(react@19.1.1) + version: 11.14.0(@types/react@19.2.2)(react@19.2.0) '@mui/base': specifier: 5.0.0-beta.70 - version: 5.0.0-beta.70(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 5.0.0-beta.70(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/icons-material': specifier: workspace:^ version: link:../packages/mui-icons-material/build @@ -1979,10 +1979,10 @@ importers: version: 4.3.20 '@types/react': specifier: ^19.1.9 - version: 19.1.13 + version: 19.2.2 '@types/react-is': specifier: ^19.0.0 - version: 19.0.0 + version: 19.2.0 '@types/sinon': specifier: ^17.0.4 version: 17.0.4 @@ -2006,25 +2006,25 @@ importers: version: 15.8.1 react: specifier: ^19.1.1 - version: 19.1.1 + version: 19.2.0 react-dom: specifier: ^19.1.1 - version: 19.1.1(react@19.1.1) + version: 19.2.0(react@19.2.0) react-is: specifier: ^19.1.1 - version: 19.1.1 + version: 19.2.0 react-router: specifier: ^7.5.1 - version: 7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 7.9.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react-window: specifier: ^1.8.11 - version: 1.8.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 1.8.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0) sinon: specifier: ^21.0.0 version: 21.0.0 styled-components: specifier: ^6.1.19 - version: 6.1.19(patch_hash=383c648dfdb5dfc82fbe414d54027d8c982a01c6320370f0ecfdb387e753c09f)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 6.1.19(patch_hash=383c648dfdb5dfc82fbe414d54027d8c982a01c6320370f0ecfdb387e753c09f)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) stylis: specifier: 4.2.0 version: 4.2.0 @@ -5493,13 +5493,13 @@ packages: '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} - '@types/react-dom@19.1.9': - resolution: {integrity: sha512-qXRuZaOsAdXKFyOhRBg6Lqqc0yay13vN7KrIg4L7N4aaHN68ma9OK3NE1BoDFgFOTfM7zg+3/8+2n8rLUH3OKQ==} + '@types/react-dom@19.2.1': + resolution: {integrity: sha512-/EEvYBdT3BflCWvTMO7YkYBHVE9Ci6XdqZciZANQgKpaiDRGOLIlRo91jbTNRQjgPFWVaRxcYc0luVNFitz57A==} peerDependencies: - '@types/react': ^19.0.0 + '@types/react': ^19.2.0 - '@types/react-is@19.0.0': - resolution: {integrity: sha512-71dSZeeJ0t3aoPyY9x6i+JNSvg5m9EF2i2OlSZI5QoJuI8Ocgor610i+4A10TQmURR+0vLwcVCEYFpXdzM1Biw==} + '@types/react-is@19.2.0': + resolution: {integrity: sha512-NP2xtcjZfORsOa4g2JwdseyEnF+wUCx25fTdG/J/HIY6yKga6+NozRBg2xR2gyh7kKYyd6DXndbq0YbQuTJ7Ew==} '@types/react-swipeable-views@0.13.6': resolution: {integrity: sha512-Pe9TxRRo098Lxi59YQ8KWVuyBOvt9nJK5AtAqGiRsnl+6PXLknuiLhg0+mGuM9Bn+nun+Ed65Kb1Yl171vCdyA==} @@ -5512,8 +5512,8 @@ packages: '@types/react-window@1.8.8': resolution: {integrity: sha512-8Ls660bHR1AUA2kuRvVG9D/4XpRC6wjAaPT9dil7Ckc76eP9TKWZwwmgfq8Q1LANX3QNDnoU4Zp48A3w+zK69Q==} - '@types/react@19.1.13': - resolution: {integrity: sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ==} + '@types/react@19.2.2': + resolution: {integrity: sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==} '@types/retry@0.12.0': resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -11093,10 +11093,10 @@ packages: engines: {node: '>=8.10.0'} hasBin: true - react-dom@19.1.1: - resolution: {integrity: sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==} + react-dom@19.2.0: + resolution: {integrity: sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==} peerDependencies: - react: ^19.1.1 + react: ^19.2.0 react-draggable@4.5.0: resolution: {integrity: sha512-VC+HBLEZ0XJxnOxVAZsdRi8rD04Iz3SiiKOoYzamjylUcju/hP9np/aZdLHf/7WOD268WMoNJMvYfB5yAK45cw==} @@ -11144,8 +11144,8 @@ packages: react-is@18.3.1: resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} - react-is@19.1.1: - resolution: {integrity: sha512-tr41fA15Vn8p4X9ntI+yCyeGSf1TlYaY5vlTZfQmeLBrFo3psOPX6HhTDnFNL9uj3EhP0KAQ80cugCl4b4BERA==} + react-is@19.2.0: + resolution: {integrity: sha512-x3Ax3kNSMIIkyVYhWPyO09bu0uttcAIoecO/um/rKGQ4EltYWVYtyiGkS/3xMynrbVQdS69Jhlv8FXUEZehlzA==} react-number-format@5.4.4: resolution: {integrity: sha512-wOmoNZoOpvMminhifQYiYSTCLUDOiUbBunrMrMjA+dV52sY+vck1S4UhR6PkgnoCquvvMSeJjErXZ4qSaWCliA==} @@ -11229,8 +11229,8 @@ packages: react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react@19.1.1: - resolution: {integrity: sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==} + react@19.2.0: + resolution: {integrity: sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==} engines: {node: '>=0.10.0'} read-cache@1.0.0: @@ -11572,8 +11572,8 @@ packages: resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} engines: {node: '>=v12.22.7'} - scheduler@0.26.0: - resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==} + scheduler@0.27.0: + resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} schema-utils@4.3.2: resolution: {integrity: sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==} @@ -14623,16 +14623,16 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 - '@base-ui-components/utils@0.1.1(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@base-ui-components/utils@0.1.1(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 '@floating-ui/utils': 0.2.10 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) reselect: 5.1.1 - use-sync-external-store: 1.5.0(react@19.1.1) + use-sync-external-store: 1.5.0(react@19.2.0) optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 '@bcoe/v8-coverage@0.2.3': {} @@ -14706,16 +14706,16 @@ snapshots: '@docsearch/css@3.9.0': {} - '@docsearch/react@3.9.0(@algolia/client-search@5.18.0)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(search-insights@2.13.0)': + '@docsearch/react@3.9.0(@algolia/client-search@5.18.0)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(search-insights@2.13.0)': dependencies: '@algolia/autocomplete-core': 1.17.9(@algolia/client-search@5.18.0)(algoliasearch@5.18.0)(search-insights@2.13.0) '@algolia/autocomplete-preset-algolia': 1.17.9(@algolia/client-search@5.18.0)(algoliasearch@5.18.0) '@docsearch/css': 3.9.0 algoliasearch: 5.18.0 optionalDependencies: - '@types/react': 19.1.13 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@types/react': 19.2.2 + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) search-insights: 2.13.0 transitivePeerDependencies: - '@algolia/client-search' @@ -14785,19 +14785,19 @@ snapshots: '@emotion/memoize@0.9.0': {} - '@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1)': + '@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 '@emotion/babel-plugin': 11.13.5 '@emotion/cache': 11.14.0 '@emotion/serialize': 1.3.3 - '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.1.1) + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.2.0) '@emotion/utils': 1.4.2 '@emotion/weak-memoize': 0.4.0 hoist-non-react-statics: 3.3.2 - react: 19.1.1 + react: 19.2.0 optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 transitivePeerDependencies: - supports-color @@ -14820,18 +14820,18 @@ snapshots: '@emotion/sheet@1.4.0': {} - '@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1)': + '@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 '@emotion/babel-plugin': 11.13.5 '@emotion/is-prop-valid': 1.3.1 - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) '@emotion/serialize': 1.3.3 - '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.1.1) + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.2.0) '@emotion/utils': 1.4.2 - react: 19.1.1 + react: 19.2.0 optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 transitivePeerDependencies: - supports-color @@ -14839,9 +14839,9 @@ snapshots: '@emotion/unitless@0.8.1': {} - '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@19.1.1)': + '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@19.2.0)': dependencies: - react: 19.1.1 + react: 19.2.0 '@emotion/utils@1.4.2': {} @@ -15014,11 +15014,11 @@ snapshots: '@floating-ui/core': 1.6.9 '@floating-ui/utils': 0.2.10 - '@floating-ui/react-dom@2.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@floating-ui/react-dom@2.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@floating-ui/dom': 1.6.13 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) '@floating-ui/utils@0.2.10': {} @@ -15032,11 +15032,11 @@ snapshots: dependencies: '@fortawesome/fontawesome-common-types': 6.7.2 - '@fortawesome/react-fontawesome@0.2.6(@fortawesome/fontawesome-svg-core@6.7.2)(react@19.1.1)': + '@fortawesome/react-fontawesome@0.2.6(@fortawesome/fontawesome-svg-core@6.7.2)(react@19.2.0)': dependencies: '@fortawesome/fontawesome-svg-core': 6.7.2 prop-types: 15.8.1 - react: 19.1.1 + react: 19.2.0 '@gitbeaker/core@38.12.1': dependencies: @@ -15344,31 +15344,31 @@ snapshots: - encoding - supports-color - '@material-ui/core@4.12.4(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@material-ui/core@4.12.4(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@material-ui/styles': 4.11.5(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@material-ui/system': 4.12.2(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@material-ui/types': 5.1.0(@types/react@19.1.13) - '@material-ui/utils': 4.11.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@types/react-transition-group': 4.4.12(@types/react@19.1.13) + '@material-ui/styles': 4.11.5(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@material-ui/system': 4.12.2(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@material-ui/types': 5.1.0(@types/react@19.2.2) + '@material-ui/utils': 4.11.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@types/react-transition-group': 4.4.12(@types/react@19.2.2) clsx: 1.2.1 hoist-non-react-statics: 3.3.2 popper.js: 1.16.1-lts prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) react-is: 17.0.2 - react-transition-group: 4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-transition-group: 4.4.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 - '@material-ui/styles@4.11.5(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@material-ui/styles@4.11.5(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 '@emotion/hash': 0.8.0 - '@material-ui/types': 5.1.0(@types/react@19.1.13) - '@material-ui/utils': 4.11.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@material-ui/types': 5.1.0(@types/react@19.2.2) + '@material-ui/utils': 4.11.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) clsx: 1.2.1 csstype: 2.6.21 hoist-non-react-statics: 3.3.2 @@ -15381,32 +15381,32 @@ snapshots: jss-plugin-rule-value-function: 10.10.0 jss-plugin-vendor-prefixer: 10.10.0 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 - '@material-ui/system@4.12.2(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@material-ui/system@4.12.2(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@material-ui/utils': 4.11.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@material-ui/utils': 4.11.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) csstype: 2.6.21 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 - '@material-ui/types@5.1.0(@types/react@19.1.13)': + '@material-ui/types@5.1.0(@types/react@19.2.2)': optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 - '@material-ui/utils@4.11.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@material-ui/utils@4.11.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) react-is: 17.0.2 '@mswjs/interceptors@0.37.6': @@ -15419,61 +15419,61 @@ snapshots: strict-event-emitter: 0.5.1 optional: true - '@mui/base@5.0.0-beta.30(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mui/base@5.0.0-beta.30(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@floating-ui/react-dom': 2.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@mui/types': 7.4.6(@types/react@19.1.13) - '@mui/utils': 5.17.1(@types/react@19.1.13)(react@19.1.1) + '@floating-ui/react-dom': 2.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@mui/types': 7.4.6(@types/react@19.2.2) + '@mui/utils': 5.17.1(@types/react@19.2.2)(react@19.2.0) '@popperjs/core': 2.11.8 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 - '@mui/base@5.0.0-beta.31(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mui/base@5.0.0-beta.31(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@floating-ui/react-dom': 2.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@mui/types': 7.4.6(@types/react@19.1.13) - '@mui/utils': 5.17.1(@types/react@19.1.13)(react@19.1.1) + '@floating-ui/react-dom': 2.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@mui/types': 7.4.6(@types/react@19.2.2) + '@mui/utils': 5.17.1(@types/react@19.2.2)(react@19.2.0) '@popperjs/core': 2.11.8 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 - '@mui/base@5.0.0-beta.70(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mui/base@5.0.0-beta.70(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@floating-ui/react-dom': 2.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@mui/types': 7.2.24(@types/react@19.1.13) - '@mui/utils': 6.4.8(@types/react@19.1.13)(react@19.1.1) + '@floating-ui/react-dom': 2.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@mui/types': 7.2.24(@types/react@19.2.2) + '@mui/utils': 6.4.8(@types/react@19.2.2)(react@19.2.0) '@popperjs/core': 2.11.8 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 - '@mui/base@7.0.0-beta.4(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mui/base@7.0.0-beta.4(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@floating-ui/react-dom': 2.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@mui/types': 7.4.6(@types/react@19.1.13) - '@mui/utils': 7.3.2(@types/react@19.1.13)(react@19.1.1) + '@floating-ui/react-dom': 2.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@mui/types': 7.4.6(@types/react@19.2.2) + '@mui/utils': 7.3.2(@types/react@19.2.2)(react@19.2.0) '@popperjs/core': 2.11.8 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 '@mui/core-downloads-tracker@5.18.0': {} @@ -15590,96 +15590,96 @@ snapshots: '@mui/internal-netlify-cache@0.0.2-canary.0': {} - '@mui/joy@5.0.0-beta.22(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mui/joy@5.0.0-beta.22(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@mui/base': 5.0.0-beta.31(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@mui/base': 5.0.0-beta.31(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/core-downloads-tracker': 5.18.0 - '@mui/system': 5.18.0(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) - '@mui/types': 7.4.6(@types/react@19.1.13) - '@mui/utils': 5.17.1(@types/react@19.1.13)(react@19.1.1) + '@mui/system': 5.18.0(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) + '@mui/types': 7.4.6(@types/react@19.2.2) + '@mui/utils': 5.17.1(@types/react@19.2.2)(react@19.2.0) clsx: 2.1.1 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) optionalDependencies: - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) - '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) - '@types/react': 19.1.13 + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) + '@types/react': 19.2.2 - '@mui/material@5.15.4(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mui/material@5.15.4(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@mui/base': 5.0.0-beta.31(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@mui/base': 5.0.0-beta.31(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/core-downloads-tracker': 5.18.0 - '@mui/system': 5.18.0(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) - '@mui/types': 7.4.6(@types/react@19.1.13) - '@mui/utils': 5.17.1(@types/react@19.1.13)(react@19.1.1) - '@types/react-transition-group': 4.4.12(@types/react@19.1.13) + '@mui/system': 5.18.0(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) + '@mui/types': 7.4.6(@types/react@19.2.2) + '@mui/utils': 5.17.1(@types/react@19.2.2)(react@19.2.0) + '@types/react-transition-group': 4.4.12(@types/react@19.2.2) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) react-is: 18.3.1 - react-transition-group: 4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-transition-group: 4.4.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) optionalDependencies: - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) - '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) - '@types/react': 19.1.13 + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) + '@types/react': 19.2.2 - '@mui/material@5.17.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mui/material@5.17.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 '@mui/core-downloads-tracker': 5.18.0 - '@mui/system': 5.18.0(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) - '@mui/types': 7.2.24(@types/react@19.1.13) - '@mui/utils': 5.17.1(@types/react@19.1.13)(react@19.1.1) + '@mui/system': 5.18.0(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) + '@mui/types': 7.2.24(@types/react@19.2.2) + '@mui/utils': 5.17.1(@types/react@19.2.2)(react@19.2.0) '@popperjs/core': 2.11.8 - '@types/react-transition-group': 4.4.12(@types/react@19.1.13) + '@types/react-transition-group': 4.4.12(@types/react@19.2.2) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-is: 19.1.1 - react-transition-group: 4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) + react-is: 19.2.0 + react-transition-group: 4.4.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) optionalDependencies: - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) - '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) - '@types/react': 19.1.13 + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) + '@types/react': 19.2.2 - '@mui/private-theming@5.17.1(@types/react@19.1.13)(react@19.1.1)': + '@mui/private-theming@5.17.1(@types/react@19.2.2)(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@mui/utils': 5.17.1(@types/react@19.1.13)(react@19.1.1) + '@mui/utils': 5.17.1(@types/react@19.2.2)(react@19.2.0) prop-types: 15.8.1 - react: 19.1.1 + react: 19.2.0 optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 - '@mui/private-theming@6.4.8(@types/react@19.1.13)(react@19.1.1)': + '@mui/private-theming@6.4.8(@types/react@19.2.2)(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@mui/utils': 6.4.8(@types/react@19.1.13)(react@19.1.1) + '@mui/utils': 6.4.8(@types/react@19.2.2)(react@19.2.0) prop-types: 15.8.1 - react: 19.1.1 + react: 19.2.0 optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 - '@mui/styled-engine@5.18.0(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(react@19.1.1)': + '@mui/styled-engine@5.18.0(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 '@emotion/cache': 11.14.0 '@emotion/serialize': 1.3.3 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.1.1 + react: 19.2.0 optionalDependencies: - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) - '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) - '@mui/styled-engine@6.4.0(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(react@19.1.1)': + '@mui/styled-engine@6.4.0(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 '@emotion/cache': 11.14.0 @@ -15687,88 +15687,88 @@ snapshots: '@emotion/sheet': 1.4.0 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.1.1 + react: 19.2.0 optionalDependencies: - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) - '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) - '@mui/system@5.18.0(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1)': + '@mui/system@5.18.0(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@mui/private-theming': 5.17.1(@types/react@19.1.13)(react@19.1.1) - '@mui/styled-engine': 5.18.0(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(react@19.1.1) - '@mui/types': 7.2.24(@types/react@19.1.13) - '@mui/utils': 5.17.1(@types/react@19.1.13)(react@19.1.1) + '@mui/private-theming': 5.17.1(@types/react@19.2.2)(react@19.2.0) + '@mui/styled-engine': 5.18.0(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(react@19.2.0) + '@mui/types': 7.2.24(@types/react@19.2.2) + '@mui/utils': 5.17.1(@types/react@19.2.2)(react@19.2.0) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.1.1 + react: 19.2.0 optionalDependencies: - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) - '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) - '@types/react': 19.1.13 + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) + '@types/react': 19.2.2 - '@mui/system@6.4.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1)': + '@mui/system@6.4.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@mui/private-theming': 6.4.8(@types/react@19.1.13)(react@19.1.1) - '@mui/styled-engine': 6.4.0(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(react@19.1.1) - '@mui/types': 7.4.6(@types/react@19.1.13) - '@mui/utils': 6.4.8(@types/react@19.1.13)(react@19.1.1) + '@mui/private-theming': 6.4.8(@types/react@19.2.2)(react@19.2.0) + '@mui/styled-engine': 6.4.0(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(react@19.2.0) + '@mui/types': 7.4.6(@types/react@19.2.2) + '@mui/utils': 6.4.8(@types/react@19.2.2)(react@19.2.0) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 - react: 19.1.1 + react: 19.2.0 optionalDependencies: - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) - '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) - '@types/react': 19.1.13 + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) + '@types/react': 19.2.2 - '@mui/types@7.2.24(@types/react@19.1.13)': + '@mui/types@7.2.24(@types/react@19.2.2)': optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 - '@mui/types@7.4.6(@types/react@19.1.13)': + '@mui/types@7.4.6(@types/react@19.2.2)': dependencies: '@babel/runtime': 7.28.4 optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 - '@mui/utils@5.17.1(@types/react@19.1.13)(react@19.1.1)': + '@mui/utils@5.17.1(@types/react@19.2.2)(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@mui/types': 7.2.24(@types/react@19.1.13) + '@mui/types': 7.2.24(@types/react@19.2.2) '@types/prop-types': 15.7.15 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.1.1 - react-is: 19.1.1 + react: 19.2.0 + react-is: 19.2.0 optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 - '@mui/utils@6.4.8(@types/react@19.1.13)(react@19.1.1)': + '@mui/utils@6.4.8(@types/react@19.2.2)(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@mui/types': 7.2.24(@types/react@19.1.13) + '@mui/types': 7.2.24(@types/react@19.2.2) '@types/prop-types': 15.7.15 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.1.1 - react-is: 19.1.1 + react: 19.2.0 + react-is: 19.2.0 optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 - '@mui/utils@7.3.2(@types/react@19.1.13)(react@19.1.1)': + '@mui/utils@7.3.2(@types/react@19.2.2)(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@mui/types': 7.4.6(@types/react@19.1.13) + '@mui/types': 7.4.6(@types/react@19.2.2) '@types/prop-types': 15.7.15 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.1.1 - react-is: 19.1.1 + react: 19.2.0 + react-is: 19.2.0 optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 '@mui/x-charts-vendor@8.12.0': dependencies: @@ -15792,149 +15792,149 @@ snapshots: delaunator: 5.0.1 robust-predicates: 3.0.2 - '@mui/x-charts@8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mui/x-charts@8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 '@mui/material': link:packages/mui-material/build '@mui/system': link:packages/mui-system/build - '@mui/utils': 7.3.2(@types/react@19.1.13)(react@19.1.1) + '@mui/utils': 7.3.2(@types/react@19.2.2)(react@19.2.0) '@mui/x-charts-vendor': 8.12.0 '@mui/x-internal-gestures': 0.3.2 - '@mui/x-internals': 8.13.1(@types/react@19.1.13)(react@19.1.1) + '@mui/x-internals': 8.13.1(@types/react@19.2.2)(react@19.2.0) bezier-easing: 2.1.0 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) reselect: 5.1.1 - use-sync-external-store: 1.5.0(react@19.1.1) + use-sync-external-store: 1.5.0(react@19.2.0) optionalDependencies: - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) - '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) transitivePeerDependencies: - '@types/react' - '@mui/x-data-grid-generator@8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mui/x-data-grid-generator@8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 '@mui/icons-material': link:packages/mui-icons-material/build '@mui/material': link:packages/mui-material/build - '@mui/x-data-grid': 8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@mui/x-data-grid-premium': 8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@mui/x-data-grid-pro': 8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@mui/x-internals': 8.13.1(@types/react@19.1.13)(react@19.1.1) + '@mui/x-data-grid': 8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@mui/x-data-grid-premium': 8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@mui/x-data-grid-pro': 8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@mui/x-internals': 8.13.1(@types/react@19.2.2)(react@19.2.0) chance: 1.1.13 clsx: 2.1.1 lru-cache: 11.2.2 - react: 19.1.1 + react: 19.2.0 optionalDependencies: - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) - '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) transitivePeerDependencies: - '@mui/system' - '@types/react' - react-dom - '@mui/x-data-grid-premium@8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mui/x-data-grid-premium@8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 '@mui/material': link:packages/mui-material/build '@mui/system': link:packages/mui-system/build - '@mui/utils': 7.3.2(@types/react@19.1.13)(react@19.1.1) - '@mui/x-data-grid': 8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@mui/x-data-grid-pro': 8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@mui/x-internals': 8.13.1(@types/react@19.1.13)(react@19.1.1) - '@mui/x-license': 8.12.0(@types/react@19.1.13)(react@19.1.1) + '@mui/utils': 7.3.2(@types/react@19.2.2)(react@19.2.0) + '@mui/x-data-grid': 8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@mui/x-data-grid-pro': 8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@mui/x-internals': 8.13.1(@types/react@19.2.2)(react@19.2.0) + '@mui/x-license': 8.12.0(@types/react@19.2.2)(react@19.2.0) '@types/format-util': 1.0.4 clsx: 2.1.1 exceljs: 4.4.0 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) optionalDependencies: - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) - '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) transitivePeerDependencies: - '@types/react' - '@mui/x-data-grid-pro@8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mui/x-data-grid-pro@8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 '@mui/material': link:packages/mui-material/build '@mui/system': link:packages/mui-system/build - '@mui/utils': 7.3.2(@types/react@19.1.13)(react@19.1.1) - '@mui/x-data-grid': 8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@mui/x-internals': 8.13.1(@types/react@19.1.13)(react@19.1.1) - '@mui/x-license': 8.12.0(@types/react@19.1.13)(react@19.1.1) + '@mui/utils': 7.3.2(@types/react@19.2.2)(react@19.2.0) + '@mui/x-data-grid': 8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@mui/x-internals': 8.13.1(@types/react@19.2.2)(react@19.2.0) + '@mui/x-license': 8.12.0(@types/react@19.2.2)(react@19.2.0) '@types/format-util': 1.0.4 clsx: 2.1.1 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) optionalDependencies: - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) - '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) transitivePeerDependencies: - '@types/react' - '@mui/x-data-grid@8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mui/x-data-grid@8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 '@mui/material': link:packages/mui-material/build '@mui/system': link:packages/mui-system/build - '@mui/utils': 7.3.2(@types/react@19.1.13)(react@19.1.1) - '@mui/x-internals': 8.13.1(@types/react@19.1.13)(react@19.1.1) - '@mui/x-virtualizer': 0.2.2(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@mui/utils': 7.3.2(@types/react@19.2.2)(react@19.2.0) + '@mui/x-internals': 8.13.1(@types/react@19.2.2)(react@19.2.0) + '@mui/x-virtualizer': 0.2.2(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) clsx: 2.1.1 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - use-sync-external-store: 1.5.0(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) + use-sync-external-store: 1.5.0(react@19.2.0) optionalDependencies: - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) - '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) transitivePeerDependencies: - '@types/react' - '@mui/x-date-pickers-pro@8.12.0(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(date-fns@2.30.0)(dayjs@1.11.18)(luxon@3.6.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mui/x-date-pickers-pro@8.12.0(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(date-fns@2.30.0)(dayjs@1.11.18)(luxon@3.6.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 '@mui/material': link:packages/mui-material/build '@mui/system': link:packages/mui-system/build - '@mui/utils': 7.3.2(@types/react@19.1.13)(react@19.1.1) - '@mui/x-date-pickers': 8.12.0(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(date-fns@2.30.0)(dayjs@1.11.18)(luxon@3.6.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@mui/x-internals': 8.12.0(@types/react@19.1.13)(react@19.1.1) - '@mui/x-license': 8.12.0(@types/react@19.1.13)(react@19.1.1) + '@mui/utils': 7.3.2(@types/react@19.2.2)(react@19.2.0) + '@mui/x-date-pickers': 8.12.0(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(date-fns@2.30.0)(dayjs@1.11.18)(luxon@3.6.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@mui/x-internals': 8.12.0(@types/react@19.2.2)(react@19.2.0) + '@mui/x-license': 8.12.0(@types/react@19.2.2)(react@19.2.0) clsx: 2.1.1 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-transition-group: 4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) + react-transition-group: 4.4.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) optionalDependencies: - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) - '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) date-fns: 2.30.0 dayjs: 1.11.18 luxon: 3.6.1 transitivePeerDependencies: - '@types/react' - '@mui/x-date-pickers@8.12.0(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(date-fns@2.30.0)(dayjs@1.11.18)(luxon@3.6.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mui/x-date-pickers@8.12.0(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(date-fns@2.30.0)(dayjs@1.11.18)(luxon@3.6.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 '@mui/material': link:packages/mui-material/build '@mui/system': link:packages/mui-system/build - '@mui/utils': 7.3.2(@types/react@19.1.13)(react@19.1.1) - '@mui/x-internals': 8.12.0(@types/react@19.1.13)(react@19.1.1) - '@types/react-transition-group': 4.4.12(@types/react@19.1.13) + '@mui/utils': 7.3.2(@types/react@19.2.2)(react@19.2.0) + '@mui/x-internals': 8.12.0(@types/react@19.2.2)(react@19.2.0) + '@types/react-transition-group': 4.4.12(@types/react@19.2.2) clsx: 2.1.1 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-transition-group: 4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) + react-transition-group: 4.4.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) optionalDependencies: - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) - '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) date-fns: 2.30.0 dayjs: 1.11.18 luxon: 3.6.1 @@ -15945,33 +15945,33 @@ snapshots: dependencies: '@babel/runtime': 7.28.4 - '@mui/x-internals@8.12.0(@types/react@19.1.13)(react@19.1.1)': + '@mui/x-internals@8.12.0(@types/react@19.2.2)(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@mui/utils': 7.3.2(@types/react@19.1.13)(react@19.1.1) - react: 19.1.1 + '@mui/utils': 7.3.2(@types/react@19.2.2)(react@19.2.0) + react: 19.2.0 reselect: 5.1.1 - use-sync-external-store: 1.5.0(react@19.1.1) + use-sync-external-store: 1.5.0(react@19.2.0) transitivePeerDependencies: - '@types/react' - '@mui/x-internals@8.13.1(@types/react@19.1.13)(react@19.1.1)': + '@mui/x-internals@8.13.1(@types/react@19.2.2)(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@mui/utils': 7.3.2(@types/react@19.1.13)(react@19.1.1) - react: 19.1.1 + '@mui/utils': 7.3.2(@types/react@19.2.2)(react@19.2.0) + react: 19.2.0 reselect: 5.1.1 - use-sync-external-store: 1.5.0(react@19.1.1) + use-sync-external-store: 1.5.0(react@19.2.0) transitivePeerDependencies: - '@types/react' - '@mui/x-license@8.12.0(@types/react@19.1.13)(react@19.1.1)': + '@mui/x-license@8.12.0(@types/react@19.2.2)(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@mui/utils': 7.3.2(@types/react@19.1.13)(react@19.1.1) - '@mui/x-internals': 8.12.0(@types/react@19.1.13)(react@19.1.1) + '@mui/utils': 7.3.2(@types/react@19.2.2)(react@19.2.0) + '@mui/x-internals': 8.12.0(@types/react@19.2.2)(react@19.2.0) '@mui/x-telemetry': 8.12.0 - react: 19.1.1 + react: 19.2.0 transitivePeerDependencies: - '@types/react' @@ -15984,33 +15984,33 @@ snapshots: is-docker: 3.0.0 node-machine-id: 1.1.12 - '@mui/x-tree-view@8.13.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mui/x-tree-view@8.13.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@base-ui-components/utils': 0.1.1(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@base-ui-components/utils': 0.1.1(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/material': link:packages/mui-material/build '@mui/system': link:packages/mui-system/build - '@mui/utils': 7.3.2(@types/react@19.1.13)(react@19.1.1) - '@mui/x-internals': 8.13.1(@types/react@19.1.13)(react@19.1.1) - '@types/react-transition-group': 4.4.12(@types/react@19.1.13) + '@mui/utils': 7.3.2(@types/react@19.2.2)(react@19.2.0) + '@mui/x-internals': 8.13.1(@types/react@19.2.2)(react@19.2.0) + '@types/react-transition-group': 4.4.12(@types/react@19.2.2) clsx: 2.1.1 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-transition-group: 4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) + react-transition-group: 4.4.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) optionalDependencies: - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) - '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) transitivePeerDependencies: - '@types/react' - '@mui/x-virtualizer@0.2.2(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@mui/x-virtualizer@0.2.2(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 - '@mui/utils': 7.3.2(@types/react@19.1.13)(react@19.1.1) - '@mui/x-internals': 8.13.1(@types/react@19.1.13)(react@19.1.1) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@mui/utils': 7.3.2(@types/react@19.2.2)(react@19.2.0) + '@mui/x-internals': 8.13.1(@types/react@19.2.2)(react@19.2.0) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) transitivePeerDependencies: - '@types/react' @@ -16555,10 +16555,10 @@ snapshots: '@opentelemetry/api@1.8.0': optional: true - '@pigment-css/nextjs-plugin@0.0.30(@types/react@19.1.13)(next@15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(typescript@5.9.3)(webpack-sources@3.3.3)': + '@pigment-css/nextjs-plugin@0.0.30(@types/react@19.2.2)(next@15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)(typescript@5.9.3)(webpack-sources@3.3.3)': dependencies: - '@pigment-css/unplugin': 0.0.30(@types/react@19.1.13)(react@19.1.1)(typescript@5.9.3)(webpack-sources@3.3.3) - next: 15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@pigment-css/unplugin': 0.0.30(@types/react@19.2.2)(react@19.2.0)(typescript@5.9.3)(webpack-sources@3.3.3) + next: 15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) transitivePeerDependencies: - '@types/react' - react @@ -16566,7 +16566,7 @@ snapshots: - typescript - webpack-sources - '@pigment-css/react@0.0.30(@types/react@19.1.13)(react@19.1.1)(typescript@5.9.3)': + '@pigment-css/react@0.0.30(@types/react@19.2.2)(react@19.2.0)(typescript@5.9.3)': dependencies: '@babel/core': 7.28.4 '@babel/helper-module-imports': 7.27.1 @@ -16575,11 +16575,11 @@ snapshots: '@babel/types': 7.28.4 '@emotion/css': 11.13.4 '@emotion/is-prop-valid': 1.3.1 - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) '@emotion/serialize': 1.3.3 - '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) - '@mui/system': 6.4.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) - '@mui/utils': 6.4.8(@types/react@19.1.13)(react@19.1.1) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) + '@mui/system': 6.4.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) + '@mui/utils': 6.4.8(@types/react@19.2.2)(react@19.2.0) '@wyw-in-js/processor-utils': 0.5.5 '@wyw-in-js/shared': 0.5.5 '@wyw-in-js/transform': 0.5.5(typescript@5.9.3) @@ -16588,7 +16588,7 @@ snapshots: csstype: 3.1.3 lodash: 4.17.21 prop-types: 15.8.1 - react: 19.1.1 + react: 19.2.0 stylis: 4.3.6 stylis-plugin-rtl: 2.1.1(stylis@4.3.6) transitivePeerDependencies: @@ -16596,10 +16596,10 @@ snapshots: - supports-color - typescript - '@pigment-css/unplugin@0.0.30(@types/react@19.1.13)(react@19.1.1)(typescript@5.9.3)(webpack-sources@3.3.3)': + '@pigment-css/unplugin@0.0.30(@types/react@19.2.2)(react@19.2.0)(typescript@5.9.3)(webpack-sources@3.3.3)': dependencies: '@babel/core': 7.28.4 - '@pigment-css/react': 0.0.30(@types/react@19.1.13)(react@19.1.1)(typescript@5.9.3) + '@pigment-css/react': 0.0.30(@types/react@19.2.2)(react@19.2.0)(typescript@5.9.3) '@wyw-in-js/shared': 0.5.5 '@wyw-in-js/transform': 0.5.5(typescript@5.9.3) babel-plugin-define-var: 0.1.0 @@ -16611,11 +16611,11 @@ snapshots: - typescript - webpack-sources - '@pigment-css/vite-plugin@0.0.30(@types/react@19.1.13)(react@19.1.1)(typescript@5.9.3)(vite@7.1.9(@types/node@20.19.19)(jiti@2.6.1)(lightningcss@1.30.1)(terser@5.39.0)(tsx@4.20.4)(yaml@2.8.0))': + '@pigment-css/vite-plugin@0.0.30(@types/react@19.2.2)(react@19.2.0)(typescript@5.9.3)(vite@7.1.9(@types/node@20.19.19)(jiti@2.6.1)(lightningcss@1.30.1)(terser@5.39.0)(tsx@4.20.4)(yaml@2.8.0))': dependencies: '@babel/core': 7.28.4 '@babel/preset-typescript': 7.27.1(@babel/core@7.28.4) - '@pigment-css/react': 0.0.30(@types/react@19.1.13)(react@19.1.1)(typescript@5.9.3) + '@pigment-css/react': 0.0.30(@types/react@19.2.2)(react@19.2.0)(typescript@5.9.3) '@wyw-in-js/shared': 0.5.5 '@wyw-in-js/transform': 0.5.5(typescript@5.9.3) babel-plugin-define-var: 0.1.0 @@ -16650,37 +16650,37 @@ snapshots: '@popperjs/core@2.11.8': {} - '@react-spring/animated@10.0.3(react@19.1.1)': + '@react-spring/animated@10.0.3(react@19.2.0)': dependencies: - '@react-spring/shared': 10.0.3(react@19.1.1) + '@react-spring/shared': 10.0.3(react@19.2.0) '@react-spring/types': 10.0.3 - react: 19.1.1 + react: 19.2.0 - '@react-spring/core@10.0.3(react@19.1.1)': + '@react-spring/core@10.0.3(react@19.2.0)': dependencies: - '@react-spring/animated': 10.0.3(react@19.1.1) - '@react-spring/shared': 10.0.3(react@19.1.1) + '@react-spring/animated': 10.0.3(react@19.2.0) + '@react-spring/shared': 10.0.3(react@19.2.0) '@react-spring/types': 10.0.3 - react: 19.1.1 + react: 19.2.0 '@react-spring/rafz@10.0.3': {} - '@react-spring/shared@10.0.3(react@19.1.1)': + '@react-spring/shared@10.0.3(react@19.2.0)': dependencies: '@react-spring/rafz': 10.0.3 '@react-spring/types': 10.0.3 - react: 19.1.1 + react: 19.2.0 '@react-spring/types@10.0.3': {} - '@react-spring/web@10.0.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@react-spring/web@10.0.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: - '@react-spring/animated': 10.0.3(react@19.1.1) - '@react-spring/core': 10.0.3(react@19.1.1) - '@react-spring/shared': 10.0.3(react@19.1.1) + '@react-spring/animated': 10.0.3(react@19.2.0) + '@react-spring/core': 10.0.3(react@19.2.0) + '@react-spring/shared': 10.0.3(react@19.2.0) '@react-spring/types': 10.0.3 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) '@remix-run/router@1.23.0': {} @@ -17313,15 +17313,15 @@ snapshots: picocolors: 1.1.1 pretty-format: 27.5.1 - '@testing-library/react@16.3.0(@testing-library/dom@10.4.1)(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@testing-library/react@16.3.0(@testing-library/dom@10.4.1)(@types/react-dom@19.2.1(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.28.4 '@testing-library/dom': 10.4.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) optionalDependencies: - '@types/react': 19.1.13 - '@types/react-dom': 19.1.9(@types/react@19.1.13) + '@types/react': 19.2.2 + '@types/react-dom': 19.2.1(@types/react@19.2.2) '@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)': dependencies: @@ -17471,9 +17471,9 @@ snapshots: '@types/gtag.js@0.0.20': {} - '@types/hoist-non-react-statics@3.3.7(@types/react@19.1.13)': + '@types/hoist-non-react-statics@3.3.7(@types/react@19.2.2)': dependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 hoist-non-react-statics: 3.3.2 '@types/html-minifier-terser@6.1.0': {} @@ -17531,27 +17531,27 @@ snapshots: '@types/range-parser@1.2.7': {} - '@types/react-dom@19.1.9(@types/react@19.1.13)': + '@types/react-dom@19.2.1(@types/react@19.2.2)': dependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 - '@types/react-is@19.0.0': + '@types/react-is@19.2.0': dependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 '@types/react-swipeable-views@0.13.6': dependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 - '@types/react-transition-group@4.4.12(@types/react@19.1.13)': + '@types/react-transition-group@4.4.12(@types/react@19.2.2)': dependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 '@types/react-window@1.8.8': dependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 - '@types/react@19.1.13': + '@types/react@19.2.2': dependencies: csstype: 3.1.3 @@ -22524,9 +22524,9 @@ snapshots: punycode.js: 2.3.1 uc.micro: 2.1.0 - markdown-to-jsx@7.7.13(react@19.1.1): + markdown-to-jsx@7.7.13(react@19.2.0): dependencies: - react: 19.1.1 + react: 19.2.0 markdownlint-cli2-formatter-default@0.0.5(markdownlint-cli2@0.18.1): dependencies: @@ -22572,16 +22572,16 @@ snapshots: marked@9.1.6: {} - material-ui-popup-state@5.3.6(@mui/material@packages+mui-material+build)(@types/react@19.1.13)(react@19.1.1): + material-ui-popup-state@5.3.6(@mui/material@packages+mui-material+build)(@types/react@19.2.2)(react@19.2.0): dependencies: '@babel/runtime': 7.28.4 '@mui/material': link:packages/mui-material/build '@types/prop-types': 15.7.15 classnames: 2.3.2 prop-types: 15.8.1 - react: 19.1.1 + react: 19.2.0 optionalDependencies: - '@types/react': 19.1.13 + '@types/react': 19.2.2 math-intrinsics@1.1.0: {} @@ -23096,15 +23096,15 @@ snapshots: neo-async@2.6.2: {} - next@15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + next@15.5.4(@babel/core@7.28.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.55.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0): dependencies: '@next/env': 15.5.4 '@swc/helpers': 0.5.15 caniuse-lite: 1.0.30001727 postcss: 8.4.31 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - styled-jsx: 5.1.6(@babel/core@7.28.4)(babel-plugin-macros@3.1.0)(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) + styled-jsx: 5.1.6(@babel/core@7.28.4)(babel-plugin-macros@3.1.0)(react@19.2.0) optionalDependencies: '@next/swc-darwin-arm64': 15.5.4 '@next/swc-darwin-x64': 15.5.4 @@ -23253,12 +23253,12 @@ snapshots: normalize-range@0.1.2: {} - notistack@3.0.2(csstype@3.1.3)(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + notistack@3.0.2(csstype@3.1.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0): dependencies: clsx: 1.2.1 goober: 2.1.13(csstype@3.1.3) - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) transitivePeerDependencies: - csstype @@ -24208,47 +24208,47 @@ snapshots: transitivePeerDependencies: - supports-color - react-dom@19.1.1(react@19.1.1): + react-dom@19.2.0(react@19.2.0): dependencies: - react: 19.1.1 - scheduler: 0.26.0 + react: 19.2.0 + scheduler: 0.27.0 - react-draggable@4.5.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + react-draggable@4.5.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0): dependencies: clsx: 2.1.1 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) - react-error-boundary@6.0.0(react@19.1.1): + react-error-boundary@6.0.0(react@19.2.0): dependencies: '@babel/runtime': 7.28.4 - react: 19.1.1 + react: 19.2.0 - react-event-listener@0.6.6(react@19.1.1): + react-event-listener@0.6.6(react@19.2.0): dependencies: '@babel/runtime': 7.28.4 prop-types: 15.8.1 - react: 19.1.1 + react: 19.2.0 warning: 4.0.3 - react-final-form@7.0.0(final-form@5.0.0)(react@19.1.1): + react-final-form@7.0.0(final-form@5.0.0)(react@19.2.0): dependencies: '@babel/runtime': 7.28.4 final-form: 5.0.0 - react: 19.1.1 + react: 19.2.0 - react-imask@7.6.1(react@19.1.1): + react-imask@7.6.1(react@19.2.0): dependencies: imask: 7.6.1 prop-types: 15.8.1 - react: 19.1.1 + react: 19.2.0 - react-intersection-observer@9.16.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + react-intersection-observer@9.16.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0): dependencies: - react: 19.1.1 + react: 19.2.0 optionalDependencies: - react-dom: 19.1.1(react@19.1.1) + react-dom: 19.2.0(react@19.2.0) react-is@16.13.1: {} @@ -24256,93 +24256,93 @@ snapshots: react-is@18.3.1: {} - react-is@19.1.1: {} + react-is@19.2.0: {} - react-number-format@5.4.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + react-number-format@5.4.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0): dependencies: - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) react-refresh@0.17.0: {} - react-router-dom@6.30.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + react-router-dom@6.30.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0): dependencies: '@remix-run/router': 1.23.0 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) - react-router: 6.30.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) + react-router: 6.30.1(react@19.2.0) - react-router@6.30.1(react@19.1.1): + react-router@6.30.1(react@19.2.0): dependencies: '@remix-run/router': 1.23.0 - react: 19.1.1 + react: 19.2.0 - react-router@7.9.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + react-router@7.9.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0): dependencies: cookie: 1.0.2 - react: 19.1.1 + react: 19.2.0 set-cookie-parser: 2.7.1 optionalDependencies: - react-dom: 19.1.1(react@19.1.1) + react-dom: 19.2.0(react@19.2.0) - react-runner@1.0.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + react-runner@1.0.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0): dependencies: - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) sucrase: 3.35.0 - react-simple-code-editor@0.14.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + react-simple-code-editor@0.14.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0): dependencies: - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) - react-swipeable-views-core@0.14.1(react@19.1.1): + react-swipeable-views-core@0.14.1(react@19.2.0): dependencies: '@babel/runtime': 7.28.4 - react: 19.1.1 + react: 19.2.0 warning: 4.0.3 - react-swipeable-views-utils@0.14.1(react@19.1.1): + react-swipeable-views-utils@0.14.1(react@19.2.0): dependencies: '@babel/runtime': 7.28.4 keycode: 2.2.1 prop-types: 15.8.1 - react: 19.1.1 - react-event-listener: 0.6.6(react@19.1.1) - react-swipeable-views-core: 0.14.1(react@19.1.1) + react: 19.2.0 + react-event-listener: 0.6.6(react@19.2.0) + react-swipeable-views-core: 0.14.1(react@19.2.0) shallow-equal: 1.2.1 - react-swipeable-views@0.14.1(react@19.1.1): + react-swipeable-views@0.14.1(react@19.2.0): dependencies: '@babel/runtime': 7.28.4 prop-types: 15.8.1 - react: 19.1.1 - react-swipeable-views-core: 0.14.1(react@19.1.1) - react-swipeable-views-utils: 0.14.1(react@19.1.1) + react: 19.2.0 + react-swipeable-views-core: 0.14.1(react@19.2.0) + react-swipeable-views-utils: 0.14.1(react@19.2.0) warning: 4.0.3 - react-transition-group@4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + react-transition-group@4.4.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0): dependencies: '@babel/runtime': 7.28.4 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) - react-virtuoso@4.14.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + react-virtuoso@4.14.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0): dependencies: - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) - react-window@1.8.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + react-window@1.8.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0): dependencies: '@babel/runtime': 7.28.4 memoize-one: 5.2.1 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) - react@19.1.1: {} + react@19.2.0: {} read-cache@1.0.0: dependencies: @@ -24759,7 +24759,7 @@ snapshots: dependencies: xmlchars: 2.2.0 - scheduler@0.26.0: {} + scheduler@0.27.0: {} schema-utils@4.3.2: dependencies: @@ -25288,7 +25288,7 @@ snapshots: stubborn-fs@1.2.5: {} - styled-components@6.1.19(patch_hash=383c648dfdb5dfc82fbe414d54027d8c982a01c6320370f0ecfdb387e753c09f)(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + styled-components@6.1.19(patch_hash=383c648dfdb5dfc82fbe414d54027d8c982a01c6320370f0ecfdb387e753c09f)(react-dom@19.2.0(react@19.2.0))(react@19.2.0): dependencies: '@emotion/is-prop-valid': 1.2.2 '@emotion/unitless': 0.8.1 @@ -25296,16 +25296,16 @@ snapshots: css-to-react-native: 3.2.0 csstype: 3.1.3 postcss: 8.4.49 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + react: 19.2.0 + react-dom: 19.2.0(react@19.2.0) shallowequal: 1.1.0 stylis: 4.3.2 tslib: 2.6.2 - styled-jsx@5.1.6(@babel/core@7.28.4)(babel-plugin-macros@3.1.0)(react@19.1.1): + styled-jsx@5.1.6(@babel/core@7.28.4)(babel-plugin-macros@3.1.0)(react@19.2.0): dependencies: client-only: 0.0.1 - react: 19.1.1 + react: 19.2.0 optionalDependencies: '@babel/core': 7.28.4 babel-plugin-macros: 3.1.0 @@ -25926,18 +25926,18 @@ snapshots: urlpattern-polyfill@8.0.2: {} - use-count-up@3.0.1(react@19.1.1): + use-count-up@3.0.1(react@19.2.0): dependencies: - react: 19.1.1 - use-elapsed-time: 3.0.2(react@19.1.1) + react: 19.2.0 + use-elapsed-time: 3.0.2(react@19.2.0) - use-elapsed-time@3.0.2(react@19.1.1): + use-elapsed-time@3.0.2(react@19.2.0): dependencies: - react: 19.1.1 + react: 19.2.0 - use-sync-external-store@1.5.0(react@19.1.1): + use-sync-external-store@1.5.0(react@19.2.0): dependencies: - react: 19.1.1 + react: 19.2.0 util-deprecate@1.0.2: {}