From c909da95a8059d14327c19b53af293ce5818018d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 17 Feb 2025 17:38:17 +0530
Subject: [PATCH 01/20] Bump babel to ^7.26.9 (#45315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
benchmark/package.json | 2 +-
docs/package.json | 6 +-
package.json | 14 +-
packages-internal/scripts/package.json | 4 +-
packages-internal/test-utils/package.json | 2 +-
packages/api-docs-builder/package.json | 4 +-
packages/markdown/package.json | 2 +-
packages/mui-base/package.json | 2 +-
packages/mui-codemod/package.json | 6 +-
packages/mui-docs/package.json | 2 +-
packages/mui-icons-material/package.json | 2 +-
packages/mui-joy/package.json | 2 +-
packages/mui-lab/package.json | 2 +-
packages/mui-material-nextjs/package.json | 2 +-
.../mui-material-pigment-css/package.json | 2 +-
packages/mui-material/package.json | 2 +-
packages/mui-private-theming/package.json | 2 +-
packages/mui-styled-engine-sc/package.json | 2 +-
packages/mui-styled-engine/package.json | 2 +-
packages/mui-styles/package.json | 2 +-
packages/mui-system/package.json | 2 +-
packages/mui-utils/package.json | 2 +-
pnpm-lock.yaml | 1694 ++++++++---------
test/package.json | 2 +-
24 files changed, 879 insertions(+), 885 deletions(-)
diff --git a/benchmark/package.json b/benchmark/package.json
index 1d6779cbe4fc71..12e6e11edccbd2 100644
--- a/benchmark/package.json
+++ b/benchmark/package.json
@@ -11,7 +11,7 @@
"server:system": "cd ../ && cross-env NODE_ENV=production BABEL_ENV=benchmark babel-node benchmark/server/scenarios/system.js --inspect=0.0.0.0:9229 --extensions \".tsx,.ts,.js\""
},
"dependencies": {
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.13.5",
"@emotion/server": "^11.11.0",
diff --git a/docs/package.json b/docs/package.json
index 1fd4155e1b5636..b2ac1abfbe6ecc 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -19,9 +19,9 @@
"link-check": "tsx ./scripts/reportBrokenLinks.js"
},
"dependencies": {
- "@babel/core": "^7.26.8",
- "@babel/runtime": "^7.26.7",
- "@babel/runtime-corejs2": "^7.26.7",
+ "@babel/core": "^7.26.9",
+ "@babel/runtime": "^7.26.9",
+ "@babel/runtime-corejs2": "^7.26.9",
"@docsearch/react": "^3.8.3",
"@emotion/cache": "^11.13.5",
"@emotion/react": "^11.13.5",
diff --git a/package.json b/package.json
index 838a4c3e593e6f..3b37e2b1ee81c5 100644
--- a/package.json
+++ b/package.json
@@ -109,11 +109,11 @@
"devDependencies": {
"@argos-ci/core": "^3.1.0",
"@babel/cli": "^7.26.4",
- "@babel/core": "^7.26.8",
+ "@babel/core": "^7.26.9",
"@babel/node": "^7.26.0",
"@babel/plugin-transform-react-constant-elements": "^7.25.9",
- "@babel/plugin-transform-runtime": "^7.26.8",
- "@babel/preset-env": "^7.26.8",
+ "@babel/plugin-transform-runtime": "^7.26.9",
+ "@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/register": "^7.25.9",
@@ -208,12 +208,12 @@
"pnpm": "9.15.4"
},
"resolutions": {
- "@babel/core": "^7.26.8",
- "@babel/plugin-transform-runtime": "^7.26.8",
- "@babel/preset-env": "^7.26.8",
+ "@babel/core": "^7.26.9",
+ "@babel/plugin-transform-runtime": "^7.26.9",
+ "@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"@definitelytyped/header-parser": "^0.2.16",
"@definitelytyped/typescript-versions": "^0.1.6",
"@definitelytyped/utils": "^0.1.8",
diff --git a/packages-internal/scripts/package.json b/packages-internal/scripts/package.json
index 30c7b988230586..7ca70d29ad4968 100644
--- a/packages-internal/scripts/package.json
+++ b/packages-internal/scripts/package.json
@@ -25,11 +25,11 @@
"typescript": "tsc --build tsconfig.typecheck.json"
},
"dependencies": {
- "@babel/core": "^7.26.8",
+ "@babel/core": "^7.26.9",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-jsx": "^7.25.9",
"@babel/plugin-syntax-typescript": "^7.25.9",
- "@babel/types": "^7.26.8",
+ "@babel/types": "^7.26.9",
"@mui/internal-docs-utils": "workspace:^",
"doctrine": "^3.0.0",
"lodash": "^4.17.21",
diff --git a/packages-internal/test-utils/package.json b/packages-internal/test-utils/package.json
index 0dc7ab6e1b42b4..ef1923f3252ff2 100644
--- a/packages-internal/test-utils/package.json
+++ b/packages-internal/test-utils/package.json
@@ -36,7 +36,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/register": "^7.25.9",
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"@emotion/cache": "^11.13.5",
"@emotion/react": "^11.13.5",
"@testing-library/dom": "^10.4.0",
diff --git a/packages/api-docs-builder/package.json b/packages/api-docs-builder/package.json
index 4f4ea813d51bda..9b6baae50231b0 100644
--- a/packages/api-docs-builder/package.json
+++ b/packages/api-docs-builder/package.json
@@ -8,9 +8,9 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
- "@babel/core": "^7.26.8",
+ "@babel/core": "^7.26.9",
"@babel/preset-typescript": "^7.26.0",
- "@babel/traverse": "^7.26.8",
+ "@babel/traverse": "^7.26.9",
"@mui/internal-docs-utils": "workspace:^",
"@mui/internal-markdown": "workspace:^",
"ast-types": "^0.14.2",
diff --git a/packages/markdown/package.json b/packages/markdown/package.json
index 67b2e5d7643aeb..0a9a22a6a5828a 100644
--- a/packages/markdown/package.json
+++ b/packages/markdown/package.json
@@ -25,7 +25,7 @@
"release:publish:dry-run": "pnpm publish --tag latest --registry=\"http://localhost:4873/\""
},
"dependencies": {
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"lodash": "^4.17.21",
"marked": "^15.0.6",
"prismjs": "^1.29.0"
diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json
index 5eb389f7078a57..21d20f6a0a9c04 100644
--- a/packages/mui-base/package.json
+++ b/packages/mui-base/package.json
@@ -40,7 +40,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"@floating-ui/react-dom": "^2.1.1",
"@mui/types": "workspace:^",
"@mui/utils": "workspace:^",
diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json
index 766e92b45b20c1..e5fa19d8a57e40 100644
--- a/packages/mui-codemod/package.json
+++ b/packages/mui-codemod/package.json
@@ -30,9 +30,9 @@
"url": "https://opencollective.com/mui-org"
},
"dependencies": {
- "@babel/core": "^7.26.8",
- "@babel/runtime": "^7.26.7",
- "@babel/traverse": "^7.26.8",
+ "@babel/core": "^7.26.9",
+ "@babel/runtime": "^7.26.9",
+ "@babel/traverse": "^7.26.9",
"jscodeshift": "^17.1.2",
"jscodeshift-add-imports": "^1.0.11",
"postcss": "^8.5.2",
diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json
index 6e2e40cd5a08cc..ebdb9d0d9ad1bf 100644
--- a/packages/mui-docs/package.json
+++ b/packages/mui-docs/package.json
@@ -35,7 +35,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"@mui/internal-markdown": "workspace:^",
"clipboard-copy": "^4.0.1",
"clsx": "^2.1.1",
diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json
index 1da6319d0d21f9..c7a95ae1f86ecf 100644
--- a/packages/mui-icons-material/package.json
+++ b/packages/mui-icons-material/package.json
@@ -46,7 +46,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
- "@babel/runtime": "^7.26.7"
+ "@babel/runtime": "^7.26.9"
},
"devDependencies": {
"@mui/icons-material": "workspace:*",
diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json
index 8af5c9c030b19c..230113317a415c 100644
--- a/packages/mui-joy/package.json
+++ b/packages/mui-joy/package.json
@@ -38,7 +38,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"@mui/base": "workspace:*",
"@mui/core-downloads-tracker": "workspace:^",
"@mui/system": "workspace:^",
diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json
index 43497b03948dc2..3813988ad36b71 100644
--- a/packages/mui-lab/package.json
+++ b/packages/mui-lab/package.json
@@ -40,7 +40,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"@mui/base": "workspace:*",
"@mui/system": "workspace:*",
"@mui/types": "workspace:^",
diff --git a/packages/mui-material-nextjs/package.json b/packages/mui-material-nextjs/package.json
index d7aaa6d79f4497..c4bfb275dabf21 100644
--- a/packages/mui-material-nextjs/package.json
+++ b/packages/mui-material-nextjs/package.json
@@ -36,7 +36,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
- "@babel/runtime": "^7.26.7"
+ "@babel/runtime": "^7.26.9"
},
"devDependencies": {
"@emotion/cache": "^11.13.5",
diff --git a/packages/mui-material-pigment-css/package.json b/packages/mui-material-pigment-css/package.json
index f09b93d9e893c6..67e935306709c0 100644
--- a/packages/mui-material-pigment-css/package.json
+++ b/packages/mui-material-pigment-css/package.json
@@ -39,7 +39,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"@mui/system": "workspace:*"
},
"peerDependencies": {
diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json
index b25e2186232a43..5ee73ea1a78de6 100644
--- a/packages/mui-material/package.json
+++ b/packages/mui-material/package.json
@@ -40,7 +40,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"@mui/core-downloads-tracker": "workspace:^",
"@mui/system": "workspace:*",
"@mui/types": "workspace:^",
diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json
index d58e12b5b0b641..962e4ac262f306 100644
--- a/packages/mui-private-theming/package.json
+++ b/packages/mui-private-theming/package.json
@@ -37,7 +37,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"@mui/utils": "workspace:*",
"prop-types": "^15.8.1"
},
diff --git a/packages/mui-styled-engine-sc/package.json b/packages/mui-styled-engine-sc/package.json
index e96f511738fa3d..255ccf46eaa46b 100644
--- a/packages/mui-styled-engine-sc/package.json
+++ b/packages/mui-styled-engine-sc/package.json
@@ -37,7 +37,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"@types/hoist-non-react-statics": "^3.3.6",
"csstype": "^3.1.3",
"hoist-non-react-statics": "^3.3.2",
diff --git a/packages/mui-styled-engine/package.json b/packages/mui-styled-engine/package.json
index 6fe0e3d6efc3de..e7074849c21332 100644
--- a/packages/mui-styled-engine/package.json
+++ b/packages/mui-styled-engine/package.json
@@ -37,7 +37,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"@emotion/cache": "^11.13.5",
"@emotion/serialize": "^1.3.3",
"@emotion/sheet": "^1.4.0",
diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json
index 3d8373a1e9fdd0..2621201175c7c5 100644
--- a/packages/mui-styles/package.json
+++ b/packages/mui-styles/package.json
@@ -37,7 +37,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"@emotion/hash": "^0.9.2",
"@mui/private-theming": "workspace:*",
"@mui/types": "workspace:^",
diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json
index 06bc315411cce6..676bb00391dc27 100644
--- a/packages/mui-system/package.json
+++ b/packages/mui-system/package.json
@@ -39,7 +39,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"@mui/private-theming": "workspace:*",
"@mui/styled-engine": "workspace:*",
"@mui/types": "workspace:^",
diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json
index 1edeae403d8969..8bcb4b8f47cfaa 100644
--- a/packages/mui-utils/package.json
+++ b/packages/mui-utils/package.json
@@ -38,7 +38,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"@mui/types": "workspace:^",
"@types/prop-types": "^15.7.14",
"clsx": "^2.1.1",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 44c87c5bec7f66..3b37b72a8ad251 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -5,12 +5,12 @@ settings:
excludeLinksFromLockfile: false
overrides:
- '@babel/core': ^7.26.8
- '@babel/plugin-transform-runtime': ^7.26.8
- '@babel/preset-env': ^7.26.8
+ '@babel/core': ^7.26.9
+ '@babel/plugin-transform-runtime': ^7.26.9
+ '@babel/preset-env': ^7.26.9
'@babel/preset-react': ^7.26.3
'@babel/preset-typescript': ^7.26.0
- '@babel/runtime': ^7.26.7
+ '@babel/runtime': ^7.26.9
'@definitelytyped/header-parser': ^0.2.16
'@definitelytyped/typescript-versions': ^0.1.6
'@definitelytyped/utils': ^0.1.8
@@ -36,7 +36,7 @@ importers:
version: 4.2.0
babel-plugin-transform-import-meta:
specifier: ^2.3.2
- version: 2.3.2(@babel/core@7.26.8)
+ version: 2.3.2(@babel/core@7.26.9)
execa:
specifier: ^9.5.2
version: 9.5.2
@@ -49,31 +49,31 @@ importers:
version: 3.1.0
'@babel/cli':
specifier: ^7.26.4
- version: 7.26.4(@babel/core@7.26.8)
+ version: 7.26.4(@babel/core@7.26.9)
'@babel/core':
- specifier: ^7.26.8
- version: 7.26.8
+ specifier: ^7.26.9
+ version: 7.26.9
'@babel/node':
specifier: ^7.26.0
- version: 7.26.0(@babel/core@7.26.8)
+ version: 7.26.0(@babel/core@7.26.9)
'@babel/plugin-transform-react-constant-elements':
specifier: ^7.25.9
- version: 7.25.9(@babel/core@7.26.8)
+ version: 7.25.9(@babel/core@7.26.9)
'@babel/plugin-transform-runtime':
- specifier: ^7.26.8
- version: 7.26.8(@babel/core@7.26.8)
+ specifier: ^7.26.9
+ version: 7.26.9(@babel/core@7.26.9)
'@babel/preset-env':
- specifier: ^7.26.8
- version: 7.26.8(@babel/core@7.26.8)
+ specifier: ^7.26.9
+ version: 7.26.9(@babel/core@7.26.9)
'@babel/preset-react':
specifier: ^7.26.3
- version: 7.26.3(@babel/core@7.26.8)
+ version: 7.26.3(@babel/core@7.26.9)
'@babel/preset-typescript':
specifier: ^7.26.0
- version: 7.26.0(@babel/core@7.26.8)
+ version: 7.26.0(@babel/core@7.26.9)
'@babel/register':
specifier: ^7.25.9
- version: 7.25.9(@babel/core@7.26.8)
+ version: 7.25.9(@babel/core@7.26.9)
'@mui-internal/api-docs-builder':
specifier: workspace:^
version: link:packages/api-docs-builder
@@ -145,7 +145,7 @@ importers:
version: 3.0.5(@vitest/browser@3.0.5)(vitest@2.1.9)
babel-loader:
specifier: ^9.2.1
- version: 9.2.1(@babel/core@7.26.8)(webpack@5.98.0)
+ version: 9.2.1(@babel/core@7.26.9)(webpack@5.98.0)
babel-plugin-istanbul:
specifier: ^7.0.0
version: 7.0.0
@@ -361,7 +361,7 @@ importers:
version: link:../../packages/mui-utils/build
next:
specifier: latest
- version: 15.1.7(@babel/core@7.26.8)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ version: 15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react:
specifier: ^19.0.0
version: 19.0.0
@@ -371,7 +371,7 @@ importers:
devDependencies:
'@pigment-css/nextjs-plugin':
specifier: 0.0.30
- version: 0.0.30(@types/react@19.0.8)(next@15.1.7(@babel/core@7.26.8)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(typescript@5.7.3)(webpack-sources@3.2.3)
+ version: 0.0.30(@types/react@19.0.8)(next@15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(typescript@5.7.3)(webpack-sources@3.2.3)
'@types/node':
specifier: ^20.17.19
version: 20.17.19
@@ -419,7 +419,7 @@ importers:
version: link:../../packages/mui-utils/build
next:
specifier: latest
- version: 15.1.7(@babel/core@7.26.8)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ version: 15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react:
specifier: ^19.0.0
version: 19.0.0
@@ -429,7 +429,7 @@ importers:
devDependencies:
'@pigment-css/nextjs-plugin':
specifier: 0.0.30
- version: 0.0.30(@types/react@19.0.8)(next@15.1.7(@babel/core@7.26.8)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(typescript@5.7.3)(webpack-sources@3.2.3)
+ version: 0.0.30(@types/react@19.0.8)(next@15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(typescript@5.7.3)(webpack-sources@3.2.3)
'@types/node':
specifier: ^20.17.19
version: 20.17.19
@@ -493,10 +493,10 @@ importers:
devDependencies:
'@babel/preset-react':
specifier: ^7.26.3
- version: 7.26.3(@babel/core@7.26.8)
+ version: 7.26.3(@babel/core@7.26.9)
'@babel/preset-typescript':
specifier: ^7.26.0
- version: 7.26.0(@babel/core@7.26.8)
+ version: 7.26.0(@babel/core@7.26.9)
'@pigment-css/vite-plugin':
specifier: 0.0.30
version: 0.0.30(@types/react@19.0.8)(react@19.0.0)(typescript@5.7.3)(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))
@@ -531,8 +531,8 @@ importers:
benchmark:
dependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@chakra-ui/system':
specifier: ^2.6.2
version: 2.6.2(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(react@19.0.0)
@@ -615,14 +615,14 @@ importers:
docs:
dependencies:
'@babel/core':
- specifier: ^7.26.8
- version: 7.26.8
+ specifier: ^7.26.9
+ version: 7.26.9
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@babel/runtime-corejs2':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@docsearch/react':
specifier: ^3.8.3
version: 3.8.3(@algolia/client-search@5.18.0)(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.13.0)
@@ -721,7 +721,7 @@ importers:
version: 9.7.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@toolpad/core':
specifier: ^0.12.0
- version: 0.12.0(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material-pigment-css@6.4.1(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@pigment-css/react@0.0.30(@types/react@19.0.8)(react@19.0.0)(typescript@5.7.3))(@types/react@19.0.8)(react@19.0.0))(@mui/material@packages+mui-material+build)(@types/react@19.0.8)(next@15.1.7(@babel/core@7.26.8)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react-router@7.1.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))
+ version: 0.12.0(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material-pigment-css@6.4.1(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@pigment-css/react@0.0.30(@types/react@19.0.8)(react@19.0.0)(typescript@5.7.3))(@types/react@19.0.8)(react@19.0.0))(@mui/material@packages+mui-material+build)(@types/react@19.0.8)(next@15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react-router@7.1.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))
autoprefixer:
specifier: ^10.4.20
version: 10.4.20(postcss@8.5.2)
@@ -805,7 +805,7 @@ importers:
version: 5.3.3(@mui/material@packages+mui-material+build)(@types/react@19.0.8)(react@19.0.0)
next:
specifier: ^15.1.6
- version: 15.1.7(@babel/core@7.26.8)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ version: 15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
notistack:
specifier: 3.0.2
version: 3.0.2(csstype@3.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -856,7 +856,7 @@ importers:
version: 0.14.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react-spring:
specifier: ^9.7.5
- version: 9.7.5(@react-three/fiber@8.16.0(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-native@0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)(three@0.162.0))(konva@9.3.6)(react-dom@19.0.0(react@19.0.0))(react-konva@18.2.10(@types/react@19.0.8)(konva@9.3.6)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react-zdog@1.2.2)(react@19.0.0)(three@0.162.0)(zdog@1.1.3)
+ version: 9.7.5(@react-three/fiber@8.16.0(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-native@0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)(three@0.162.0))(konva@9.3.6)(react-dom@19.0.0(react@19.0.0))(react-konva@18.2.10(@types/react@19.0.8)(konva@9.3.6)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react-zdog@1.2.2)(react@19.0.0)(three@0.162.0)(zdog@1.1.3)
react-swipeable-views:
specifier: ^0.14.0
version: 0.14.0(react@19.0.0)
@@ -890,10 +890,10 @@ importers:
devDependencies:
'@babel/plugin-transform-react-constant-elements':
specifier: ^7.25.9
- version: 7.25.9(@babel/core@7.26.8)
+ version: 7.25.9(@babel/core@7.26.9)
'@babel/preset-typescript':
specifier: ^7.26.0
- version: 7.26.0(@babel/core@7.26.8)
+ version: 7.26.0(@babel/core@7.26.9)
'@mui-internal/api-docs-builder':
specifier: workspace:^
version: link:../packages/api-docs-builder
@@ -984,7 +984,7 @@ importers:
version: 7.18.3
babel-plugin-tester:
specifier: ^11.0.4
- version: 11.0.4(@babel/core@7.26.8)
+ version: 11.0.4(@babel/core@7.26.9)
chai:
specifier: ^4.5.0
version: 4.5.0
@@ -992,8 +992,8 @@ importers:
packages-internal/babel-plugin-resolve-imports:
dependencies:
'@babel/core':
- specifier: ^7.26.8
- version: 7.26.8
+ specifier: ^7.26.9
+ version: 7.26.9
resolve:
specifier: ^1.22.10
version: 1.22.10
@@ -1017,20 +1017,20 @@ importers:
packages-internal/scripts:
dependencies:
'@babel/core':
- specifier: ^7.26.8
- version: 7.26.8
+ specifier: ^7.26.9
+ version: 7.26.9
'@babel/plugin-syntax-class-properties':
specifier: ^7.12.13
- version: 7.12.13(@babel/core@7.26.8)
+ version: 7.12.13(@babel/core@7.26.9)
'@babel/plugin-syntax-jsx':
specifier: ^7.25.9
- version: 7.25.9(@babel/core@7.26.8)
+ version: 7.25.9(@babel/core@7.26.9)
'@babel/plugin-syntax-typescript':
specifier: ^7.25.9
- version: 7.25.9(@babel/core@7.26.8)
+ version: 7.25.9(@babel/core@7.26.9)
'@babel/types':
- specifier: ^7.26.8
- version: 7.26.8
+ specifier: ^7.26.9
+ version: 7.26.9
'@mui/internal-docs-utils':
specifier: workspace:^
version: link:../docs-utils
@@ -1049,7 +1049,7 @@ importers:
devDependencies:
'@babel/register':
specifier: ^7.25.9
- version: 7.25.9(@babel/core@7.26.8)
+ version: 7.25.9(@babel/core@7.26.9)
'@types/babel__core':
specifier: ^7.20.5
version: 7.20.5
@@ -1088,16 +1088,16 @@ importers:
dependencies:
'@babel/plugin-transform-modules-commonjs':
specifier: ^7.26.3
- version: 7.26.3(@babel/core@7.26.8)
+ version: 7.26.3(@babel/core@7.26.9)
'@babel/preset-typescript':
specifier: ^7.26.0
- version: 7.26.0(@babel/core@7.26.8)
+ version: 7.26.0(@babel/core@7.26.9)
'@babel/register':
specifier: ^7.25.9
- version: 7.25.9(@babel/core@7.26.8)
+ version: 7.25.9(@babel/core@7.26.9)
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@emotion/cache':
specifier: ^11.13.5
version: 11.14.0
@@ -1181,14 +1181,14 @@ importers:
packages/api-docs-builder:
dependencies:
'@babel/core':
- specifier: ^7.26.8
- version: 7.26.8
+ specifier: ^7.26.9
+ version: 7.26.9
'@babel/preset-typescript':
specifier: ^7.26.0
- version: 7.26.0(@babel/core@7.26.8)
+ version: 7.26.0(@babel/core@7.26.9)
'@babel/traverse':
- specifier: ^7.26.8
- version: 7.26.8
+ specifier: ^7.26.9
+ version: 7.26.9
'@mui/internal-docs-utils':
specifier: workspace:^
version: link:../../packages-internal/docs-utils
@@ -1336,8 +1336,8 @@ importers:
packages/markdown:
dependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
lodash:
specifier: ^4.17.21
version: 4.17.21
@@ -1358,8 +1358,8 @@ importers:
packages/mui-base:
dependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@floating-ui/react-dom':
specifier: ^2.1.1
version: 2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -1426,20 +1426,20 @@ importers:
packages/mui-codemod:
dependencies:
'@babel/core':
- specifier: ^7.26.8
- version: 7.26.8
+ specifier: ^7.26.9
+ version: 7.26.9
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@babel/traverse':
- specifier: ^7.26.8
- version: 7.26.8
+ specifier: ^7.26.9
+ version: 7.26.9
jscodeshift:
specifier: ^17.1.2
- version: 17.1.2(@babel/preset-env@7.26.8(@babel/core@7.26.8))
+ version: 17.1.2(@babel/preset-env@7.26.9(@babel/core@7.26.9))
jscodeshift-add-imports:
specifier: ^1.0.11
- version: 1.0.11(jscodeshift@17.1.2(@babel/preset-env@7.26.8(@babel/core@7.26.8)))
+ version: 1.0.11(jscodeshift@17.1.2(@babel/preset-env@7.26.9(@babel/core@7.26.9)))
postcss:
specifier: ^8.5.2
version: 8.5.2
@@ -1467,8 +1467,8 @@ importers:
packages/mui-docs:
dependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@mui/base':
specifier: '*'
version: 5.0.0-beta.69(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -1517,7 +1517,7 @@ importers:
version: 19.0.8
next:
specifier: ^15.1.6
- version: 15.1.7(@babel/core@7.26.8)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ version: 15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react:
specifier: ^19.0.0
version: 19.0.0
@@ -1570,8 +1570,8 @@ importers:
packages/mui-icons-material:
dependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
devDependencies:
'@mui/icons-material':
specifier: workspace:*
@@ -1629,8 +1629,8 @@ importers:
packages/mui-joy:
dependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@emotion/react':
specifier: ^11.5.0
version: 11.13.5(@types/react@19.0.8)(react@19.0.0)
@@ -1691,7 +1691,7 @@ importers:
version: 4.17.21
next:
specifier: ^15.1.6
- version: 15.1.7(@babel/core@7.26.8)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ version: 15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react:
specifier: ^19.0.0
version: 19.0.0
@@ -1706,8 +1706,8 @@ importers:
packages/mui-lab:
dependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@emotion/react':
specifier: ^11.5.0
version: 11.13.5(@types/react@19.0.8)(react@19.0.0)
@@ -1774,8 +1774,8 @@ importers:
packages/mui-material:
dependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@emotion/react':
specifier: ^11.5.0
version: 11.13.5(@types/react@19.0.8)(react@19.0.0)
@@ -1878,8 +1878,8 @@ importers:
packages/mui-material-nextjs:
dependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
devDependencies:
'@emotion/cache':
specifier: ^11.13.5
@@ -1895,7 +1895,7 @@ importers:
version: 19.0.8
next:
specifier: ^15.1.6
- version: 15.1.7(@babel/core@7.26.8)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ version: 15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react:
specifier: ^19.0.0
version: 19.0.0
@@ -1904,8 +1904,8 @@ importers:
packages/mui-material-pigment-css:
dependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@mui/system':
specifier: workspace:*
version: link:../mui-system/build
@@ -1917,8 +1917,8 @@ importers:
packages/mui-private-theming:
dependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@mui/utils':
specifier: workspace:*
version: link:../mui-utils/build
@@ -1949,8 +1949,8 @@ importers:
packages/mui-styled-engine:
dependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@emotion/cache':
specifier: ^11.13.5
version: 11.14.0
@@ -1996,8 +1996,8 @@ importers:
packages/mui-styled-engine-sc:
dependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@types/hoist-non-react-statics':
specifier: ^3.3.6
version: 3.3.6
@@ -2034,8 +2034,8 @@ importers:
packages/mui-styles:
dependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@emotion/hash':
specifier: ^0.9.2
version: 0.9.2
@@ -2120,8 +2120,8 @@ importers:
packages/mui-system:
dependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@mui/private-theming':
specifier: workspace:*
version: link:../mui-private-theming/build
@@ -2201,8 +2201,8 @@ importers:
packages/mui-utils:
dependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@mui/types':
specifier: workspace:^
version: link:../mui-types/build
@@ -2305,8 +2305,8 @@ importers:
version: 9.7.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
devDependencies:
'@babel/runtime':
- specifier: ^7.26.7
- version: 7.26.7
+ specifier: ^7.26.9
+ version: 7.26.9
'@emotion/cache':
specifier: ^11.13.5
version: 11.14.0
@@ -2522,7 +2522,7 @@ packages:
engines: {node: '>=6.9.0'}
hasBin: true
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/code-frame@7.26.2':
resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==}
@@ -2532,12 +2532,12 @@ packages:
resolution: {integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==}
engines: {node: '>=6.9.0'}
- '@babel/core@7.26.8':
- resolution: {integrity: sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==}
+ '@babel/core@7.26.9':
+ resolution: {integrity: sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==}
engines: {node: '>=6.9.0'}
- '@babel/generator@7.26.8':
- resolution: {integrity: sha512-ef383X5++iZHWAXX0SXQR6ZyQhw/0KtTkrTz61WXRhFM6dhpHulO/RJz79L8S6ugZHJkOOkUrUdxgdF2YiPFnA==}
+ '@babel/generator@7.26.9':
+ resolution: {integrity: sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==}
engines: {node: '>=6.9.0'}
'@babel/helper-annotate-as-pure@7.25.9':
@@ -2552,18 +2552,18 @@ packages:
resolution: {integrity: sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/helper-create-regexp-features-plugin@7.25.9':
resolution: {integrity: sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/helper-define-polyfill-provider@0.6.3':
resolution: {integrity: sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/helper-member-expression-to-functions@7.25.9':
resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==}
@@ -2577,7 +2577,7 @@ packages:
resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/helper-optimise-call-expression@7.25.9':
resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==}
@@ -2591,13 +2591,13 @@ packages:
resolution: {integrity: sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/helper-replace-supers@7.25.9':
resolution: {integrity: sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/helper-skip-transparent-expression-wrappers@7.25.9':
resolution: {integrity: sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==}
@@ -2619,8 +2619,8 @@ packages:
resolution: {integrity: sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.26.7':
- resolution: {integrity: sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==}
+ '@babel/helpers@7.26.9':
+ resolution: {integrity: sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==}
engines: {node: '>=6.9.0'}
'@babel/node@7.26.0':
@@ -2628,10 +2628,10 @@ packages:
engines: {node: '>=6.9.0'}
hasBin: true
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
- '@babel/parser@7.26.8':
- resolution: {integrity: sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==}
+ '@babel/parser@7.26.9':
+ resolution: {integrity: sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -2639,551 +2639,551 @@ packages:
resolution: {integrity: sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9':
resolution: {integrity: sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9':
resolution: {integrity: sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9':
resolution: {integrity: sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9':
resolution: {integrity: sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-proposal-class-properties@7.18.6':
resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-proposal-export-default-from@7.25.9':
resolution: {integrity: sha512-ykqgwNfSnNOB+C8fV5X4mG3AVmvu+WVxcaU9xHHtBb7PCrPeweMmPjGsn8eMaeJg6SJuoUuZENeeSWaarWqonQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-proposal-nullish-coalescing-operator@7.18.6':
resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-proposal-optional-chaining@7.21.0':
resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-proposal-private-methods@7.18.6':
resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2':
resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-syntax-class-properties@7.12.13':
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-syntax-dynamic-import@7.8.3':
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-syntax-export-default-from@7.25.9':
resolution: {integrity: sha512-9MhJ/SMTsVqsd69GyQg89lYR4o9T+oDGv5F6IsigxxqFVOyR/IflDLYP8WDI1l8fkhNGGktqkvL5qwNCtGEpgQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-syntax-flow@7.26.0':
resolution: {integrity: sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-syntax-import-assertions@7.26.0':
resolution: {integrity: sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-syntax-import-attributes@7.26.0':
resolution: {integrity: sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-syntax-jsx@7.25.9':
resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-syntax-nullish-coalescing-operator@7.8.3':
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-syntax-optional-chaining@7.8.3':
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-syntax-typescript@7.25.9':
resolution: {integrity: sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-syntax-unicode-sets-regex@7.18.6':
resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-arrow-functions@7.25.9':
resolution: {integrity: sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-async-generator-functions@7.26.8':
resolution: {integrity: sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-async-to-generator@7.25.9':
resolution: {integrity: sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-block-scoped-functions@7.26.5':
resolution: {integrity: sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-block-scoping@7.25.9':
resolution: {integrity: sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-class-properties@7.25.9':
resolution: {integrity: sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-class-static-block@7.26.0':
resolution: {integrity: sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-classes@7.25.9':
resolution: {integrity: sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-computed-properties@7.25.9':
resolution: {integrity: sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-destructuring@7.25.9':
resolution: {integrity: sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-dotall-regex@7.25.9':
resolution: {integrity: sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-duplicate-keys@7.25.9':
resolution: {integrity: sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9':
resolution: {integrity: sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-dynamic-import@7.25.9':
resolution: {integrity: sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-exponentiation-operator@7.26.3':
resolution: {integrity: sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-export-namespace-from@7.25.9':
resolution: {integrity: sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-flow-strip-types@7.26.5':
resolution: {integrity: sha512-eGK26RsbIkYUns3Y8qKl362juDDYK+wEdPGHGrhzUl6CewZFo55VZ7hg+CyMFU4dd5QQakBN86nBMpRsFpRvbQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
- '@babel/plugin-transform-for-of@7.25.9':
- resolution: {integrity: sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==}
+ '@babel/plugin-transform-for-of@7.26.9':
+ resolution: {integrity: sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-function-name@7.25.9':
resolution: {integrity: sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-json-strings@7.25.9':
resolution: {integrity: sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-literals@7.25.9':
resolution: {integrity: sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-logical-assignment-operators@7.25.9':
resolution: {integrity: sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-member-expression-literals@7.25.9':
resolution: {integrity: sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-modules-amd@7.25.9':
resolution: {integrity: sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-modules-commonjs@7.26.3':
resolution: {integrity: sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-modules-systemjs@7.25.9':
resolution: {integrity: sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-modules-umd@7.25.9':
resolution: {integrity: sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-named-capturing-groups-regex@7.25.9':
resolution: {integrity: sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-new-target@7.25.9':
resolution: {integrity: sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-nullish-coalescing-operator@7.26.6':
resolution: {integrity: sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-numeric-separator@7.25.9':
resolution: {integrity: sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-object-rest-spread@7.25.9':
resolution: {integrity: sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-object-super@7.25.9':
resolution: {integrity: sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-optional-catch-binding@7.25.9':
resolution: {integrity: sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-optional-chaining@7.25.9':
resolution: {integrity: sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-parameters@7.25.9':
resolution: {integrity: sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-private-methods@7.25.9':
resolution: {integrity: sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-private-property-in-object@7.25.9':
resolution: {integrity: sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-property-literals@7.25.9':
resolution: {integrity: sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-react-constant-elements@7.25.9':
resolution: {integrity: sha512-Ncw2JFsJVuvfRsa2lSHiC55kETQVLSnsYGQ1JDDwkUeWGTL/8Tom8aLTnlqgoeuopWrbbGndrc9AlLYrIosrow==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-react-display-name@7.25.9':
resolution: {integrity: sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-react-jsx-development@7.25.9':
resolution: {integrity: sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-react-jsx-self@7.25.9':
resolution: {integrity: sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-react-jsx-source@7.25.9':
resolution: {integrity: sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-react-jsx@7.25.9':
resolution: {integrity: sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-react-pure-annotations@7.25.9':
resolution: {integrity: sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-regenerator@7.25.9':
resolution: {integrity: sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-regexp-modifiers@7.26.0':
resolution: {integrity: sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-reserved-words@7.25.9':
resolution: {integrity: sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
- '@babel/plugin-transform-runtime@7.26.8':
- resolution: {integrity: sha512-H0jlQxFMI0Q8SyGPsj9pO3ygVQRxPkIGytsL3m1Zqca8KrCPpMlvh+e2dxknqdfS8LFwBw+PpiYPD9qy/FPQpA==}
+ '@babel/plugin-transform-runtime@7.26.9':
+ resolution: {integrity: sha512-Jf+8y9wXQbbxvVYTM8gO5oEF2POdNji0NMltEkG7FtmzD9PVz7/lxpqSdTvwsjTMU5HIHuDVNf2SOxLkWi+wPQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-shorthand-properties@7.25.9':
resolution: {integrity: sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-spread@7.25.9':
resolution: {integrity: sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-sticky-regex@7.25.9':
resolution: {integrity: sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-template-literals@7.26.8':
resolution: {integrity: sha512-OmGDL5/J0CJPJZTHZbi2XpO0tyT2Ia7fzpW5GURwdtp2X3fMmN8au/ej6peC/T33/+CRiIpA8Krse8hFGVmT5Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-typeof-symbol@7.26.7':
resolution: {integrity: sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-typescript@7.26.7':
resolution: {integrity: sha512-5cJurntg+AT+cgelGP9Bt788DKiAw9gIMSMU2NJrLAilnj0m8WZWUNZPSLOmadYsujHutpgElO+50foX+ib/Wg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-unicode-escapes@7.25.9':
resolution: {integrity: sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-unicode-property-regex@7.25.9':
resolution: {integrity: sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-unicode-regex@7.25.9':
resolution: {integrity: sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/plugin-transform-unicode-sets-regex@7.25.9':
resolution: {integrity: sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
- '@babel/preset-env@7.26.8':
- resolution: {integrity: sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg==}
+ '@babel/preset-env@7.26.9':
+ resolution: {integrity: sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/preset-flow@7.25.9':
resolution: {integrity: sha512-EASHsAhE+SSlEzJ4bzfusnXSHiU+JfAYzj+jbw2vgQKgq5HrUr8qs+vgtiEL5dOH6sEweI+PNt2D7AqrDSHyqQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/preset-modules@0.1.6-no-external-plugins':
resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/preset-react@7.26.3':
resolution: {integrity: sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/preset-typescript@7.26.0':
resolution: {integrity: sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@babel/register@7.25.9':
resolution: {integrity: sha512-8D43jXtGsYmEeDvm4MWHYUpWf8iiXgWYx3fW7E7Wb7Oe6FWqJPl5K6TuFW0dOwNZzEE5rjlaSJYH9JjrUKJszA==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
- '@babel/runtime-corejs2@7.26.7':
- resolution: {integrity: sha512-C7fo97gUfsUP54j6GcQ+rJXyW6vgRRqF7J1ZxXesWcQtSRyzH1+eYrqFGzmU2JSUGFV0hQA2zLY/Z8AMrEx0qg==}
+ '@babel/runtime-corejs2@7.26.9':
+ resolution: {integrity: sha512-DHEUkm9RD4RfIThlLTemmHNFVTj9Z/augVFMuyheFjwoFv1jFjauncHrcSW6Kv1TpzTupB01zFk2iRFAh2iE9A==}
engines: {node: '>=6.9.0'}
'@babel/runtime-corejs3@7.24.4':
resolution: {integrity: sha512-VOQOexSilscN24VEY810G/PqtpFvx/z6UqDIjIWbDe2368HhDLkYN5TYwaEz/+eRCUkhJ2WaNLLmQAlxzfWj4w==}
engines: {node: '>=6.9.0'}
- '@babel/runtime@7.26.7':
- resolution: {integrity: sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==}
+ '@babel/runtime@7.26.9':
+ resolution: {integrity: sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==}
engines: {node: '>=6.9.0'}
- '@babel/template@7.26.8':
- resolution: {integrity: sha512-iNKaX3ZebKIsCvJ+0jd6embf+Aulaa3vNBqZ41kM7iTWjx5qzWKXGHiJUW3+nTpQ18SG11hdF8OAzKrpXkb96Q==}
+ '@babel/template@7.26.9':
+ resolution: {integrity: sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.26.8':
- resolution: {integrity: sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA==}
+ '@babel/traverse@7.26.9':
+ resolution: {integrity: sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.26.8':
- resolution: {integrity: sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==}
+ '@babel/types@7.26.9':
+ resolution: {integrity: sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==}
engines: {node: '>=6.9.0'}
'@bcoe/v8-coverage@0.2.3':
@@ -4972,13 +4972,13 @@ packages:
resolution: {integrity: sha512-UtyYCDJ3rZIeggyFEfh/q5t/FZ5a1h9F8EI37Nbrwyk/OKPH+1XS4PbHROHJzBARlJwOAfmT75+ovYUO0eakJA==}
engines: {node: '>=18'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@react-native/codegen@0.75.4':
resolution: {integrity: sha512-0FplNAD/S5FUvm8YIn6uyarOcP4jdJPqWz17K4a/Gp2KSsG/JJKEskX3aj5wpePzVfNQl3WyvBJ0whODdCocIA==}
engines: {node: '>=18'}
peerDependencies:
- '@babel/preset-env': ^7.26.8
+ '@babel/preset-env': ^7.26.9
'@react-native/community-cli-plugin@0.75.4':
resolution: {integrity: sha512-k/hevYPjEpW0MNVVyb3v9PJosOP+FzenS7+oqYNLXdEmgTnGHrAtYX9ABrJJgzeJt7I6g8g+RDvm8PSE+tnM5w==}
@@ -5004,7 +5004,7 @@ packages:
resolution: {integrity: sha512-O0WMW/K8Ny/MAAeRebqGEQhrbzcioxcPHZtos+EH2hWeBTEKHQV8fMYYxfYDabpr392qdhSBwg3LlXUD4U3PXQ==}
engines: {node: '>=18'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
'@react-native/normalize-colors@0.75.4':
resolution: {integrity: sha512-90QrQDLg0/k9xqYesaKuIkayOSjD+FKa0hsHollbwT5h3kuGMY+lU7UZxnb8tU55Y1PKdvjYxqQsYWI/ql79zA==}
@@ -5529,9 +5529,6 @@ packages:
'@types/fs-extra@11.0.4':
resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==}
- '@types/gensync@1.0.4':
- resolution: {integrity: sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA==}
-
'@types/gtag.js@0.0.20':
resolution: {integrity: sha512-wwAbk3SA2QeU67unN7zPxjEHmPmlXwZXZvQEpbEUQuMCRGgKyE1m6XDuTUA9b6pCGb/GqJmdfMOY5LuDjJSbbg==}
@@ -6258,20 +6255,20 @@ packages:
babel-core@7.0.0-bridge.0:
resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
babel-loader@9.2.1:
resolution: {integrity: sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==}
engines: {node: '>= 14.15.0'}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
webpack: '>=5'
babel-merge@3.0.0:
resolution: {integrity: sha512-eBOBtHnzt9xvnjpYNI5HmaPp/b2vMveE5XggzqHnQeHJ8mFIBrBv6WZEVIj5jJ2uwTItkqKo9gWzEEcBxEq0yw==}
deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
babel-plugin-define-var@0.1.0:
resolution: {integrity: sha512-WcK43U4uz+9G35Wvdnyri4Tcg8Ux9/hSbQC4ckpfrHFQp8Cuz1BIQK5NswuGxT3T8cc3d4e55wDeSO4dViOugg==}
@@ -6294,22 +6291,22 @@ packages:
babel-plugin-polyfill-corejs2@0.4.10:
resolution: {integrity: sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
babel-plugin-polyfill-corejs3@0.10.6:
resolution: {integrity: sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
babel-plugin-polyfill-corejs3@0.11.1:
resolution: {integrity: sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
babel-plugin-polyfill-regenerator@0.6.1:
resolution: {integrity: sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
babel-plugin-react-remove-properties@0.3.0:
resolution: {integrity: sha512-vbxegtXGyVcUkCvayLzftU95vuvpYFV85pRpeMpohMHeEY46Qe0VNWfkVVcCbaZ12CXHzDFOj0esumATcW83ng==}
@@ -6318,7 +6315,7 @@ packages:
resolution: {integrity: sha512-cqswtpSPo0e++rZB0l/54EG17LL25l9gLgh59yXfnmNxX+2lZTIOpx2zt4YI9QIClVXc8xf63J6yWwKkzy0jNg==}
engines: {node: ^14.20.0 || ^16.16.0 || >=18.5.0}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
babel-plugin-transform-flow-enums@0.0.2:
resolution: {integrity: sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==}
@@ -6326,7 +6323,7 @@ packages:
babel-plugin-transform-import-meta@2.3.2:
resolution: {integrity: sha512-902o4GiQqI1GqAXfD5rEoz0PJamUfJ3VllpdWaNsFTwdaNjFSFHawvBO+cp5K2j+g2h3bZ4lnM1Xb6yFYGihtA==}
peerDependencies:
- '@babel/core': ^7.26.8
+ '@babel/core': ^7.26.9
babel-plugin-transform-inline-environment-variables@0.4.4:
resolution: {integrity: sha512-bJILBtn5a11SmtR2j/3mBOjX4K3weC6cq+NNZ7hG22wCAqpc3qtj/iN7dSe9HDiS46lgp1nHsQgeYrea/RUe+g==}
@@ -9218,14 +9215,14 @@ packages:
resolution: {integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==}
hasBin: true
peerDependencies:
- '@babel/preset-env': ^7.26.8
+ '@babel/preset-env': ^7.26.9
jscodeshift@17.1.2:
resolution: {integrity: sha512-uime4vFOiZ1o3ICT4Sm/AbItHEVw2oCxQ3a0egYVy3JMMOctxe07H3SKL1v175YqjMt27jn1N+3+Bj9SKDNgdQ==}
engines: {node: '>=16'}
hasBin: true
peerDependencies:
- '@babel/preset-env': ^7.26.8
+ '@babel/preset-env': ^7.26.9
peerDependenciesMeta:
'@babel/preset-env':
optional: true
@@ -13502,9 +13499,9 @@ snapshots:
'@csstools/css-tokenizer': 3.0.3
lru-cache: 10.4.3
- '@babel/cli@7.26.4(@babel/core@7.26.8)':
+ '@babel/cli@7.26.4(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@jridgewell/trace-mapping': 0.3.25
commander: 6.2.1
convert-source-map: 2.0.0
@@ -13524,19 +13521,18 @@ snapshots:
'@babel/compat-data@7.26.8': {}
- '@babel/core@7.26.8':
+ '@babel/core@7.26.9':
dependencies:
'@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.26.2
- '@babel/generator': 7.26.8
+ '@babel/generator': 7.26.9
'@babel/helper-compilation-targets': 7.26.5
- '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.8)
- '@babel/helpers': 7.26.7
- '@babel/parser': 7.26.8
- '@babel/template': 7.26.8
- '@babel/traverse': 7.26.8
- '@babel/types': 7.26.8
- '@types/gensync': 1.0.4
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.9)
+ '@babel/helpers': 7.26.9
+ '@babel/parser': 7.26.9
+ '@babel/template': 7.26.9
+ '@babel/traverse': 7.26.9
+ '@babel/types': 7.26.9
convert-source-map: 2.0.0
debug: 4.4.0(supports-color@8.1.1)
gensync: 1.0.0-beta.2
@@ -13545,17 +13541,17 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/generator@7.26.8':
+ '@babel/generator@7.26.9':
dependencies:
- '@babel/parser': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/parser': 7.26.9
+ '@babel/types': 7.26.9
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
jsesc: 3.0.2
'@babel/helper-annotate-as-pure@7.25.9':
dependencies:
- '@babel/types': 7.26.8
+ '@babel/types': 7.26.9
'@babel/helper-compilation-targets@7.26.5':
dependencies:
@@ -13565,29 +13561,29 @@ snapshots:
lru-cache: 5.1.1
semver: 6.3.1
- '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.8)':
+ '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-annotate-as-pure': 7.25.9
'@babel/helper-member-expression-to-functions': 7.25.9
'@babel/helper-optimise-call-expression': 7.25.9
- '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.8)
+ '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.9)
'@babel/helper-skip-transparent-expression-wrappers': 7.25.9
- '@babel/traverse': 7.26.8
+ '@babel/traverse': 7.26.9
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/helper-create-regexp-features-plugin@7.25.9(@babel/core@7.26.8)':
+ '@babel/helper-create-regexp-features-plugin@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-annotate-as-pure': 7.25.9
regexpu-core: 6.1.1
semver: 6.3.1
- '@babel/helper-define-polyfill-provider@0.6.3(@babel/core@7.26.8)':
+ '@babel/helper-define-polyfill-provider@0.6.3(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-compilation-targets': 7.26.5
'@babel/helper-plugin-utils': 7.26.5
debug: 4.4.0(supports-color@8.1.1)
@@ -13598,55 +13594,55 @@ snapshots:
'@babel/helper-member-expression-to-functions@7.25.9':
dependencies:
- '@babel/traverse': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/traverse': 7.26.9
+ '@babel/types': 7.26.9
transitivePeerDependencies:
- supports-color
'@babel/helper-module-imports@7.25.9':
dependencies:
- '@babel/traverse': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/traverse': 7.26.9
+ '@babel/types': 7.26.9
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.8)':
+ '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-module-imports': 7.25.9
'@babel/helper-validator-identifier': 7.25.9
- '@babel/traverse': 7.26.8
+ '@babel/traverse': 7.26.9
transitivePeerDependencies:
- supports-color
'@babel/helper-optimise-call-expression@7.25.9':
dependencies:
- '@babel/types': 7.26.8
+ '@babel/types': 7.26.9
'@babel/helper-plugin-utils@7.26.5': {}
- '@babel/helper-remap-async-to-generator@7.25.9(@babel/core@7.26.8)':
+ '@babel/helper-remap-async-to-generator@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-annotate-as-pure': 7.25.9
'@babel/helper-wrap-function': 7.25.9
- '@babel/traverse': 7.26.8
+ '@babel/traverse': 7.26.9
transitivePeerDependencies:
- supports-color
- '@babel/helper-replace-supers@7.25.9(@babel/core@7.26.8)':
+ '@babel/helper-replace-supers@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-member-expression-to-functions': 7.25.9
'@babel/helper-optimise-call-expression': 7.25.9
- '@babel/traverse': 7.26.8
+ '@babel/traverse': 7.26.9
transitivePeerDependencies:
- supports-color
'@babel/helper-skip-transparent-expression-wrappers@7.25.9':
dependencies:
- '@babel/traverse': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/traverse': 7.26.9
+ '@babel/types': 7.26.9
transitivePeerDependencies:
- supports-color
@@ -13658,676 +13654,676 @@ snapshots:
'@babel/helper-wrap-function@7.25.9':
dependencies:
- '@babel/template': 7.26.8
- '@babel/traverse': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/template': 7.26.9
+ '@babel/traverse': 7.26.9
+ '@babel/types': 7.26.9
transitivePeerDependencies:
- supports-color
- '@babel/helpers@7.26.7':
+ '@babel/helpers@7.26.9':
dependencies:
- '@babel/template': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/template': 7.26.9
+ '@babel/types': 7.26.9
- '@babel/node@7.26.0(@babel/core@7.26.8)':
+ '@babel/node@7.26.0(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/register': 7.25.9(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/register': 7.25.9(@babel/core@7.26.9)
commander: 6.2.1
core-js: 3.32.1
node-environment-flags: 1.0.6
regenerator-runtime: 0.14.0
v8flags: 3.2.0
- '@babel/parser@7.26.8':
+ '@babel/parser@7.26.9':
dependencies:
- '@babel/types': 7.26.8
+ '@babel/types': 7.26.9
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/traverse': 7.26.8
+ '@babel/traverse': 7.26.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-skip-transparent-expression-wrappers': 7.25.9
- '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.9)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/traverse': 7.26.8
+ '@babel/traverse': 7.26.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.26.8)':
+ '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-proposal-export-default-from@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-proposal-export-default-from@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.26.8)':
+ '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.8)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.9)
- '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.26.8)':
+ '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-skip-transparent-expression-wrappers': 7.25.9
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.8)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.9)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.26.8)':
+ '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.8)':
+ '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
- '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.26.8)':
+ '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.26.8)':
+ '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-export-default-from@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-syntax-export-default-from@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.8)':
+ '@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.26.8)':
+ '@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.8)':
+ '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.26.8)':
+ '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.26.8)':
+ '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.8)':
+ '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.26.8)':
+ '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.8)
- '@babel/traverse': 7.26.8
+ '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.9)
+ '@babel/traverse': 7.26.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-module-imports': 7.25.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.8)
+ '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.9)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-block-scoped-functions@7.26.5(@babel/core@7.26.8)':
+ '@babel/plugin-transform-block-scoped-functions@7.26.5(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-block-scoping@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-block-scoping@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-class-static-block@7.26.0(@babel/core@7.26.8)':
+ '@babel/plugin-transform-class-static-block@7.26.0(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-classes@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-classes@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-annotate-as-pure': 7.25.9
'@babel/helper-compilation-targets': 7.26.5
'@babel/helper-plugin-utils': 7.26.5
- '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.8)
- '@babel/traverse': 7.26.8
+ '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.9)
+ '@babel/traverse': 7.26.9
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-computed-properties@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-computed-properties@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/template': 7.26.8
+ '@babel/template': 7.26.9
- '@babel/plugin-transform-destructuring@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-destructuring@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-duplicate-keys@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-duplicate-keys@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-dynamic-import@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-dynamic-import@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-exponentiation-operator@7.26.3(@babel/core@7.26.8)':
+ '@babel/plugin-transform-exponentiation-operator@7.26.3(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-export-namespace-from@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-export-namespace-from@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-flow-strip-types@7.26.5(@babel/core@7.26.8)':
+ '@babel/plugin-transform-flow-strip-types@7.26.5(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.26.8)
+ '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.26.9)
- '@babel/plugin-transform-for-of@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-for-of@7.26.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-skip-transparent-expression-wrappers': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-function-name@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-function-name@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-compilation-targets': 7.26.5
'@babel/helper-plugin-utils': 7.26.5
- '@babel/traverse': 7.26.8
+ '@babel/traverse': 7.26.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-json-strings@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-json-strings@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-literals@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-literals@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-logical-assignment-operators@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-logical-assignment-operators@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-member-expression-literals@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-member-expression-literals@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-modules-amd@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-modules-amd@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.26.8)':
+ '@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-systemjs@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-modules-systemjs@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-validator-identifier': 7.25.9
- '@babel/traverse': 7.26.8
+ '@babel/traverse': 7.26.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-umd@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-modules-umd@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-named-capturing-groups-regex@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-named-capturing-groups-regex@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-new-target@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-new-target@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-nullish-coalescing-operator@7.26.6(@babel/core@7.26.8)':
+ '@babel/plugin-transform-nullish-coalescing-operator@7.26.6(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-numeric-separator@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-numeric-separator@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-object-rest-spread@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-object-rest-spread@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-compilation-targets': 7.26.5
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.9)
- '@babel/plugin-transform-object-super@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-object-super@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.8)
+ '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.9)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-optional-catch-binding@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-optional-catch-binding@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-optional-chaining@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-optional-chaining@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-skip-transparent-expression-wrappers': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-parameters@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-parameters@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-private-property-in-object@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-private-property-in-object@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-annotate-as-pure': 7.25.9
- '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.8)
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-property-literals@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-property-literals@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-react-constant-elements@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-react-constant-elements@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-react-display-name@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-react-display-name@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-react-jsx-development@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-react-jsx-development@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.9)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-react-jsx-self@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-react-jsx-self@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-react-jsx-source@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-react-jsx-source@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-annotate-as-pure': 7.25.9
'@babel/helper-module-imports': 7.25.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.8)
- '@babel/types': 7.26.8
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.9)
+ '@babel/types': 7.26.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-react-pure-annotations@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-react-pure-annotations@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-annotate-as-pure': 7.25.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-regenerator@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-regenerator@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
regenerator-transform: 0.15.2
- '@babel/plugin-transform-regexp-modifiers@7.26.0(@babel/core@7.26.8)':
+ '@babel/plugin-transform-regexp-modifiers@7.26.0(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-reserved-words@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-reserved-words@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-runtime@7.26.8(@babel/core@7.26.8)':
+ '@babel/plugin-transform-runtime@7.26.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-module-imports': 7.25.9
'@babel/helper-plugin-utils': 7.26.5
- babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.26.8)
- babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.26.8)
- babel-plugin-polyfill-regenerator: 0.6.1(@babel/core@7.26.8)
+ babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.26.9)
+ babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.26.9)
+ babel-plugin-polyfill-regenerator: 0.6.1(@babel/core@7.26.9)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-shorthand-properties@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-shorthand-properties@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-spread@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-spread@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-skip-transparent-expression-wrappers': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-sticky-regex@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-sticky-regex@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-template-literals@7.26.8(@babel/core@7.26.8)':
+ '@babel/plugin-transform-template-literals@7.26.8(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-typeof-symbol@7.26.7(@babel/core@7.26.8)':
+ '@babel/plugin-transform-typeof-symbol@7.26.7(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-typescript@7.26.7(@babel/core@7.26.8)':
+ '@babel/plugin-transform-typescript@7.26.7(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-annotate-as-pure': 7.25.9
- '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.8)
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-skip-transparent-expression-wrappers': 7.25.9
- '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.9)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-unicode-escapes@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-unicode-escapes@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-unicode-property-regex@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-unicode-property-regex@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-unicode-regex@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-unicode-regex@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-transform-unicode-sets-regex@7.25.9(@babel/core@7.26.8)':
+ '@babel/plugin-transform-unicode-sets-regex@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.9)
'@babel/helper-plugin-utils': 7.26.5
- '@babel/preset-env@7.26.8(@babel/core@7.26.8)':
+ '@babel/preset-env@7.26.9(@babel/core@7.26.9)':
dependencies:
'@babel/compat-data': 7.26.8
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-compilation-targets': 7.26.5
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-validator-option': 7.25.9
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.8)
- '@babel/plugin-syntax-import-assertions': 7.26.0(@babel/core@7.26.8)
- '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.8)
- '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.8)
- '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.8)
- '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-block-scoped-functions': 7.26.5(@babel/core@7.26.8)
- '@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-class-static-block': 7.26.0(@babel/core@7.26.8)
- '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-dotall-regex': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-duplicate-keys': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-dynamic-import': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-exponentiation-operator': 7.26.3(@babel/core@7.26.8)
- '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-for-of': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-json-strings': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-logical-assignment-operators': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-member-expression-literals': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-modules-amd': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.8)
- '@babel/plugin-transform-modules-systemjs': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-modules-umd': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-new-target': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-nullish-coalescing-operator': 7.26.6(@babel/core@7.26.8)
- '@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-object-super': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-optional-catch-binding': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-property-literals': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-regenerator': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-regexp-modifiers': 7.26.0(@babel/core@7.26.8)
- '@babel/plugin-transform-reserved-words': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-template-literals': 7.26.8(@babel/core@7.26.8)
- '@babel/plugin-transform-typeof-symbol': 7.26.7(@babel/core@7.26.8)
- '@babel/plugin-transform-unicode-escapes': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-unicode-property-regex': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-unicode-sets-regex': 7.25.9(@babel/core@7.26.8)
- '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.26.8)
- babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.26.8)
- babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.8)
- babel-plugin-polyfill-regenerator: 0.6.1(@babel/core@7.26.8)
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.9)
+ '@babel/plugin-syntax-import-assertions': 7.26.0(@babel/core@7.26.9)
+ '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.9)
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.9)
+ '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.9)
+ '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-block-scoped-functions': 7.26.5(@babel/core@7.26.9)
+ '@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-class-static-block': 7.26.0(@babel/core@7.26.9)
+ '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-dotall-regex': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-duplicate-keys': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-dynamic-import': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-exponentiation-operator': 7.26.3(@babel/core@7.26.9)
+ '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-for-of': 7.26.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-json-strings': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-logical-assignment-operators': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-member-expression-literals': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-modules-amd': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.9)
+ '@babel/plugin-transform-modules-systemjs': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-modules-umd': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-new-target': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.26.6(@babel/core@7.26.9)
+ '@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-object-super': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-optional-catch-binding': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-property-literals': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-regenerator': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-regexp-modifiers': 7.26.0(@babel/core@7.26.9)
+ '@babel/plugin-transform-reserved-words': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-template-literals': 7.26.8(@babel/core@7.26.9)
+ '@babel/plugin-transform-typeof-symbol': 7.26.7(@babel/core@7.26.9)
+ '@babel/plugin-transform-unicode-escapes': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-unicode-property-regex': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-unicode-sets-regex': 7.25.9(@babel/core@7.26.9)
+ '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.26.9)
+ babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.26.9)
+ babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.9)
+ babel-plugin-polyfill-regenerator: 0.6.1(@babel/core@7.26.9)
core-js-compat: 3.40.0
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/preset-flow@7.25.9(@babel/core@7.26.8)':
+ '@babel/preset-flow@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-validator-option': 7.25.9
- '@babel/plugin-transform-flow-strip-types': 7.26.5(@babel/core@7.26.8)
+ '@babel/plugin-transform-flow-strip-types': 7.26.5(@babel/core@7.26.9)
- '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.26.8)':
+ '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/types': 7.26.8
+ '@babel/types': 7.26.9
esutils: 2.0.3
- '@babel/preset-react@7.26.3(@babel/core@7.26.8)':
+ '@babel/preset-react@7.26.3(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-validator-option': 7.25.9
- '@babel/plugin-transform-react-display-name': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-react-jsx-development': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-react-pure-annotations': 7.25.9(@babel/core@7.26.8)
+ '@babel/plugin-transform-react-display-name': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-react-jsx-development': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-react-pure-annotations': 7.25.9(@babel/core@7.26.9)
transitivePeerDependencies:
- supports-color
- '@babel/preset-typescript@7.26.0(@babel/core@7.26.8)':
+ '@babel/preset-typescript@7.26.0(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-plugin-utils': 7.26.5
'@babel/helper-validator-option': 7.25.9
- '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.8)
- '@babel/plugin-transform-typescript': 7.26.7(@babel/core@7.26.8)
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.9)
+ '@babel/plugin-transform-typescript': 7.26.7(@babel/core@7.26.9)
transitivePeerDependencies:
- supports-color
- '@babel/register@7.25.9(@babel/core@7.26.8)':
+ '@babel/register@7.25.9(@babel/core@7.26.9)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
clone-deep: 4.0.1
find-cache-dir: 2.1.0
make-dir: 2.1.0
pirates: 4.0.6
source-map-support: 0.5.21
- '@babel/runtime-corejs2@7.26.7':
+ '@babel/runtime-corejs2@7.26.9':
dependencies:
core-js: 2.6.12
regenerator-runtime: 0.14.0
@@ -14337,29 +14333,29 @@ snapshots:
core-js-pure: 3.32.1
regenerator-runtime: 0.14.0
- '@babel/runtime@7.26.7':
+ '@babel/runtime@7.26.9':
dependencies:
regenerator-runtime: 0.14.0
- '@babel/template@7.26.8':
+ '@babel/template@7.26.9':
dependencies:
'@babel/code-frame': 7.26.2
- '@babel/parser': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/parser': 7.26.9
+ '@babel/types': 7.26.9
- '@babel/traverse@7.26.8':
+ '@babel/traverse@7.26.9':
dependencies:
'@babel/code-frame': 7.26.2
- '@babel/generator': 7.26.8
- '@babel/parser': 7.26.8
- '@babel/template': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/generator': 7.26.9
+ '@babel/parser': 7.26.9
+ '@babel/template': 7.26.9
+ '@babel/types': 7.26.9
debug: 4.4.0(supports-color@8.1.1)
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/types@7.26.8':
+ '@babel/types@7.26.9':
dependencies:
'@babel/helper-string-parser': 7.25.9
'@babel/helper-validator-identifier': 7.25.9
@@ -14517,7 +14513,7 @@ snapshots:
'@emotion/babel-plugin@11.13.5':
dependencies:
'@babel/helper-module-imports': 7.25.9
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@emotion/hash': 0.9.2
'@emotion/memoize': 0.9.0
'@emotion/serialize': 1.3.3
@@ -14578,7 +14574,7 @@ snapshots:
'@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@emotion/babel-plugin': 11.13.5
'@emotion/cache': 11.14.0
'@emotion/serialize': 1.3.3
@@ -14613,7 +14609,7 @@ snapshots:
'@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@emotion/babel-plugin': 11.13.5
'@emotion/is-prop-valid': 1.3.1
'@emotion/react': 11.13.5(@types/react@19.0.8)(react@19.0.0)
@@ -15182,7 +15178,7 @@ snapshots:
'@mui/base@5.0.0-beta.30(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@floating-ui/react-dom': 2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mui/types': 7.2.21(@types/react@19.0.8)
'@mui/utils': 5.16.6(@types/react@19.0.8)(react@19.0.0)
@@ -15196,7 +15192,7 @@ snapshots:
'@mui/base@5.0.0-beta.31(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@floating-ui/react-dom': 2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mui/types': 7.2.21(@types/react@19.0.8)
'@mui/utils': 5.16.6(@types/react@19.0.8)(react@19.0.0)
@@ -15210,7 +15206,7 @@ snapshots:
'@mui/base@5.0.0-beta.68(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@floating-ui/react-dom': 2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mui/types': 7.2.21(@types/react@19.0.8)
'@mui/utils': 6.4.1(@types/react@19.0.8)(react@19.0.0)
@@ -15224,7 +15220,7 @@ snapshots:
'@mui/base@5.0.0-beta.69(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@floating-ui/react-dom': 2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mui/types': 7.2.21(@types/react@19.0.8)
'@mui/utils': 6.4.1(@types/react@19.0.8)(react@19.0.0)
@@ -15240,7 +15236,7 @@ snapshots:
'@mui/joy@5.0.0-beta.22(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/base': 5.0.0-beta.31(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mui/core-downloads-tracker': 5.15.14
'@mui/system': 5.16.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)
@@ -15257,7 +15253,7 @@ snapshots:
'@mui/lab@6.0.0-beta.22(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@mui/material-pigment-css@6.4.1(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@pigment-css/react@0.0.30(@types/react@19.0.8)(react@19.0.0)(typescript@5.7.3))(@types/react@19.0.8)(react@19.0.0))(@mui/material@packages+mui-material+build)(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/base': 5.0.0-beta.68(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mui/material': link:packages/mui-material/build
'@mui/system': 6.4.1(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)
@@ -15275,7 +15271,7 @@ snapshots:
'@mui/material-pigment-css@6.4.1(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@pigment-css/react@0.0.30(@types/react@19.0.8)(react@19.0.0)(typescript@5.7.3))(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/system': 6.4.1(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)
'@pigment-css/react': 0.0.30(@types/react@19.0.8)(react@19.0.0)(typescript@5.7.3)
transitivePeerDependencies:
@@ -15287,7 +15283,7 @@ snapshots:
'@mui/material@5.15.4(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/base': 5.0.0-beta.31(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mui/core-downloads-tracker': 5.15.14
'@mui/system': 5.16.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)
@@ -15308,7 +15304,7 @@ snapshots:
'@mui/private-theming@5.16.5(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/utils': 5.16.6(@types/react@19.0.8)(react@19.0.0)
prop-types: 15.8.1
react: 19.0.0
@@ -15317,7 +15313,7 @@ snapshots:
'@mui/private-theming@6.4.1(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/utils': 6.4.1(@types/react@19.0.8)(react@19.0.0)
prop-types: 15.8.1
react: 19.0.0
@@ -15326,7 +15322,7 @@ snapshots:
'@mui/styled-engine@5.16.4(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@emotion/cache': 11.14.0
csstype: 3.1.3
prop-types: 15.8.1
@@ -15337,7 +15333,7 @@ snapshots:
'@mui/styled-engine@6.4.0(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@emotion/cache': 11.14.0
'@emotion/serialize': 1.3.3
'@emotion/sheet': 1.4.0
@@ -15350,7 +15346,7 @@ snapshots:
'@mui/system@5.16.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/private-theming': 5.16.5(@types/react@19.0.8)(react@19.0.0)
'@mui/styled-engine': 5.16.4(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(react@19.0.0)
'@mui/types': 7.2.21(@types/react@19.0.8)
@@ -15366,7 +15362,7 @@ snapshots:
'@mui/system@6.4.1(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/private-theming': 6.4.1(@types/react@19.0.8)(react@19.0.0)
'@mui/styled-engine': 6.4.0(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(react@19.0.0)
'@mui/types': 7.2.21(@types/react@19.0.8)
@@ -15386,7 +15382,7 @@ snapshots:
'@mui/utils@5.16.6(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/types': 7.2.21(@types/react@19.0.8)
'@types/prop-types': 15.7.14
clsx: 2.1.1
@@ -15398,7 +15394,7 @@ snapshots:
'@mui/utils@6.3.1(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/types': 7.2.21(@types/react@19.0.8)
'@types/prop-types': 15.7.14
clsx: 2.1.1
@@ -15410,7 +15406,7 @@ snapshots:
'@mui/utils@6.4.1(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/types': 7.2.21(@types/react@19.0.8)
'@types/prop-types': 15.7.14
clsx: 2.1.1
@@ -15422,7 +15418,7 @@ snapshots:
'@mui/x-charts-vendor@7.20.0':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@types/d3-color': 3.1.3
'@types/d3-delaunay': 6.0.4
'@types/d3-interpolate': 3.0.4
@@ -15440,7 +15436,7 @@ snapshots:
'@mui/x-charts@7.26.0(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/material': link:packages/mui-material/build
'@mui/system': link:packages/mui-system/build
'@mui/utils': 6.4.1(@types/react@19.0.8)(react@19.0.0)
@@ -15460,7 +15456,7 @@ snapshots:
'@mui/x-data-grid-generator@7.26.0(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/icons-material': link:packages/mui-icons-material/build
'@mui/material': link:packages/mui-material/build
'@mui/x-data-grid-premium': 7.26.0(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -15478,7 +15474,7 @@ snapshots:
'@mui/x-data-grid-premium@7.26.0(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/material': link:packages/mui-material/build
'@mui/system': link:packages/mui-system/build
'@mui/utils': 6.4.1(@types/react@19.0.8)(react@19.0.0)
@@ -15501,7 +15497,7 @@ snapshots:
'@mui/x-data-grid-pro@7.26.0(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/material': link:packages/mui-material/build
'@mui/system': link:packages/mui-system/build
'@mui/utils': 6.4.1(@types/react@19.0.8)(react@19.0.0)
@@ -15522,7 +15518,7 @@ snapshots:
'@mui/x-data-grid@7.26.0(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/material': link:packages/mui-material/build
'@mui/system': link:packages/mui-system/build
'@mui/utils': 6.4.1(@types/react@19.0.8)(react@19.0.0)
@@ -15541,7 +15537,7 @@ snapshots:
'@mui/x-date-pickers-pro@7.26.0(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.0.8)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/material': link:packages/mui-material/build
'@mui/system': link:packages/mui-system/build
'@mui/utils': 6.4.1(@types/react@19.0.8)(react@19.0.0)
@@ -15563,7 +15559,7 @@ snapshots:
'@mui/x-date-pickers@7.26.0(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.0.8)(date-fns@2.30.0)(dayjs@1.11.13)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/material': link:packages/mui-material/build
'@mui/system': link:packages/mui-system/build
'@mui/utils': 6.4.1(@types/react@19.0.8)(react@19.0.0)
@@ -15584,7 +15580,7 @@ snapshots:
'@mui/x-internals@7.26.0(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/utils': 6.4.1(@types/react@19.0.8)(react@19.0.0)
react: 19.0.0
transitivePeerDependencies:
@@ -15592,7 +15588,7 @@ snapshots:
'@mui/x-license@7.26.0(@types/react@19.0.8)(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/utils': 6.4.1(@types/react@19.0.8)(react@19.0.0)
'@mui/x-internals': 7.26.0(@types/react@19.0.8)(react@19.0.0)
react: 19.0.0
@@ -15601,7 +15597,7 @@ snapshots:
'@mui/x-tree-view@7.26.0(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@mui/material@packages+mui-material+build)(@mui/system@packages+mui-system+build)(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/material': link:packages/mui-material/build
'@mui/system': link:packages/mui-system/build
'@mui/utils': 6.4.1(@types/react@19.0.8)(react@19.0.0)
@@ -16161,10 +16157,10 @@ snapshots:
'@opentelemetry/api@1.8.0':
optional: true
- '@pigment-css/nextjs-plugin@0.0.30(@types/react@19.0.8)(next@15.1.7(@babel/core@7.26.8)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(typescript@5.7.3)(webpack-sources@3.2.3)':
+ '@pigment-css/nextjs-plugin@0.0.30(@types/react@19.0.8)(next@15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(typescript@5.7.3)(webpack-sources@3.2.3)':
dependencies:
'@pigment-css/unplugin': 0.0.30(@types/react@19.0.8)(react@19.0.0)(typescript@5.7.3)(webpack-sources@3.2.3)
- next: 15.1.7(@babel/core@7.26.8)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ next: 15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
transitivePeerDependencies:
- '@types/react'
- react
@@ -16174,11 +16170,11 @@ snapshots:
'@pigment-css/react@0.0.30(@types/react@19.0.8)(react@19.0.0)(typescript@5.7.3)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@babel/helper-module-imports': 7.25.9
'@babel/helper-plugin-utils': 7.26.5
- '@babel/parser': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/parser': 7.26.9
+ '@babel/types': 7.26.9
'@emotion/css': 11.13.4
'@emotion/is-prop-valid': 1.3.1
'@emotion/react': 11.13.5(@types/react@19.0.8)(react@19.0.0)
@@ -16204,7 +16200,7 @@ snapshots:
'@pigment-css/unplugin@0.0.30(@types/react@19.0.8)(react@19.0.0)(typescript@5.7.3)(webpack-sources@3.2.3)':
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
'@pigment-css/react': 0.0.30(@types/react@19.0.8)(react@19.0.0)(typescript@5.7.3)
'@wyw-in-js/shared': 0.5.5
'@wyw-in-js/transform': 0.5.5(typescript@5.7.3)
@@ -16219,8 +16215,8 @@ snapshots:
'@pigment-css/vite-plugin@0.0.30(@types/react@19.0.8)(react@19.0.0)(typescript@5.7.3)(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))':
dependencies:
- '@babel/core': 7.26.8
- '@babel/preset-typescript': 7.26.0(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/preset-typescript': 7.26.0(@babel/core@7.26.9)
'@pigment-css/react': 0.0.30(@types/react@19.0.8)(react@19.0.0)(typescript@5.7.3)
'@wyw-in-js/shared': 0.5.5
'@wyw-in-js/transform': 0.5.5(typescript@5.7.3)
@@ -16369,84 +16365,84 @@ snapshots:
'@react-native/assets-registry@0.75.4': {}
- '@react-native/babel-plugin-codegen@0.75.4(@babel/preset-env@7.26.8(@babel/core@7.26.8))':
+ '@react-native/babel-plugin-codegen@0.75.4(@babel/preset-env@7.26.9(@babel/core@7.26.9))':
dependencies:
- '@react-native/codegen': 0.75.4(@babel/preset-env@7.26.8(@babel/core@7.26.8))
+ '@react-native/codegen': 0.75.4(@babel/preset-env@7.26.9(@babel/core@7.26.9))
transitivePeerDependencies:
- '@babel/preset-env'
- supports-color
- '@react-native/babel-preset@0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))':
- dependencies:
- '@babel/core': 7.26.8
- '@babel/plugin-proposal-export-default-from': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.26.8)
- '@babel/plugin-syntax-export-default-from': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.26.8)
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.8)
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.8)
- '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.8)
- '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-flow-strip-types': 7.26.5(@babel/core@7.26.8)
- '@babel/plugin-transform-for-of': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-logical-assignment-operators': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.8)
- '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-nullish-coalescing-operator': 7.26.6(@babel/core@7.26.8)
- '@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-optional-catch-binding': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-react-display-name': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-regenerator': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-runtime': 7.26.8(@babel/core@7.26.8)
- '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-typescript': 7.26.7(@babel/core@7.26.8)
- '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.26.8)
- '@babel/template': 7.26.8
- '@react-native/babel-plugin-codegen': 0.75.4(@babel/preset-env@7.26.8(@babel/core@7.26.8))
- babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.26.8)
+ '@react-native/babel-preset@0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))':
+ dependencies:
+ '@babel/core': 7.26.9
+ '@babel/plugin-proposal-export-default-from': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.26.9)
+ '@babel/plugin-syntax-export-default-from': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.26.9)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.9)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.9)
+ '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.9)
+ '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-flow-strip-types': 7.26.5(@babel/core@7.26.9)
+ '@babel/plugin-transform-for-of': 7.26.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-logical-assignment-operators': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.9)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.26.6(@babel/core@7.26.9)
+ '@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-optional-catch-binding': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-react-display-name': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-regenerator': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-runtime': 7.26.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-typescript': 7.26.7(@babel/core@7.26.9)
+ '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.26.9)
+ '@babel/template': 7.26.9
+ '@react-native/babel-plugin-codegen': 0.75.4(@babel/preset-env@7.26.9(@babel/core@7.26.9))
+ babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.26.9)
react-refresh: 0.14.2
transitivePeerDependencies:
- '@babel/preset-env'
- supports-color
- '@react-native/codegen@0.75.4(@babel/preset-env@7.26.8(@babel/core@7.26.8))':
+ '@react-native/codegen@0.75.4(@babel/preset-env@7.26.9(@babel/core@7.26.9))':
dependencies:
- '@babel/parser': 7.26.8
- '@babel/preset-env': 7.26.8(@babel/core@7.26.8)
+ '@babel/parser': 7.26.9
+ '@babel/preset-env': 7.26.9(@babel/core@7.26.9)
glob: 7.2.3
hermes-parser: 0.22.0
invariant: 2.2.4
- jscodeshift: 0.14.0(@babel/preset-env@7.26.8(@babel/core@7.26.8))
+ jscodeshift: 0.14.0(@babel/preset-env@7.26.9(@babel/core@7.26.9))
mkdirp: 0.5.6
nullthrows: 1.1.1
yargs: 17.7.2
transitivePeerDependencies:
- supports-color
- '@react-native/community-cli-plugin@0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(encoding@0.1.13)':
+ '@react-native/community-cli-plugin@0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(encoding@0.1.13)':
dependencies:
'@react-native-community/cli-server-api': 14.1.0
'@react-native-community/cli-tools': 14.1.0
'@react-native/dev-middleware': 0.75.4(encoding@0.1.13)
- '@react-native/metro-babel-transformer': 0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))
+ '@react-native/metro-babel-transformer': 0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))
chalk: 4.1.2
execa: 5.1.1
metro: 0.80.12
@@ -16488,10 +16484,10 @@ snapshots:
'@react-native/js-polyfills@0.75.4': {}
- '@react-native/metro-babel-transformer@0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))':
+ '@react-native/metro-babel-transformer@0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))':
dependencies:
- '@babel/core': 7.26.8
- '@react-native/babel-preset': 0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))
+ '@babel/core': 7.26.9
+ '@react-native/babel-preset': 0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))
hermes-parser: 0.22.0
nullthrows: 1.1.1
transitivePeerDependencies:
@@ -16500,12 +16496,12 @@ snapshots:
'@react-native/normalize-colors@0.75.4': {}
- '@react-native/virtualized-lists@0.75.4(@types/react@19.0.8)(react-native@0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)':
+ '@react-native/virtualized-lists@0.75.4(@types/react@19.0.8)(react-native@0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)':
dependencies:
invariant: 2.2.4
nullthrows: 1.1.1
react: 19.0.0
- react-native: 0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3)
+ react-native: 0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3)
optionalDependencies:
'@types/react': 19.0.8
@@ -16532,14 +16528,14 @@ snapshots:
react: 19.0.0
react-konva: 18.2.10(@types/react@19.0.8)(konva@9.3.6)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- '@react-spring/native@9.7.5(react-native@0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)':
+ '@react-spring/native@9.7.5(react-native@0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)':
dependencies:
'@react-spring/animated': 9.7.5(react@19.0.0)
'@react-spring/core': 9.7.5(react@19.0.0)
'@react-spring/shared': 9.7.5(react@19.0.0)
'@react-spring/types': 9.7.5
react: 19.0.0
- react-native: 0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3)
+ react-native: 0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3)
'@react-spring/rafz@9.7.5': {}
@@ -16549,13 +16545,13 @@ snapshots:
'@react-spring/types': 9.7.5
react: 19.0.0
- '@react-spring/three@9.7.5(@react-three/fiber@8.16.0(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-native@0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)(three@0.162.0))(react@19.0.0)(three@0.162.0)':
+ '@react-spring/three@9.7.5(@react-three/fiber@8.16.0(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-native@0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)(three@0.162.0))(react@19.0.0)(three@0.162.0)':
dependencies:
'@react-spring/animated': 9.7.5(react@19.0.0)
'@react-spring/core': 9.7.5(react@19.0.0)
'@react-spring/shared': 9.7.5(react@19.0.0)
'@react-spring/types': 9.7.5
- '@react-three/fiber': 8.16.0(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-native@0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)(three@0.162.0)
+ '@react-three/fiber': 8.16.0(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-native@0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)(three@0.162.0)
react: 19.0.0
three: 0.162.0
@@ -16581,9 +16577,9 @@ snapshots:
react-zdog: 1.2.2
zdog: 1.1.3
- '@react-three/fiber@8.16.0(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-native@0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)(three@0.162.0)':
+ '@react-three/fiber@8.16.0(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-native@0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)(three@0.162.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@types/react-reconciler': 0.26.7
'@types/webxr': 0.5.21
base64-js: 1.5.1
@@ -16598,7 +16594,7 @@ snapshots:
zustand: 3.7.2(react@19.0.0)
optionalDependencies:
react-dom: 19.0.0(react@19.0.0)
- react-native: 0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3)
+ react-native: 0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3)
transitivePeerDependencies:
- '@types/react'
@@ -16871,7 +16867,7 @@ snapshots:
'@testing-library/dom@10.4.0':
dependencies:
'@babel/code-frame': 7.26.2
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@types/aria-query': 5.0.1
aria-query: 5.3.0
chalk: 4.1.2
@@ -16881,7 +16877,7 @@ snapshots:
'@testing-library/react@16.2.0(@testing-library/dom@10.4.0)(@types/react-dom@19.0.3(@types/react@19.0.8))(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@testing-library/dom': 10.4.0
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
@@ -16940,9 +16936,9 @@ snapshots:
'@theme-ui/css': 0.17.1(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))
react: 19.0.0
- '@toolpad/core@0.12.0(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material-pigment-css@6.4.1(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@pigment-css/react@0.0.30(@types/react@19.0.8)(react@19.0.0)(typescript@5.7.3))(@types/react@19.0.8)(react@19.0.0))(@mui/material@packages+mui-material+build)(@types/react@19.0.8)(next@15.1.7(@babel/core@7.26.8)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react-router@7.1.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))':
+ '@toolpad/core@0.12.0(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material-pigment-css@6.4.1(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@pigment-css/react@0.0.30(@types/react@19.0.8)(react@19.0.0)(typescript@5.7.3))(@types/react@19.0.8)(react@19.0.0))(@mui/material@packages+mui-material+build)(@types/react@19.0.8)(next@15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react-router@7.1.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))':
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/icons-material': link:packages/mui-icons-material/build
'@mui/lab': 6.0.0-beta.22(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@mui/material-pigment-css@6.4.1(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@19.0.8)(react@19.0.0))(@types/react@19.0.8)(react@19.0.0))(@pigment-css/react@0.0.30(@types/react@19.0.8)(react@19.0.0)(typescript@5.7.3))(@types/react@19.0.8)(react@19.0.0))(@mui/material@packages+mui-material+build)(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mui/material': link:packages/mui-material/build
@@ -16955,7 +16951,7 @@ snapshots:
prop-types: 15.8.1
react: 19.0.0
optionalDependencies:
- next: 15.1.7(@babel/core@7.26.8)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ next: 15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react-router: 7.1.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
transitivePeerDependencies:
- '@emotion/react'
@@ -16997,15 +16993,15 @@ snapshots:
'@types/babel__core@7.20.5':
dependencies:
- '@babel/parser': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/parser': 7.26.9
+ '@babel/types': 7.26.9
'@types/babel__generator': 7.6.4
'@types/babel__template': 7.4.1
'@types/babel__traverse': 7.20.6
'@types/babel__generator@7.6.4':
dependencies:
- '@babel/types': 7.26.8
+ '@babel/types': 7.26.9
'@types/babel__helper-module-imports@7.18.3':
dependencies:
@@ -17014,12 +17010,12 @@ snapshots:
'@types/babel__template@7.4.1':
dependencies:
- '@babel/parser': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/parser': 7.26.9
+ '@babel/types': 7.26.9
'@types/babel__traverse@7.20.6':
dependencies:
- '@babel/types': 7.26.8
+ '@babel/types': 7.26.9
'@types/chai-dom@1.11.3':
dependencies:
@@ -17084,8 +17080,6 @@ snapshots:
'@types/jsonfile': 6.1.1
'@types/node': 20.17.19
- '@types/gensync@1.0.4': {}
-
'@types/gtag.js@0.0.20': {}
'@types/hoist-non-react-statics@3.3.6':
@@ -17319,9 +17313,9 @@ snapshots:
'@vitejs/plugin-react@4.3.4(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))':
dependencies:
- '@babel/core': 7.26.8
- '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.9)
'@types/babel__core': 7.20.5
react-refresh: 0.14.2
vite: 5.4.14(@types/node@20.17.19)(terser@5.37.0)
@@ -17526,7 +17520,7 @@ snapshots:
'@wyw-in-js/processor-utils@0.5.5':
dependencies:
- '@babel/generator': 7.26.8
+ '@babel/generator': 7.26.9
'@wyw-in-js/shared': 0.5.5
transitivePeerDependencies:
- supports-color
@@ -17541,16 +17535,16 @@ snapshots:
'@wyw-in-js/transform@0.5.5(typescript@5.7.3)':
dependencies:
- '@babel/core': 7.26.8
- '@babel/generator': 7.26.8
+ '@babel/core': 7.26.9
+ '@babel/generator': 7.26.9
'@babel/helper-module-imports': 7.25.9
- '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.8)
- '@babel/template': 7.26.8
- '@babel/traverse': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.9)
+ '@babel/template': 7.26.9
+ '@babel/traverse': 7.26.9
+ '@babel/types': 7.26.9
'@wyw-in-js/processor-utils': 0.5.5
'@wyw-in-js/shared': 0.5.5
- babel-merge: 3.0.0(@babel/core@7.26.8)
+ babel-merge: 3.0.0(@babel/core@7.26.9)
cosmiconfig: 8.3.6(typescript@5.7.3)
happy-dom: 15.11.6
source-map: 0.7.4
@@ -17958,20 +17952,20 @@ snapshots:
axobject-query@4.1.0: {}
- babel-core@7.0.0-bridge.0(@babel/core@7.26.8):
+ babel-core@7.0.0-bridge.0(@babel/core@7.26.9):
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
- babel-loader@9.2.1(@babel/core@7.26.8)(webpack@5.98.0):
+ babel-loader@9.2.1(@babel/core@7.26.9)(webpack@5.98.0):
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
find-cache-dir: 4.0.0
schema-utils: 4.3.0
webpack: 5.98.0(webpack-cli@6.0.1(webpack-bundle-analyzer@4.10.2)(webpack@5.98.0))
- babel-merge@3.0.0(@babel/core@7.26.8):
+ babel-merge@3.0.0(@babel/core@7.26.9):
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
deepmerge: 2.2.1
object.omit: 3.0.0
@@ -17989,7 +17983,7 @@ snapshots:
babel-plugin-macros@3.1.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
cosmiconfig: 7.1.0
resolve: 1.22.10
@@ -18003,50 +17997,50 @@ snapshots:
babel-plugin-optimize-clsx@2.6.2:
dependencies:
- '@babel/generator': 7.26.8
- '@babel/template': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/generator': 7.26.9
+ '@babel/template': 7.26.9
+ '@babel/types': 7.26.9
find-cache-dir: 3.3.2
lodash: 4.17.21
object-hash: 2.2.0
- babel-plugin-polyfill-corejs2@0.4.10(@babel/core@7.26.8):
+ babel-plugin-polyfill-corejs2@0.4.10(@babel/core@7.26.9):
dependencies:
'@babel/compat-data': 7.26.8
- '@babel/core': 7.26.8
- '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.26.9)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.26.8):
+ babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.26.9):
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.26.9)
core-js-compat: 3.40.0
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.26.8):
+ babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.26.9):
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.26.9)
core-js-compat: 3.40.0
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-regenerator@0.6.1(@babel/core@7.26.8):
+ babel-plugin-polyfill-regenerator@0.6.1(@babel/core@7.26.9):
dependencies:
- '@babel/core': 7.26.8
- '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.26.9)
transitivePeerDependencies:
- supports-color
babel-plugin-react-remove-properties@0.3.0: {}
- babel-plugin-tester@11.0.4(@babel/core@7.26.8):
+ babel-plugin-tester@11.0.4(@babel/core@7.26.9):
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
core-js: 3.32.1
debug: 4.4.0(supports-color@8.1.1)
lodash.mergewith: 4.6.2
@@ -18055,16 +18049,16 @@ snapshots:
transitivePeerDependencies:
- supports-color
- babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.26.8):
+ babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.26.9):
dependencies:
- '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.26.8)
+ '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.26.9)
transitivePeerDependencies:
- '@babel/core'
- babel-plugin-transform-import-meta@2.3.2(@babel/core@7.26.8):
+ babel-plugin-transform-import-meta@2.3.2(@babel/core@7.26.9):
dependencies:
- '@babel/core': 7.26.8
- '@babel/template': 7.26.8
+ '@babel/core': 7.26.9
+ '@babel/template': 7.26.9
tslib: 2.8.1
babel-plugin-transform-inline-environment-variables@0.4.4: {}
@@ -19008,7 +19002,7 @@ snapshots:
css-jss@10.10.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
jss: 10.10.0
jss-preset-default: 10.10.0
@@ -19053,7 +19047,7 @@ snapshots:
css-vendor@2.0.8:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
is-in-browser: 1.1.3
css-what@6.1.0: {}
@@ -19193,7 +19187,7 @@ snapshots:
date-fns@2.30.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
optional: true
date-format@4.0.13: {}
@@ -19356,7 +19350,7 @@ snapshots:
dom-helpers@5.2.1:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
csstype: 3.1.3
dom-serialize@2.2.1:
@@ -19845,9 +19839,9 @@ snapshots:
eslint-plugin-react-compiler@0.0.0-experimental-75b9fd4-20240912(eslint@8.57.1):
dependencies:
- '@babel/core': 7.26.8
- '@babel/parser': 7.26.8
- '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/parser': 7.26.9
+ '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.26.9)
eslint: 8.57.1
hermes-parser: 0.20.1
zod: 3.23.8
@@ -19973,8 +19967,8 @@ snapshots:
estree-to-babel@3.2.1:
dependencies:
- '@babel/traverse': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/traverse': 7.26.9
+ '@babel/types': 7.26.9
c8: 7.12.0
transitivePeerDependencies:
- supports-color
@@ -20252,7 +20246,7 @@ snapshots:
final-form@4.20.10:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
finalhandler@1.1.2:
dependencies:
@@ -21341,8 +21335,8 @@ snapshots:
istanbul-lib-instrument@6.0.2:
dependencies:
- '@babel/core': 7.26.8
- '@babel/parser': 7.26.8
+ '@babel/core': 7.26.9
+ '@babel/parser': 7.26.9
'@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.2
semver: 7.7.1
@@ -21526,31 +21520,31 @@ snapshots:
jsc-safe-url@0.2.4: {}
- jscodeshift-add-imports@1.0.11(jscodeshift@17.1.2(@babel/preset-env@7.26.8(@babel/core@7.26.8))):
+ jscodeshift-add-imports@1.0.11(jscodeshift@17.1.2(@babel/preset-env@7.26.9(@babel/core@7.26.9))):
dependencies:
- '@babel/traverse': 7.26.8
- jscodeshift: 17.1.2(@babel/preset-env@7.26.8(@babel/core@7.26.8))
- jscodeshift-find-imports: 2.0.4(jscodeshift@17.1.2(@babel/preset-env@7.26.8(@babel/core@7.26.8)))
+ '@babel/traverse': 7.26.9
+ jscodeshift: 17.1.2(@babel/preset-env@7.26.9(@babel/core@7.26.9))
+ jscodeshift-find-imports: 2.0.4(jscodeshift@17.1.2(@babel/preset-env@7.26.9(@babel/core@7.26.9)))
transitivePeerDependencies:
- supports-color
- jscodeshift-find-imports@2.0.4(jscodeshift@17.1.2(@babel/preset-env@7.26.8(@babel/core@7.26.8))):
+ jscodeshift-find-imports@2.0.4(jscodeshift@17.1.2(@babel/preset-env@7.26.9(@babel/core@7.26.9))):
dependencies:
- jscodeshift: 17.1.2(@babel/preset-env@7.26.8(@babel/core@7.26.8))
+ jscodeshift: 17.1.2(@babel/preset-env@7.26.9(@babel/core@7.26.9))
- jscodeshift@0.14.0(@babel/preset-env@7.26.8(@babel/core@7.26.8)):
+ jscodeshift@0.14.0(@babel/preset-env@7.26.9(@babel/core@7.26.9)):
dependencies:
- '@babel/core': 7.26.8
- '@babel/parser': 7.26.8
- '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.26.8)
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.26.8)
- '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.26.8)
- '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.8)
- '@babel/preset-env': 7.26.8(@babel/core@7.26.8)
- '@babel/preset-flow': 7.25.9(@babel/core@7.26.8)
- '@babel/preset-typescript': 7.26.0(@babel/core@7.26.8)
- '@babel/register': 7.25.9(@babel/core@7.26.8)
- babel-core: 7.0.0-bridge.0(@babel/core@7.26.8)
+ '@babel/core': 7.26.9
+ '@babel/parser': 7.26.9
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.26.9)
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.26.9)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.26.9)
+ '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.9)
+ '@babel/preset-env': 7.26.9(@babel/core@7.26.9)
+ '@babel/preset-flow': 7.25.9(@babel/core@7.26.9)
+ '@babel/preset-typescript': 7.26.0(@babel/core@7.26.9)
+ '@babel/register': 7.25.9(@babel/core@7.26.9)
+ babel-core: 7.0.0-bridge.0(@babel/core@7.26.9)
chalk: 4.1.2
flow-parser: 0.259.1
graceful-fs: 4.2.11
@@ -21563,18 +21557,18 @@ snapshots:
transitivePeerDependencies:
- supports-color
- jscodeshift@17.1.2(@babel/preset-env@7.26.8(@babel/core@7.26.8)):
- dependencies:
- '@babel/core': 7.26.8
- '@babel/parser': 7.26.8
- '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.8)
- '@babel/plugin-transform-nullish-coalescing-operator': 7.26.6(@babel/core@7.26.8)
- '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.8)
- '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.26.8)
- '@babel/preset-flow': 7.25.9(@babel/core@7.26.8)
- '@babel/preset-typescript': 7.26.0(@babel/core@7.26.8)
- '@babel/register': 7.25.9(@babel/core@7.26.8)
+ jscodeshift@17.1.2(@babel/preset-env@7.26.9(@babel/core@7.26.9)):
+ dependencies:
+ '@babel/core': 7.26.9
+ '@babel/parser': 7.26.9
+ '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.9)
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.26.6(@babel/core@7.26.9)
+ '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.26.9)
+ '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.26.9)
+ '@babel/preset-flow': 7.25.9(@babel/core@7.26.9)
+ '@babel/preset-typescript': 7.26.0(@babel/core@7.26.9)
+ '@babel/register': 7.25.9(@babel/core@7.26.9)
flow-parser: 0.259.1
graceful-fs: 4.2.11
micromatch: 4.0.8
@@ -21584,7 +21578,7 @@ snapshots:
tmp: 0.2.3
write-file-atomic: 5.0.1
optionalDependencies:
- '@babel/preset-env': 7.26.8(@babel/core@7.26.8)
+ '@babel/preset-env': 7.26.9(@babel/core@7.26.9)
transitivePeerDependencies:
- supports-color
@@ -21677,75 +21671,75 @@ snapshots:
jss-plugin-camel-case@10.10.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
hyphenate-style-name: 1.0.4
jss: 10.10.0
jss-plugin-compose@10.10.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
jss: 10.10.0
tiny-warning: 1.0.3
jss-plugin-default-unit@10.10.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
jss: 10.10.0
jss-plugin-expand@10.10.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
jss: 10.10.0
jss-plugin-extend@10.10.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
jss: 10.10.0
tiny-warning: 1.0.3
jss-plugin-global@10.10.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
jss: 10.10.0
jss-plugin-nested@10.10.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
jss: 10.10.0
tiny-warning: 1.0.3
jss-plugin-props-sort@10.10.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
jss: 10.10.0
jss-plugin-rule-value-function@10.10.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
jss: 10.10.0
tiny-warning: 1.0.3
jss-plugin-rule-value-observable@10.10.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
jss: 10.10.0
symbol-observable: 1.2.0
jss-plugin-template@10.10.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
jss: 10.10.0
tiny-warning: 1.0.3
jss-plugin-vendor-prefixer@10.10.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
css-vendor: 2.0.8
jss: 10.10.0
jss-preset-default@10.10.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
jss: 10.10.0
jss-plugin-camel-case: 10.10.0
jss-plugin-compose: 10.10.0
@@ -21767,7 +21761,7 @@ snapshots:
jss@10.10.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
csstype: 3.1.3
is-in-browser: 1.1.3
tiny-warning: 1.0.3
@@ -22238,8 +22232,8 @@ snapshots:
magicast@0.3.5:
dependencies:
- '@babel/parser': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/parser': 7.26.9
+ '@babel/types': 7.26.9
source-map-js: 1.2.1
make-dir@2.1.0:
@@ -22330,7 +22324,7 @@ snapshots:
material-ui-popup-state@5.3.3(@mui/material@packages+mui-material+build)(@types/react@19.0.8)(react@19.0.0):
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@mui/material': link:packages/mui-material/build
'@types/prop-types': 15.7.14
classnames: 2.3.2
@@ -22438,7 +22432,7 @@ snapshots:
metro-babel-transformer@0.80.12:
dependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
flow-enums-runtime: 0.0.6
hermes-parser: 0.23.1
nullthrows: 1.1.1
@@ -22505,13 +22499,13 @@ snapshots:
metro-runtime@0.80.12:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
flow-enums-runtime: 0.0.6
metro-source-map@0.80.12:
dependencies:
- '@babel/traverse': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/traverse': 7.26.9
+ '@babel/types': 7.26.9
flow-enums-runtime: 0.0.6
invariant: 2.2.4
metro-symbolicate: 0.80.12
@@ -22536,10 +22530,10 @@ snapshots:
metro-transform-plugins@0.80.12:
dependencies:
- '@babel/core': 7.26.8
- '@babel/generator': 7.26.8
- '@babel/template': 7.26.8
- '@babel/traverse': 7.26.8
+ '@babel/core': 7.26.9
+ '@babel/generator': 7.26.9
+ '@babel/template': 7.26.9
+ '@babel/traverse': 7.26.9
flow-enums-runtime: 0.0.6
nullthrows: 1.1.1
transitivePeerDependencies:
@@ -22547,10 +22541,10 @@ snapshots:
metro-transform-worker@0.80.12:
dependencies:
- '@babel/core': 7.26.8
- '@babel/generator': 7.26.8
- '@babel/parser': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/core': 7.26.9
+ '@babel/generator': 7.26.9
+ '@babel/parser': 7.26.9
+ '@babel/types': 7.26.9
flow-enums-runtime: 0.0.6
metro: 0.80.12
metro-babel-transformer: 0.80.12
@@ -22568,12 +22562,12 @@ snapshots:
metro@0.80.12:
dependencies:
'@babel/code-frame': 7.26.2
- '@babel/core': 7.26.8
- '@babel/generator': 7.26.8
- '@babel/parser': 7.26.8
- '@babel/template': 7.26.8
- '@babel/traverse': 7.26.8
- '@babel/types': 7.26.8
+ '@babel/core': 7.26.9
+ '@babel/generator': 7.26.9
+ '@babel/parser': 7.26.9
+ '@babel/template': 7.26.9
+ '@babel/traverse': 7.26.9
+ '@babel/types': 7.26.9
accepts: 1.3.8
chalk: 4.1.2
ci-info: 2.0.0
@@ -23028,7 +23022,7 @@ snapshots:
nested-error-stacks@2.1.1: {}
- next@15.1.7(@babel/core@7.26.8)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
+ next@15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
dependencies:
'@next/env': 15.1.7
'@swc/counter': 0.1.3
@@ -23038,7 +23032,7 @@ snapshots:
postcss: 8.4.31
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
- styled-jsx: 5.1.6(@babel/core@7.26.8)(babel-plugin-macros@3.1.0)(react@19.0.0)
+ styled-jsx: 5.1.6(@babel/core@7.26.9)(babel-plugin-macros@3.1.0)(react@19.0.0)
optionalDependencies:
'@next/swc-darwin-arm64': 15.1.7
'@next/swc-darwin-x64': 15.1.7
@@ -24177,9 +24171,9 @@ snapshots:
react-docgen@5.4.3:
dependencies:
- '@babel/core': 7.26.8
- '@babel/generator': 7.26.8
- '@babel/runtime': 7.26.7
+ '@babel/core': 7.26.9
+ '@babel/generator': 7.26.9
+ '@babel/runtime': 7.26.9
ast-types: 0.14.2
commander: 2.20.3
doctrine: 3.0.0
@@ -24210,12 +24204,12 @@ snapshots:
react-error-boundary@5.0.0(react@19.0.0):
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
react: 19.0.0
react-event-listener@0.6.6(react@19.0.0):
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
prop-types: 15.8.1
react: 19.0.0
warning: 4.0.3
@@ -24224,7 +24218,7 @@ snapshots:
react-final-form@6.5.9(final-form@4.20.10)(react@19.0.0):
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
final-form: 4.20.10
react: 19.0.0
@@ -24250,7 +24244,7 @@ snapshots:
react-jss@10.10.0(react@19.0.0):
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
'@emotion/is-prop-valid': 0.7.3
css-jss: 10.10.0
hoist-non-react-statics: 3.3.2
@@ -24275,19 +24269,19 @@ snapshots:
transitivePeerDependencies:
- '@types/react'
- react-native@0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3):
+ react-native@0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3):
dependencies:
'@jest/create-cache-key-function': 29.7.0
'@react-native-community/cli': 14.1.0(typescript@5.7.3)
'@react-native-community/cli-platform-android': 14.1.0
'@react-native-community/cli-platform-ios': 14.1.0
'@react-native/assets-registry': 0.75.4
- '@react-native/codegen': 0.75.4(@babel/preset-env@7.26.8(@babel/core@7.26.8))
- '@react-native/community-cli-plugin': 0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(encoding@0.1.13)
+ '@react-native/codegen': 0.75.4(@babel/preset-env@7.26.9(@babel/core@7.26.9))
+ '@react-native/community-cli-plugin': 0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(encoding@0.1.13)
'@react-native/gradle-plugin': 0.75.4
'@react-native/js-polyfills': 0.75.4
'@react-native/normalize-colors': 0.75.4
- '@react-native/virtualized-lists': 0.75.4(@types/react@19.0.8)(react-native@0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)
+ '@react-native/virtualized-lists': 0.75.4(@types/react@19.0.8)(react-native@0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)
abort-controller: 3.0.0
anser: 1.4.10
ansi-regex: 5.0.1
@@ -24389,12 +24383,12 @@ snapshots:
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
- react-spring@9.7.5(@react-three/fiber@8.16.0(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-native@0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)(three@0.162.0))(konva@9.3.6)(react-dom@19.0.0(react@19.0.0))(react-konva@18.2.10(@types/react@19.0.8)(konva@9.3.6)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react-zdog@1.2.2)(react@19.0.0)(three@0.162.0)(zdog@1.1.3):
+ react-spring@9.7.5(@react-three/fiber@8.16.0(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-native@0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)(three@0.162.0))(konva@9.3.6)(react-dom@19.0.0(react@19.0.0))(react-konva@18.2.10(@types/react@19.0.8)(konva@9.3.6)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-native@0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react-zdog@1.2.2)(react@19.0.0)(three@0.162.0)(zdog@1.1.3):
dependencies:
'@react-spring/core': 9.7.5(react@19.0.0)
'@react-spring/konva': 9.7.5(konva@9.3.6)(react-konva@18.2.10(@types/react@19.0.8)(konva@9.3.6)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)
- '@react-spring/native': 9.7.5(react-native@0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)
- '@react-spring/three': 9.7.5(@react-three/fiber@8.16.0(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-native@0.75.4(@babel/core@7.26.8)(@babel/preset-env@7.26.8(@babel/core@7.26.8))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)(three@0.162.0))(react@19.0.0)(three@0.162.0)
+ '@react-spring/native': 9.7.5(react-native@0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)
+ '@react-spring/three': 9.7.5(@react-three/fiber@8.16.0(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react-native@0.75.4(@babel/core@7.26.9)(@babel/preset-env@7.26.9(@babel/core@7.26.9))(@types/react@19.0.8)(encoding@0.1.13)(react@19.0.0)(typescript@5.7.3))(react@19.0.0)(three@0.162.0))(react@19.0.0)(three@0.162.0)
'@react-spring/web': 9.7.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@react-spring/zdog': 9.7.5(react-dom@19.0.0(react@19.0.0))(react-zdog@1.2.2)(react@19.0.0)(zdog@1.1.3)
react: 19.0.0
@@ -24410,12 +24404,12 @@ snapshots:
react-swipeable-views-core@0.14.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
warning: 4.0.3
react-swipeable-views-utils@0.14.0(react@19.0.0):
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
keycode: 2.2.1
prop-types: 15.8.1
react-event-listener: 0.6.6(react@19.0.0)
@@ -24426,7 +24420,7 @@ snapshots:
react-swipeable-views@0.14.0(react@19.0.0):
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
prop-types: 15.8.1
react: 19.0.0
react-swipeable-views-core: 0.14.0
@@ -24435,7 +24429,7 @@ snapshots:
react-transition-group@4.4.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
dom-helpers: 5.2.1
loose-envify: 1.4.0
prop-types: 15.8.1
@@ -24455,7 +24449,7 @@ snapshots:
react-window@1.8.11(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
memoize-one: 5.2.1
react: 19.0.0
react-dom: 19.0.0(react@19.0.0)
@@ -24606,7 +24600,7 @@ snapshots:
regenerator-transform@0.15.2:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
regexp.prototype.flags@1.5.4:
dependencies:
@@ -24802,7 +24796,7 @@ snapshots:
rtl-css-js@1.16.0:
dependencies:
- '@babel/runtime': 7.26.7
+ '@babel/runtime': 7.26.9
run-async@2.4.1: {}
@@ -25431,12 +25425,12 @@ snapshots:
stylis: 4.3.2
tslib: 2.6.2
- styled-jsx@5.1.6(@babel/core@7.26.8)(babel-plugin-macros@3.1.0)(react@19.0.0):
+ styled-jsx@5.1.6(@babel/core@7.26.9)(babel-plugin-macros@3.1.0)(react@19.0.0):
dependencies:
client-only: 0.0.1
react: 19.0.0
optionalDependencies:
- '@babel/core': 7.26.8
+ '@babel/core': 7.26.9
babel-plugin-macros: 3.1.0
styled-system@5.1.5:
diff --git a/test/package.json b/test/package.json
index 77e1d90c9e4b86..8f1786d131224e 100644
--- a/test/package.json
+++ b/test/package.json
@@ -6,7 +6,7 @@
"typescript": "tsc -p tsconfig.json"
},
"devDependencies": {
- "@babel/runtime": "^7.26.7",
+ "@babel/runtime": "^7.26.9",
"@emotion/cache": "^11.13.5",
"@emotion/react": "^11.13.5",
"@mui/base": "workspace:*",
From c3b41b8ff56a4d961ebbcc0abc58218e4271b348 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 17 Feb 2025 18:06:59 +0530
Subject: [PATCH 02/20] Bump typescript-eslint to ^8.24.0 (#45323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
package.json | 4 +-
.../eslint-plugin-material-ui/package.json | 2 +-
pnpm-lock.yaml | 116 +++++++++---------
3 files changed, 61 insertions(+), 61 deletions(-)
diff --git a/package.json b/package.json
index 3b37e2b1ee81c5..6da630ce79bae5 100644
--- a/package.json
+++ b/package.json
@@ -136,8 +136,8 @@
"@types/node": "^20.17.19",
"@types/react": "^19.0.8",
"@types/yargs": "^17.0.33",
- "@typescript-eslint/eslint-plugin": "^8.23.0",
- "@typescript-eslint/parser": "^8.23.0",
+ "@typescript-eslint/eslint-plugin": "^8.24.0",
+ "@typescript-eslint/parser": "^8.24.0",
"@vitest/browser": "^3.0.5",
"@vitest/coverage-v8": "^3.0.5",
"babel-loader": "^9.2.1",
diff --git a/packages/eslint-plugin-material-ui/package.json b/packages/eslint-plugin-material-ui/package.json
index fc083f7efc1866..9582ef2ca91013 100644
--- a/packages/eslint-plugin-material-ui/package.json
+++ b/packages/eslint-plugin-material-ui/package.json
@@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/eslint": "^8.56.12",
- "@typescript-eslint/parser": "^8.23.0",
+ "@typescript-eslint/parser": "^8.24.0",
"eslint": "^8.57.1"
},
"peerDependencies": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 3b37b72a8ad251..09604f33282667 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -132,11 +132,11 @@ importers:
specifier: ^17.0.33
version: 17.0.33
'@typescript-eslint/eslint-plugin':
- specifier: ^8.23.0
- version: 8.23.0(@typescript-eslint/parser@8.23.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3)
+ specifier: ^8.24.0
+ version: 8.24.0(@typescript-eslint/parser@8.24.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3)
'@typescript-eslint/parser':
- specifier: ^8.23.0
- version: 8.23.0(eslint@8.57.1)(typescript@5.7.3)
+ specifier: ^8.24.0
+ version: 8.24.0(eslint@8.57.1)(typescript@5.7.3)
'@vitest/browser':
specifier: ^3.0.5
version: 3.0.5(@types/node@20.17.19)(playwright@1.50.1)(typescript@5.7.3)(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))(vitest@2.1.9)
@@ -205,7 +205,7 @@ importers:
version: 1.3.2(eslint@8.57.1)
eslint-plugin-import:
specifier: ^2.31.0
- version: 2.31.0(@typescript-eslint/parser@8.23.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-webpack@0.13.10)(eslint@8.57.1)
+ version: 2.31.0(@typescript-eslint/parser@8.24.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-webpack@0.13.10)(eslint@8.57.1)
eslint-plugin-jsx-a11y:
specifier: ^6.10.2
version: 6.10.2(eslint@8.57.1)
@@ -1310,8 +1310,8 @@ importers:
specifier: ^8.56.12
version: 8.56.12
'@typescript-eslint/parser':
- specifier: ^8.23.0
- version: 8.23.0(eslint@8.57.1)(typescript@5.7.3)
+ specifier: ^8.24.0
+ version: 8.24.0(eslint@8.57.1)(typescript@5.7.3)
eslint:
specifier: ^8.57.1
version: 8.57.1
@@ -5691,51 +5691,51 @@ packages:
'@types/yargs@17.0.33':
resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==}
- '@typescript-eslint/eslint-plugin@8.23.0':
- resolution: {integrity: sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w==}
+ '@typescript-eslint/eslint-plugin@8.24.0':
+ resolution: {integrity: sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/parser@8.23.0':
- resolution: {integrity: sha512-h2lUByouOXFAlMec2mILeELUbME5SZRN/7R9Cw2RD2lRQQY08MWMM+PmVVKKJNK1aIwqTo9t/0CvOxwPbRIE2Q==}
+ '@typescript-eslint/parser@8.24.0':
+ resolution: {integrity: sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/scope-manager@8.23.0':
- resolution: {integrity: sha512-OGqo7+dXHqI7Hfm+WqkZjKjsiRtFUQHPdGMXzk5mYXhJUedO7e/Y7i8AK3MyLMgZR93TX4bIzYrfyVjLC+0VSw==}
+ '@typescript-eslint/scope-manager@8.24.0':
+ resolution: {integrity: sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/type-utils@8.23.0':
- resolution: {integrity: sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA==}
+ '@typescript-eslint/type-utils@8.24.0':
+ resolution: {integrity: sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/types@8.23.0':
- resolution: {integrity: sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ==}
+ '@typescript-eslint/types@8.24.0':
+ resolution: {integrity: sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/typescript-estree@8.23.0':
- resolution: {integrity: sha512-LcqzfipsB8RTvH8FX24W4UUFk1bl+0yTOf9ZA08XngFwMg4Kj8A+9hwz8Cr/ZS4KwHrmo9PJiLZkOt49vPnuvQ==}
+ '@typescript-eslint/typescript-estree@8.24.0':
+ resolution: {integrity: sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/utils@8.23.0':
- resolution: {integrity: sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA==}
+ '@typescript-eslint/utils@8.24.0':
+ resolution: {integrity: sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/visitor-keys@8.23.0':
- resolution: {integrity: sha512-oWWhcWDLwDfu++BGTZcmXWqpwtkwb5o7fxUIGksMQQDSdPW9prsSnfIOZMlsj4vBOSrcnjIUZMiIjODgGosFhQ==}
+ '@typescript-eslint/visitor-keys@8.24.0':
+ resolution: {integrity: sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@ungap/structured-clone@1.2.0':
@@ -17232,14 +17232,14 @@ snapshots:
dependencies:
'@types/yargs-parser': 21.0.3
- '@typescript-eslint/eslint-plugin@8.23.0(@typescript-eslint/parser@8.23.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3)':
+ '@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3)':
dependencies:
'@eslint-community/regexpp': 4.11.0
- '@typescript-eslint/parser': 8.23.0(eslint@8.57.1)(typescript@5.7.3)
- '@typescript-eslint/scope-manager': 8.23.0
- '@typescript-eslint/type-utils': 8.23.0(eslint@8.57.1)(typescript@5.7.3)
- '@typescript-eslint/utils': 8.23.0(eslint@8.57.1)(typescript@5.7.3)
- '@typescript-eslint/visitor-keys': 8.23.0
+ '@typescript-eslint/parser': 8.24.0(eslint@8.57.1)(typescript@5.7.3)
+ '@typescript-eslint/scope-manager': 8.24.0
+ '@typescript-eslint/type-utils': 8.24.0(eslint@8.57.1)(typescript@5.7.3)
+ '@typescript-eslint/utils': 8.24.0(eslint@8.57.1)(typescript@5.7.3)
+ '@typescript-eslint/visitor-keys': 8.24.0
eslint: 8.57.1
graphemer: 1.4.0
ignore: 5.3.2
@@ -17249,27 +17249,27 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.23.0(eslint@8.57.1)(typescript@5.7.3)':
+ '@typescript-eslint/parser@8.24.0(eslint@8.57.1)(typescript@5.7.3)':
dependencies:
- '@typescript-eslint/scope-manager': 8.23.0
- '@typescript-eslint/types': 8.23.0
- '@typescript-eslint/typescript-estree': 8.23.0(typescript@5.7.3)
- '@typescript-eslint/visitor-keys': 8.23.0
+ '@typescript-eslint/scope-manager': 8.24.0
+ '@typescript-eslint/types': 8.24.0
+ '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3)
+ '@typescript-eslint/visitor-keys': 8.24.0
debug: 4.4.0(supports-color@8.1.1)
eslint: 8.57.1
typescript: 5.7.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@8.23.0':
+ '@typescript-eslint/scope-manager@8.24.0':
dependencies:
- '@typescript-eslint/types': 8.23.0
- '@typescript-eslint/visitor-keys': 8.23.0
+ '@typescript-eslint/types': 8.24.0
+ '@typescript-eslint/visitor-keys': 8.24.0
- '@typescript-eslint/type-utils@8.23.0(eslint@8.57.1)(typescript@5.7.3)':
+ '@typescript-eslint/type-utils@8.24.0(eslint@8.57.1)(typescript@5.7.3)':
dependencies:
- '@typescript-eslint/typescript-estree': 8.23.0(typescript@5.7.3)
- '@typescript-eslint/utils': 8.23.0(eslint@8.57.1)(typescript@5.7.3)
+ '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3)
+ '@typescript-eslint/utils': 8.24.0(eslint@8.57.1)(typescript@5.7.3)
debug: 4.4.0(supports-color@8.1.1)
eslint: 8.57.1
ts-api-utils: 2.0.1(typescript@5.7.3)
@@ -17277,12 +17277,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/types@8.23.0': {}
+ '@typescript-eslint/types@8.24.0': {}
- '@typescript-eslint/typescript-estree@8.23.0(typescript@5.7.3)':
+ '@typescript-eslint/typescript-estree@8.24.0(typescript@5.7.3)':
dependencies:
- '@typescript-eslint/types': 8.23.0
- '@typescript-eslint/visitor-keys': 8.23.0
+ '@typescript-eslint/types': 8.24.0
+ '@typescript-eslint/visitor-keys': 8.24.0
debug: 4.4.0(supports-color@8.1.1)
fast-glob: 3.3.3
is-glob: 4.0.3
@@ -17293,20 +17293,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.23.0(eslint@8.57.1)(typescript@5.7.3)':
+ '@typescript-eslint/utils@8.24.0(eslint@8.57.1)(typescript@5.7.3)':
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1)
- '@typescript-eslint/scope-manager': 8.23.0
- '@typescript-eslint/types': 8.23.0
- '@typescript-eslint/typescript-estree': 8.23.0(typescript@5.7.3)
+ '@typescript-eslint/scope-manager': 8.24.0
+ '@typescript-eslint/types': 8.24.0
+ '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3)
eslint: 8.57.1
typescript: 5.7.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/visitor-keys@8.23.0':
+ '@typescript-eslint/visitor-keys@8.24.0':
dependencies:
- '@typescript-eslint/types': 8.23.0
+ '@typescript-eslint/types': 8.24.0
eslint-visitor-keys: 4.2.0
'@ungap/structured-clone@1.2.0': {}
@@ -19713,7 +19713,7 @@ snapshots:
dependencies:
confusing-browser-globals: 1.0.11
eslint: 8.57.1
- eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.23.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-webpack@0.13.10)(eslint@8.57.1)
+ eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.24.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-webpack@0.13.10)(eslint@8.57.1)
object.assign: 4.1.7
object.entries: 1.1.8
semver: 6.3.1
@@ -19722,7 +19722,7 @@ snapshots:
dependencies:
eslint: 8.57.1
eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.31.0)(eslint@8.57.1)
- eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.23.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-webpack@0.13.10)(eslint@8.57.1)
+ eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.24.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-webpack@0.13.10)(eslint@8.57.1)
eslint-plugin-jsx-a11y: 6.10.2(eslint@8.57.1)
eslint-plugin-react: 7.37.4(eslint@8.57.1)
eslint-plugin-react-hooks: 5.0.0(eslint@8.57.1)
@@ -19745,7 +19745,7 @@ snapshots:
dependencies:
debug: 3.2.7
enhanced-resolve: 0.9.1
- eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.23.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-webpack@0.13.10)(eslint@8.57.1)
+ eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.24.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-webpack@0.13.10)(eslint@8.57.1)
find-root: 1.1.0
hasown: 2.0.2
interpret: 1.4.0
@@ -19758,11 +19758,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-module-utils@2.12.0(@typescript-eslint/parser@8.23.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.10)(eslint@8.57.1):
+ eslint-module-utils@2.12.0(@typescript-eslint/parser@8.24.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.10)(eslint@8.57.1):
dependencies:
debug: 3.2.7
optionalDependencies:
- '@typescript-eslint/parser': 8.23.0(eslint@8.57.1)(typescript@5.7.3)
+ '@typescript-eslint/parser': 8.24.0(eslint@8.57.1)(typescript@5.7.3)
eslint: 8.57.1
eslint-import-resolver-node: 0.3.9
eslint-import-resolver-webpack: 0.13.10(eslint-plugin-import@2.31.0)(webpack@5.98.0)
@@ -19782,7 +19782,7 @@ snapshots:
lodash.snakecase: 4.1.1
lodash.upperfirst: 4.3.1
- eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.23.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-webpack@0.13.10)(eslint@8.57.1):
+ eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.24.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-webpack@0.13.10)(eslint@8.57.1):
dependencies:
'@rtsao/scc': 1.1.0
array-includes: 3.1.8
@@ -19793,7 +19793,7 @@ snapshots:
doctrine: 2.1.0
eslint: 8.57.1
eslint-import-resolver-node: 0.3.9
- eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.23.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.10)(eslint@8.57.1)
+ eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.24.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.10)(eslint@8.57.1)
hasown: 2.0.2
is-core-module: 2.16.1
is-glob: 4.0.3
@@ -19805,7 +19805,7 @@ snapshots:
string.prototype.trimend: 1.0.9
tsconfig-paths: 3.15.0
optionalDependencies:
- '@typescript-eslint/parser': 8.23.0(eslint@8.57.1)(typescript@5.7.3)
+ '@typescript-eslint/parser': 8.24.0(eslint@8.57.1)(typescript@5.7.3)
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
From e715adf967cfba342092fee976358a1856202ca7 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 17 Feb 2025 18:07:55 +0530
Subject: [PATCH 03/20] Bump next to ^15.1.7 (#45318)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
docs/package.json | 2 +-
packages/mui-docs/package.json | 2 +-
packages/mui-joy/package.json | 2 +-
packages/mui-material-nextjs/package.json | 2 +-
pnpm-lock.yaml | 8 ++++----
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/package.json b/docs/package.json
index b2ac1abfbe6ecc..e956c2ba7c85e5 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -82,7 +82,7 @@
"lz-string": "^1.5.0",
"markdown-to-jsx": "^7.7.3",
"material-ui-popup-state": "^5.3.3",
- "next": "^15.1.6",
+ "next": "^15.1.7",
"notistack": "3.0.2",
"nprogress": "^0.2.0",
"postcss": "^8.5.2",
diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json
index ebdb9d0d9ad1bf..8c1999ba02069b 100644
--- a/packages/mui-docs/package.json
+++ b/packages/mui-docs/package.json
@@ -49,7 +49,7 @@
"@types/node": "^20.17.19",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.8",
- "next": "^15.1.6",
+ "next": "^15.1.7",
"react": "^19.0.0"
},
"peerDependencies": {
diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json
index 230113317a415c..ae9887a6fea216 100644
--- a/packages/mui-joy/package.json
+++ b/packages/mui-joy/package.json
@@ -58,7 +58,7 @@
"chai": "^4.5.0",
"fast-glob": "^3.3.3",
"lodash": "^4.17.21",
- "next": "^15.1.6",
+ "next": "^15.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sinon": "^19.0.2"
diff --git a/packages/mui-material-nextjs/package.json b/packages/mui-material-nextjs/package.json
index c4bfb275dabf21..183240e322e138 100644
--- a/packages/mui-material-nextjs/package.json
+++ b/packages/mui-material-nextjs/package.json
@@ -43,7 +43,7 @@
"@emotion/react": "^11.13.5",
"@emotion/server": "^11.11.0",
"@types/react": "^19.0.8",
- "next": "^15.1.6",
+ "next": "^15.1.7",
"react": "^19.0.0"
},
"peerDependencies": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 09604f33282667..b45c449a2fde55 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -804,7 +804,7 @@ importers:
specifier: ^5.3.3
version: 5.3.3(@mui/material@packages+mui-material+build)(@types/react@19.0.8)(react@19.0.0)
next:
- specifier: ^15.1.6
+ specifier: ^15.1.7
version: 15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
notistack:
specifier: 3.0.2
@@ -1516,7 +1516,7 @@ importers:
specifier: ^19.0.8
version: 19.0.8
next:
- specifier: ^15.1.6
+ specifier: ^15.1.7
version: 15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react:
specifier: ^19.0.0
@@ -1690,7 +1690,7 @@ importers:
specifier: ^4.17.21
version: 4.17.21
next:
- specifier: ^15.1.6
+ specifier: ^15.1.7
version: 15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react:
specifier: ^19.0.0
@@ -1894,7 +1894,7 @@ importers:
specifier: ^19.0.8
version: 19.0.8
next:
- specifier: ^15.1.6
+ specifier: ^15.1.7
version: 15.1.7(@babel/core@7.26.9)(@opentelemetry/api@1.8.0)(@playwright/test@1.50.1)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
react:
specifier: ^19.0.0
From e66bfdad20a1dc1ef985b4e9b2ce8417da148ff5 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 17 Feb 2025 19:35:50 +0530
Subject: [PATCH 04/20] Bump marked to ^15.0.7 (#45317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
docs/package.json | 2 +-
packages/markdown/package.json | 2 +-
pnpm-lock.yaml | 14 +++++++-------
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/docs/package.json b/docs/package.json
index e956c2ba7c85e5..73fcdfa53b9e02 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -135,7 +135,7 @@
"chai": "^4.5.0",
"cross-fetch": "^4.1.0",
"gm": "^1.25.0",
- "marked": "^15.0.6",
+ "marked": "^15.0.7",
"playwright": "^1.50.1",
"prettier": "^3.5.1",
"tailwindcss": "^3.4.17",
diff --git a/packages/markdown/package.json b/packages/markdown/package.json
index 0a9a22a6a5828a..b855d0856dce2d 100644
--- a/packages/markdown/package.json
+++ b/packages/markdown/package.json
@@ -27,7 +27,7 @@
"dependencies": {
"@babel/runtime": "^7.26.9",
"lodash": "^4.17.21",
- "marked": "^15.0.6",
+ "marked": "^15.0.7",
"prismjs": "^1.29.0"
},
"devDependencies": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b45c449a2fde55..1169ed7d11a0dc 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -958,8 +958,8 @@ importers:
specifier: ^1.25.0
version: 1.25.0
marked:
- specifier: ^15.0.6
- version: 15.0.6
+ specifier: ^15.0.7
+ version: 15.0.7
playwright:
specifier: ^1.50.1
version: 1.50.1
@@ -1342,8 +1342,8 @@ importers:
specifier: ^4.17.21
version: 4.17.21
marked:
- specifier: ^15.0.6
- version: 15.0.6
+ specifier: ^15.0.7
+ version: 15.0.7
prismjs:
specifier: ^1.29.0
version: 1.29.0
@@ -9749,8 +9749,8 @@ packages:
resolution: {integrity: sha512-u00joA/syf3VhWh6/ybVFkib5Zpj2e5KB/cfCei8fkSRuums6nyisTWGqjTWIOFoFwuXoTBQQiqlB4qFKp8ncQ==}
engines: {node: '>=18'}
- marked@15.0.6:
- resolution: {integrity: sha512-Y07CUOE+HQXbVDCGl3LXggqJDbXDP2pArc2C1N1RRMN0ONiShoSsIInMd5Gsxupe7fKLpgimTV+HOJ9r7bA+pg==}
+ marked@15.0.7:
+ resolution: {integrity: sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==}
engines: {node: '>= 18'}
hasBin: true
@@ -22318,7 +22318,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- marked@15.0.6: {}
+ marked@15.0.7: {}
marky@1.2.5: {}
From 037b55e96f1de2bfba2290b463f3a9fe371b7e73 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 17 Feb 2025 19:46:06 +0530
Subject: [PATCH 05/20] Bump vitest to ^3.0.5 (#45328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
package.json | 2 +-
pnpm-lock.yaml | 158 ++++++++++++++++++-------------------------------
2 files changed, 60 insertions(+), 100 deletions(-)
diff --git a/package.json b/package.json
index 6da630ce79bae5..23d9865dbafc8b 100644
--- a/package.json
+++ b/package.json
@@ -196,7 +196,7 @@
"terser-webpack-plugin": "^5.3.11",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
- "vitest": "^2.1.9",
+ "vitest": "^3.0.5",
"vitest-fail-on-console": "^0.7.1",
"webpack": "^5.98.0",
"webpack-bundle-analyzer": "^4.10.2",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1169ed7d11a0dc..49cb3e2a6d28a9 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -139,10 +139,10 @@ importers:
version: 8.24.0(eslint@8.57.1)(typescript@5.7.3)
'@vitest/browser':
specifier: ^3.0.5
- version: 3.0.5(@types/node@20.17.19)(playwright@1.50.1)(typescript@5.7.3)(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))(vitest@2.1.9)
+ version: 3.0.5(@types/node@20.17.19)(playwright@1.50.1)(typescript@5.7.3)(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))(vitest@3.0.5)
'@vitest/coverage-v8':
specifier: ^3.0.5
- version: 3.0.5(@vitest/browser@3.0.5)(vitest@2.1.9)
+ version: 3.0.5(@vitest/browser@3.0.5)(vitest@3.0.5)
babel-loader:
specifier: ^9.2.1
version: 9.2.1(@babel/core@7.26.9)(webpack@5.98.0)
@@ -312,11 +312,11 @@ importers:
specifier: ^5.7.3
version: 5.7.3
vitest:
- specifier: ^2.1.9
- version: 2.1.9(@types/node@20.17.19)(@vitest/browser@3.0.5)(happy-dom@15.11.6)(jsdom@26.0.0)(msw@2.7.0(@types/node@20.17.19)(typescript@5.7.3))(terser@5.37.0)
+ specifier: ^3.0.5
+ version: 3.0.5(@types/debug@4.1.12)(@types/node@20.17.19)(@vitest/browser@3.0.5)(happy-dom@15.11.6)(jsdom@26.0.0)(msw@2.7.0(@types/node@20.17.19)(typescript@5.7.3))(terser@5.37.0)
vitest-fail-on-console:
specifier: ^0.7.1
- version: 0.7.1(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))(vitest@2.1.9)
+ version: 0.7.1(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))(vitest@3.0.5)
webpack:
specifier: ^5.98.0
version: 5.98.0(webpack-cli@6.0.1(webpack-bundle-analyzer@4.10.2)(webpack@5.98.0))
@@ -5771,19 +5771,8 @@ packages:
'@vitest/browser':
optional: true
- '@vitest/expect@2.1.9':
- resolution: {integrity: sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==}
-
- '@vitest/mocker@2.1.9':
- resolution: {integrity: sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==}
- peerDependencies:
- msw: ^2.4.9
- vite: ^5.0.0
- peerDependenciesMeta:
- msw:
- optional: true
- vite:
- optional: true
+ '@vitest/expect@3.0.5':
+ resolution: {integrity: sha512-nNIOqupgZ4v5jWuQx2DSlHLEs7Q4Oh/7AYwNyE+k0UQzG7tSmjPXShUikn1mpNGzYEN2jJbTvLejwShMitovBA==}
'@vitest/mocker@3.0.5':
resolution: {integrity: sha512-CLPNBFBIE7x6aEGbIjaQAX03ZZlBMaWwAjBdMkIf/cAn6xzLTiM3zYqO/WAbieEjsAZir6tO71mzeHZoodThvw==}
@@ -5796,27 +5785,18 @@ packages:
vite:
optional: true
- '@vitest/pretty-format@2.1.9':
- resolution: {integrity: sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==}
-
'@vitest/pretty-format@3.0.5':
resolution: {integrity: sha512-CjUtdmpOcm4RVtB+up8r2vVDLR16Mgm/bYdkGFe3Yj/scRfCpbSi2W/BDSDcFK7ohw8UXvjMbOp9H4fByd/cOA==}
- '@vitest/runner@2.1.9':
- resolution: {integrity: sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==}
+ '@vitest/runner@3.0.5':
+ resolution: {integrity: sha512-BAiZFityFexZQi2yN4OX3OkJC6scwRo8EhRB0Z5HIGGgd2q+Nq29LgHU/+ovCtd0fOfXj5ZI6pwdlUmC5bpi8A==}
- '@vitest/snapshot@2.1.9':
- resolution: {integrity: sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==}
-
- '@vitest/spy@2.1.9':
- resolution: {integrity: sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==}
+ '@vitest/snapshot@3.0.5':
+ resolution: {integrity: sha512-GJPZYcd7v8QNUJ7vRvLDmRwl+a1fGg4T/54lZXe+UOGy47F9yUfE18hRCtXL5aHN/AONu29NGzIXSVFh9K0feA==}
'@vitest/spy@3.0.5':
resolution: {integrity: sha512-5fOzHj0WbUNqPK6blI/8VzZdkBlQLnT25knX0r4dbZI9qoZDf3qAdjoMmDcLG5A83W6oUUFJgUd0EYBc2P5xqg==}
- '@vitest/utils@2.1.9':
- resolution: {integrity: sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==}
-
'@vitest/utils@3.0.5':
resolution: {integrity: sha512-N9AX0NUoUtVwKwy21JtwzaqR5L5R5A99GAbrHfCCXK1lp593i/3AZAXhSP43wRQuxYsflrdzEfXZFo1reR1Nkg==}
@@ -10819,6 +10799,9 @@ packages:
pathe@1.1.2:
resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
+ pathe@2.0.3:
+ resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
+
pathval@1.1.1:
resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==}
@@ -12461,10 +12444,6 @@ packages:
resolution: {integrity: sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==}
engines: {node: ^18.0.0 || >=20.0.0}
- tinyrainbow@1.2.0:
- resolution: {integrity: sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==}
- engines: {node: '>=14.0.0'}
-
tinyrainbow@2.0.0:
resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==}
engines: {node: '>=14.0.0'}
@@ -12878,9 +12857,9 @@ packages:
vfile@6.0.3:
resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
- vite-node@2.1.9:
- resolution: {integrity: sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==}
- engines: {node: ^18.0.0 || >=20.0.0}
+ vite-node@3.0.5:
+ resolution: {integrity: sha512-02JEJl7SbtwSDJdYS537nU6l+ktdvcREfLksk/NDAqtdKWGqHl+joXzEubHROmS3E6pip+Xgu2tFezMu75jH7A==}
+ engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
vite-plugin-node-polyfills@0.23.0:
@@ -12943,20 +12922,23 @@ packages:
vite: '>=4.5.2'
vitest: '>=0.26.2'
- vitest@2.1.9:
- resolution: {integrity: sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==}
- engines: {node: ^18.0.0 || >=20.0.0}
+ vitest@3.0.5:
+ resolution: {integrity: sha512-4dof+HvqONw9bvsYxtkfUp2uHsTN9bV2CZIi1pWgoFpL1Lld8LA1ka9q/ONSsoScAKG7NVGf2stJTI7XRkXb2Q==}
+ engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
+ '@types/debug': ^4.1.12
'@types/node': ^20.17.19
- '@vitest/browser': 2.1.9
- '@vitest/ui': 2.1.9
+ '@vitest/browser': 3.0.5
+ '@vitest/ui': 3.0.5
happy-dom: '*'
jsdom: '*'
peerDependenciesMeta:
'@edge-runtime/vm':
optional: true
+ '@types/debug':
+ optional: true
'@types/node':
optional: true
'@vitest/browser':
@@ -17322,7 +17304,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@vitest/browser@3.0.5(@types/node@20.17.19)(playwright@1.50.1)(typescript@5.7.3)(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))(vitest@2.1.9)':
+ '@vitest/browser@3.0.5(@types/node@20.17.19)(playwright@1.50.1)(typescript@5.7.3)(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))(vitest@3.0.5)':
dependencies:
'@testing-library/dom': 10.4.0
'@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.0)
@@ -17332,7 +17314,7 @@ snapshots:
msw: 2.7.0(@types/node@20.17.19)(typescript@5.7.3)
sirv: 3.0.0
tinyrainbow: 2.0.0
- vitest: 2.1.9(@types/node@20.17.19)(@vitest/browser@3.0.5)(happy-dom@15.11.6)(jsdom@26.0.0)(msw@2.7.0(@types/node@20.17.19)(typescript@5.7.3))(terser@5.37.0)
+ vitest: 3.0.5(@types/debug@4.1.12)(@types/node@20.17.19)(@vitest/browser@3.0.5)(happy-dom@15.11.6)(jsdom@26.0.0)(msw@2.7.0(@types/node@20.17.19)(typescript@5.7.3))(terser@5.37.0)
ws: 8.18.0
optionalDependencies:
playwright: 1.50.1
@@ -17343,7 +17325,7 @@ snapshots:
- utf-8-validate
- vite
- '@vitest/coverage-v8@3.0.5(@vitest/browser@3.0.5)(vitest@2.1.9)':
+ '@vitest/coverage-v8@3.0.5(@vitest/browser@3.0.5)(vitest@3.0.5)':
dependencies:
'@ampproject/remapping': 2.3.0
'@bcoe/v8-coverage': 1.0.2
@@ -17357,27 +17339,18 @@ snapshots:
std-env: 3.8.0
test-exclude: 7.0.1
tinyrainbow: 2.0.0
- vitest: 2.1.9(@types/node@20.17.19)(@vitest/browser@3.0.5)(happy-dom@15.11.6)(jsdom@26.0.0)(msw@2.7.0(@types/node@20.17.19)(typescript@5.7.3))(terser@5.37.0)
+ vitest: 3.0.5(@types/debug@4.1.12)(@types/node@20.17.19)(@vitest/browser@3.0.5)(happy-dom@15.11.6)(jsdom@26.0.0)(msw@2.7.0(@types/node@20.17.19)(typescript@5.7.3))(terser@5.37.0)
optionalDependencies:
- '@vitest/browser': 3.0.5(@types/node@20.17.19)(playwright@1.50.1)(typescript@5.7.3)(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))(vitest@2.1.9)
+ '@vitest/browser': 3.0.5(@types/node@20.17.19)(playwright@1.50.1)(typescript@5.7.3)(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))(vitest@3.0.5)
transitivePeerDependencies:
- supports-color
- '@vitest/expect@2.1.9':
+ '@vitest/expect@3.0.5':
dependencies:
- '@vitest/spy': 2.1.9
- '@vitest/utils': 2.1.9
+ '@vitest/spy': 3.0.5
+ '@vitest/utils': 3.0.5
chai: 5.1.2
- tinyrainbow: 1.2.0
-
- '@vitest/mocker@2.1.9(msw@2.7.0(@types/node@20.17.19)(typescript@5.7.3))(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))':
- dependencies:
- '@vitest/spy': 2.1.9
- estree-walker: 3.0.3
- magic-string: 0.30.17
- optionalDependencies:
- msw: 2.7.0(@types/node@20.17.19)(typescript@5.7.3)
- vite: 5.4.14(@types/node@20.17.19)(terser@5.37.0)
+ tinyrainbow: 2.0.0
'@vitest/mocker@3.0.5(msw@2.7.0(@types/node@20.17.19)(typescript@5.7.3))(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))':
dependencies:
@@ -17388,39 +17361,25 @@ snapshots:
msw: 2.7.0(@types/node@20.17.19)(typescript@5.7.3)
vite: 5.4.14(@types/node@20.17.19)(terser@5.37.0)
- '@vitest/pretty-format@2.1.9':
- dependencies:
- tinyrainbow: 1.2.0
-
'@vitest/pretty-format@3.0.5':
dependencies:
tinyrainbow: 2.0.0
- '@vitest/runner@2.1.9':
+ '@vitest/runner@3.0.5':
dependencies:
- '@vitest/utils': 2.1.9
- pathe: 1.1.2
+ '@vitest/utils': 3.0.5
+ pathe: 2.0.3
- '@vitest/snapshot@2.1.9':
+ '@vitest/snapshot@3.0.5':
dependencies:
- '@vitest/pretty-format': 2.1.9
+ '@vitest/pretty-format': 3.0.5
magic-string: 0.30.17
- pathe: 1.1.2
-
- '@vitest/spy@2.1.9':
- dependencies:
- tinyspy: 3.0.2
+ pathe: 2.0.3
'@vitest/spy@3.0.5':
dependencies:
tinyspy: 3.0.2
- '@vitest/utils@2.1.9':
- dependencies:
- '@vitest/pretty-format': 2.1.9
- loupe: 3.1.3
- tinyrainbow: 1.2.0
-
'@vitest/utils@3.0.5':
dependencies:
'@vitest/pretty-format': 3.0.5
@@ -23754,6 +23713,8 @@ snapshots:
pathe@1.1.2: {}
+ pathe@2.0.3: {}
+
pathval@1.1.1: {}
pathval@2.0.0: {}
@@ -25740,8 +25701,6 @@ snapshots:
tinypool@1.0.2: {}
- tinyrainbow@1.2.0: {}
-
tinyrainbow@2.0.0: {}
tinyspy@3.0.2: {}
@@ -26133,12 +26092,12 @@ snapshots:
'@types/unist': 3.0.2
vfile-message: 4.0.2
- vite-node@2.1.9(@types/node@20.17.19)(terser@5.37.0):
+ vite-node@3.0.5(@types/node@20.17.19)(terser@5.37.0):
dependencies:
cac: 6.7.14
debug: 4.4.0(supports-color@8.1.1)
es-module-lexer: 1.6.0
- pathe: 1.1.2
+ pathe: 2.0.3
vite: 5.4.14(@types/node@20.17.19)(terser@5.37.0)
transitivePeerDependencies:
- '@types/node'
@@ -26184,37 +26143,38 @@ snapshots:
fsevents: 2.3.3
terser: 5.37.0
- vitest-fail-on-console@0.7.1(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))(vitest@2.1.9):
+ vitest-fail-on-console@0.7.1(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))(vitest@3.0.5):
dependencies:
chalk: 5.3.0
vite: 5.4.14(@types/node@20.17.19)(terser@5.37.0)
- vitest: 2.1.9(@types/node@20.17.19)(@vitest/browser@3.0.5)(happy-dom@15.11.6)(jsdom@26.0.0)(msw@2.7.0(@types/node@20.17.19)(typescript@5.7.3))(terser@5.37.0)
+ vitest: 3.0.5(@types/debug@4.1.12)(@types/node@20.17.19)(@vitest/browser@3.0.5)(happy-dom@15.11.6)(jsdom@26.0.0)(msw@2.7.0(@types/node@20.17.19)(typescript@5.7.3))(terser@5.37.0)
- vitest@2.1.9(@types/node@20.17.19)(@vitest/browser@3.0.5)(happy-dom@15.11.6)(jsdom@26.0.0)(msw@2.7.0(@types/node@20.17.19)(typescript@5.7.3))(terser@5.37.0):
+ vitest@3.0.5(@types/debug@4.1.12)(@types/node@20.17.19)(@vitest/browser@3.0.5)(happy-dom@15.11.6)(jsdom@26.0.0)(msw@2.7.0(@types/node@20.17.19)(typescript@5.7.3))(terser@5.37.0):
dependencies:
- '@vitest/expect': 2.1.9
- '@vitest/mocker': 2.1.9(msw@2.7.0(@types/node@20.17.19)(typescript@5.7.3))(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))
- '@vitest/pretty-format': 2.1.9
- '@vitest/runner': 2.1.9
- '@vitest/snapshot': 2.1.9
- '@vitest/spy': 2.1.9
- '@vitest/utils': 2.1.9
+ '@vitest/expect': 3.0.5
+ '@vitest/mocker': 3.0.5(msw@2.7.0(@types/node@20.17.19)(typescript@5.7.3))(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))
+ '@vitest/pretty-format': 3.0.5
+ '@vitest/runner': 3.0.5
+ '@vitest/snapshot': 3.0.5
+ '@vitest/spy': 3.0.5
+ '@vitest/utils': 3.0.5
chai: 5.1.2
debug: 4.4.0(supports-color@8.1.1)
expect-type: 1.1.0
magic-string: 0.30.17
- pathe: 1.1.2
+ pathe: 2.0.3
std-env: 3.8.0
tinybench: 2.9.0
tinyexec: 0.3.2
tinypool: 1.0.2
- tinyrainbow: 1.2.0
+ tinyrainbow: 2.0.0
vite: 5.4.14(@types/node@20.17.19)(terser@5.37.0)
- vite-node: 2.1.9(@types/node@20.17.19)(terser@5.37.0)
+ vite-node: 3.0.5(@types/node@20.17.19)(terser@5.37.0)
why-is-node-running: 2.3.0
optionalDependencies:
+ '@types/debug': 4.1.12
'@types/node': 20.17.19
- '@vitest/browser': 3.0.5(@types/node@20.17.19)(playwright@1.50.1)(typescript@5.7.3)(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))(vitest@2.1.9)
+ '@vitest/browser': 3.0.5(@types/node@20.17.19)(playwright@1.50.1)(typescript@5.7.3)(vite@5.4.14(@types/node@20.17.19)(terser@5.37.0))(vitest@3.0.5)
happy-dom: 15.11.6
jsdom: 26.0.0
transitivePeerDependencies:
From 7513e323a919bb0081cbf02293036597adc0d027 Mon Sep 17 00:00:00 2001
From: Siriwat K
From 1c22709aa5ac27ac85f13ac6bbcef8142859fb6d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Views4You
+
Poprey
+
This guide explains how and why to migrate from Material UI Grid v1 to v2.
- -## Why you should migrate - -Grid v2 has several new features and many improvements over the original: - -- Grid v2 uses CSS variables which removes CSS specificity from class selectors. - Now you can use `sx` prop on the Grid to control any style you'd like. -- All grids are considered items without specifying the `item` prop. -- The long-awaited [offset feature](/material-ui/react-grid2/#offset) gives you more flexibility for positioning. -- [Nested grids](/material-ui/react-grid2/#nested-grid) now have no depth limitation. - -## With Material UI v4 - -The Grid v2 is introduced in Material UI v5, so you have to follow the [Material UI v5 migration guide](/material-ui/migration/migration-v4/) first. - -## With Material UI v5 - -The migration is expected to be smooth since most of the APIs remain the same. -There is one breaking change that we want to clarify: -The default implementation of the negative margin in Grid v2 is spread equally on all sides. - -{{"demo": "GridsDiff.js", "bg": true, "hideToolbar": true}} - -### Import - -```diff --import Grid from '@mui/material/Grid'; -+import Grid from '@mui/material/Unstable_Grid2'; -``` - -### Remove props - -The `item` and `zeroMinWidth` props have been removed in Grid v2: - -```diff --This guide explains how and why to migrate from the Grid component to the Grid2 component.
+ +## Grid component versions + +In Material UI v7, the legacy Grid component has been deprecated and replaced by Grid2, which offers several new features as well as significant improvements to the developer experience. +This guide explains how to upgrade from Grid to Grid2, and includes details for Material UI v5, v6, and v7. + +## Why you should upgrade + +Grid2 provides the following improvements over the legacy Grid: + +- It uses CSS variables, removing CSS specificity from class selectors. + You can use `sx` prop on Grid2 to control any style you'd like. +- All grids are considered items without specifying the `item` prop. +- The [offset feature](/material-ui/react-grid2/#offset) gives you more flexibility for positioning. +- [Nested grids](/material-ui/react-grid2/#nested-grid) now have no depth limitation. +- Its implementation doesn't use negative margins so it doesn't [overflow like the legacy Grid](/material-ui/react-grid/#negative-margin). + +## How to upgrade + +### Prerequisites + +Before proceeding with this upgrade: + +- You must be on Material UI v5+. +- If you're in the process of upgrading your Material UI version, you should complete that upgrade first. + +### 1. Update the import + +Depending on the Material UI version you are using, you must update the import as follows: + +The Material Design responsive layout grid adapts to screen size and orientation, ensuring consistency across layouts.
@@ -17,18 +17,18 @@ Material Design's responsive UI is based on a 12-column grid layout. {{"component": "@mui/docs/ComponentLinkHeader", "design": false}} :::warning -The `Grid` component shouldn't be confused with a data grid; it is closer to a layout grid. For a data grid head to [the `DataGrid` component](/x/react-data-grid/). +The `GridLegacy` component shouldn't be confused with a data grid; it is closer to a layout grid. For a data grid head to [the `DataGrid` component](/x/react-data-grid/). ::: :::warning -The Grid component has been deprecated. +The `GridLegacy` component has been deprecated. Please use [Grid2](/material-ui/react-grid2/) instead. See the [Grid2 upgrade guide](/material-ui/migration/upgrade-to-grid-v2/) for more details. ::: ## How it works -The grid system is implemented with the `Grid` component: +The grid system is implemented with the `GridLegacy` component: - It uses [CSS's Flexible Box module](https://www.w3.org/TR/css-flexbox-1/) for high flexibility. - There are two types of layout: _containers_ and _items_. @@ -187,11 +187,11 @@ In practice, you can set the `zeroMinWidth` prop: The `xs`, `sm`, `md`, `lg`, and `xl` props are **not supported** within `direction="column"` and `direction="column-reverse"` containers. They define the number of grids the component will use for a given breakpoint. They are intended to control **width** using `flex-basis` in `row` containers but they will impact height in `column` containers. -If used, these props may have undesirable effects on the height of the `Grid` item elements. +If used, these props may have undesirable effects on the height of the `GridLegacy` item elements. ## CSS Grid Layout -The `Grid` component is using CSS flexbox internally. +The `GridLegacy` component is using CSS flexbox internally. But as seen below, you can easily use [MUI System](/system/grid/) and CSS Grid to layout your pages. {{"demo": "CSSGrid.js", "bg": true}} diff --git a/docs/data/material/components/icons/SvgMaterialIcons.js b/docs/data/material/components/icons/SvgMaterialIcons.js index 0a23c7b6c882e2..db2788b95232ac 100644 --- a/docs/data/material/components/icons/SvgMaterialIcons.js +++ b/docs/data/material/components/icons/SvgMaterialIcons.js @@ -1,5 +1,5 @@ import * as React from 'react'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Typography from '@mui/material/Typography'; import DeleteIcon from '@mui/icons-material/Delete'; import DeleteOutlinedIcon from '@mui/icons-material/DeleteOutlined'; diff --git a/docs/data/material/components/icons/SvgMaterialIcons.tsx b/docs/data/material/components/icons/SvgMaterialIcons.tsx index 0a23c7b6c882e2..db2788b95232ac 100644 --- a/docs/data/material/components/icons/SvgMaterialIcons.tsx +++ b/docs/data/material/components/icons/SvgMaterialIcons.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Typography from '@mui/material/Typography'; import DeleteIcon from '@mui/icons-material/Delete'; import DeleteOutlinedIcon from '@mui/icons-material/DeleteOutlined'; diff --git a/docs/data/material/components/lists/InteractiveList.js b/docs/data/material/components/lists/InteractiveList.js index cf67680b05e185..2bacfb182e537c 100644 --- a/docs/data/material/components/lists/InteractiveList.js +++ b/docs/data/material/components/lists/InteractiveList.js @@ -11,7 +11,7 @@ import IconButton from '@mui/material/IconButton'; import FormGroup from '@mui/material/FormGroup'; import FormControlLabel from '@mui/material/FormControlLabel'; import Checkbox from '@mui/material/Checkbox'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Typography from '@mui/material/Typography'; import FolderIcon from '@mui/icons-material/Folder'; import DeleteIcon from '@mui/icons-material/Delete'; diff --git a/docs/data/material/components/lists/InteractiveList.tsx b/docs/data/material/components/lists/InteractiveList.tsx index e667a977cda23a..884b509ae328c2 100644 --- a/docs/data/material/components/lists/InteractiveList.tsx +++ b/docs/data/material/components/lists/InteractiveList.tsx @@ -11,7 +11,7 @@ import IconButton from '@mui/material/IconButton'; import FormGroup from '@mui/material/FormGroup'; import FormControlLabel from '@mui/material/FormControlLabel'; import Checkbox from '@mui/material/Checkbox'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Typography from '@mui/material/Typography'; import FolderIcon from '@mui/icons-material/Folder'; import DeleteIcon from '@mui/icons-material/Delete'; diff --git a/docs/data/material/components/material-icons/SearchIcons.js b/docs/data/material/components/material-icons/SearchIcons.js index f1d8cba2e84783..e2bda5b71d2569 100644 --- a/docs/data/material/components/material-icons/SearchIcons.js +++ b/docs/data/material/components/material-icons/SearchIcons.js @@ -5,7 +5,7 @@ import copy from 'clipboard-copy'; import InputBase from '@mui/material/InputBase'; import Typography from '@mui/material/Typography'; import PropTypes from 'prop-types'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Dialog from '@mui/material/Dialog'; import DialogActions from '@mui/material/DialogActions'; import DialogContent from '@mui/material/DialogContent'; diff --git a/docs/data/material/components/paper/Elevation.js b/docs/data/material/components/paper/Elevation.js index ab3d910b52fa2b..acea3a69ab2ac9 100644 --- a/docs/data/material/components/paper/Elevation.js +++ b/docs/data/material/components/paper/Elevation.js @@ -1,5 +1,5 @@ import * as React from 'react'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Paper from '@mui/material/Paper'; import Box from '@mui/material/Box'; import { createTheme, ThemeProvider, styled } from '@mui/material/styles'; diff --git a/docs/data/material/components/paper/Elevation.tsx b/docs/data/material/components/paper/Elevation.tsx index ab3d910b52fa2b..acea3a69ab2ac9 100644 --- a/docs/data/material/components/paper/Elevation.tsx +++ b/docs/data/material/components/paper/Elevation.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Paper from '@mui/material/Paper'; import Box from '@mui/material/Box'; import { createTheme, ThemeProvider, styled } from '@mui/material/styles'; diff --git a/docs/data/material/components/popover/AnchorPlayground.js b/docs/data/material/components/popover/AnchorPlayground.js index 29d05bbac8a75a..55b8cfb2597254 100644 --- a/docs/data/material/components/popover/AnchorPlayground.js +++ b/docs/data/material/components/popover/AnchorPlayground.js @@ -4,7 +4,7 @@ import FormLabel from '@mui/material/FormLabel'; import FormControlLabel from '@mui/material/FormControlLabel'; import RadioGroup from '@mui/material/RadioGroup'; import Radio from '@mui/material/Radio'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import { green } from '@mui/material/colors'; import Typography from '@mui/material/Typography'; import Box from '@mui/material/Box'; diff --git a/docs/data/material/components/popper/PositionedPopper.js b/docs/data/material/components/popper/PositionedPopper.js index 227c11d4860c10..903a27693f340b 100644 --- a/docs/data/material/components/popper/PositionedPopper.js +++ b/docs/data/material/components/popper/PositionedPopper.js @@ -2,7 +2,7 @@ import * as React from 'react'; import Box from '@mui/material/Box'; import Popper from '@mui/material/Popper'; import Typography from '@mui/material/Typography'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Button from '@mui/material/Button'; import Fade from '@mui/material/Fade'; import Paper from '@mui/material/Paper'; diff --git a/docs/data/material/components/popper/PositionedPopper.tsx b/docs/data/material/components/popper/PositionedPopper.tsx index be2798cdaf2ec5..f74512014fe04c 100644 --- a/docs/data/material/components/popper/PositionedPopper.tsx +++ b/docs/data/material/components/popper/PositionedPopper.tsx @@ -2,7 +2,7 @@ import * as React from 'react'; import Box from '@mui/material/Box'; import Popper, { PopperPlacementType } from '@mui/material/Popper'; import Typography from '@mui/material/Typography'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Button from '@mui/material/Button'; import Fade from '@mui/material/Fade'; import Paper from '@mui/material/Paper'; diff --git a/docs/data/material/components/popper/ScrollPlayground.js b/docs/data/material/components/popper/ScrollPlayground.js index 354b7d840b1352..82bd6bdebe58a9 100644 --- a/docs/data/material/components/popper/ScrollPlayground.js +++ b/docs/data/material/components/popper/ScrollPlayground.js @@ -1,7 +1,7 @@ import * as React from 'react'; import { styled } from '@mui/material/styles'; import FormControlLabel from '@mui/material/FormControlLabel'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Typography from '@mui/material/Typography'; import Box from '@mui/material/Box'; import Button from '@mui/material/Button'; diff --git a/docs/data/material/components/skeleton/SkeletonChildren.js b/docs/data/material/components/skeleton/SkeletonChildren.js index dea54ea2feb889..6cc74db7f2ece9 100644 --- a/docs/data/material/components/skeleton/SkeletonChildren.js +++ b/docs/data/material/components/skeleton/SkeletonChildren.js @@ -4,7 +4,7 @@ import { styled } from '@mui/material/styles'; import Box from '@mui/material/Box'; import Typography from '@mui/material/Typography'; import Avatar from '@mui/material/Avatar'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Skeleton from '@mui/material/Skeleton'; const Image = styled('img')({ diff --git a/docs/data/material/components/skeleton/SkeletonChildren.tsx b/docs/data/material/components/skeleton/SkeletonChildren.tsx index bf27ebb7fad364..6e3ecb7aa5bbd1 100644 --- a/docs/data/material/components/skeleton/SkeletonChildren.tsx +++ b/docs/data/material/components/skeleton/SkeletonChildren.tsx @@ -3,7 +3,7 @@ import { styled } from '@mui/material/styles'; import Box from '@mui/material/Box'; import Typography from '@mui/material/Typography'; import Avatar from '@mui/material/Avatar'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Skeleton from '@mui/material/Skeleton'; const Image = styled('img')({ diff --git a/docs/data/material/components/skeleton/SkeletonTypography.js b/docs/data/material/components/skeleton/SkeletonTypography.js index a45cb28ef8f1fa..51069c10b52500 100644 --- a/docs/data/material/components/skeleton/SkeletonTypography.js +++ b/docs/data/material/components/skeleton/SkeletonTypography.js @@ -2,7 +2,7 @@ import * as React from 'react'; import PropTypes from 'prop-types'; import Typography from '@mui/material/Typography'; import Skeleton from '@mui/material/Skeleton'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; const variants = ['h1', 'h3', 'body1', 'caption']; diff --git a/docs/data/material/components/skeleton/SkeletonTypography.tsx b/docs/data/material/components/skeleton/SkeletonTypography.tsx index 6860968bf452ef..2f03417dcf0ed3 100644 --- a/docs/data/material/components/skeleton/SkeletonTypography.tsx +++ b/docs/data/material/components/skeleton/SkeletonTypography.tsx @@ -1,7 +1,7 @@ import * as React from 'react'; import Typography, { TypographyProps } from '@mui/material/Typography'; import Skeleton from '@mui/material/Skeleton'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; const variants = [ 'h1', diff --git a/docs/data/material/components/skeleton/YouTube.js b/docs/data/material/components/skeleton/YouTube.js index 92dc192be70cf3..856342edbd89a9 100644 --- a/docs/data/material/components/skeleton/YouTube.js +++ b/docs/data/material/components/skeleton/YouTube.js @@ -1,6 +1,6 @@ import * as React from 'react'; import PropTypes from 'prop-types'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Box from '@mui/material/Box'; import Typography from '@mui/material/Typography'; import Skeleton from '@mui/material/Skeleton'; diff --git a/docs/data/material/components/skeleton/YouTube.tsx b/docs/data/material/components/skeleton/YouTube.tsx index dff86e1facffb5..ac5c237990d808 100644 --- a/docs/data/material/components/skeleton/YouTube.tsx +++ b/docs/data/material/components/skeleton/YouTube.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Box from '@mui/material/Box'; import Typography from '@mui/material/Typography'; import Skeleton from '@mui/material/Skeleton'; diff --git a/docs/data/material/components/slider/InputSlider.js b/docs/data/material/components/slider/InputSlider.js index 5be419e11b4e01..f5c0cf92e28067 100644 --- a/docs/data/material/components/slider/InputSlider.js +++ b/docs/data/material/components/slider/InputSlider.js @@ -1,7 +1,7 @@ import * as React from 'react'; import { styled } from '@mui/material/styles'; import Box from '@mui/material/Box'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Typography from '@mui/material/Typography'; import Slider from '@mui/material/Slider'; import MuiInput from '@mui/material/Input'; diff --git a/docs/data/material/components/slider/InputSlider.tsx b/docs/data/material/components/slider/InputSlider.tsx index dcdff10cf8cbd7..1cb4855a48898c 100644 --- a/docs/data/material/components/slider/InputSlider.tsx +++ b/docs/data/material/components/slider/InputSlider.tsx @@ -1,7 +1,7 @@ import * as React from 'react'; import { styled } from '@mui/material/styles'; import Box from '@mui/material/Box'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Typography from '@mui/material/Typography'; import Slider from '@mui/material/Slider'; import MuiInput from '@mui/material/Input'; diff --git a/docs/data/material/components/snackbars/DirectionSnackbar.js b/docs/data/material/components/snackbars/DirectionSnackbar.js index 0a1330fde2d8d7..6a1739de98ec6c 100644 --- a/docs/data/material/components/snackbars/DirectionSnackbar.js +++ b/docs/data/material/components/snackbars/DirectionSnackbar.js @@ -1,6 +1,6 @@ import * as React from 'react'; import Box from '@mui/material/Box'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Button from '@mui/material/Button'; import Snackbar from '@mui/material/Snackbar'; import Slide from '@mui/material/Slide'; diff --git a/docs/data/material/components/snackbars/DirectionSnackbar.tsx b/docs/data/material/components/snackbars/DirectionSnackbar.tsx index ef02be1e934e5b..798bb028d2cbb6 100644 --- a/docs/data/material/components/snackbars/DirectionSnackbar.tsx +++ b/docs/data/material/components/snackbars/DirectionSnackbar.tsx @@ -1,6 +1,6 @@ import * as React from 'react'; import Box from '@mui/material/Box'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Button from '@mui/material/Button'; import Snackbar from '@mui/material/Snackbar'; import Slide, { SlideProps } from '@mui/material/Slide'; diff --git a/docs/data/material/components/snackbars/PositionedSnackbar.js b/docs/data/material/components/snackbars/PositionedSnackbar.js index ae46872071f607..9f970ce498b94f 100644 --- a/docs/data/material/components/snackbars/PositionedSnackbar.js +++ b/docs/data/material/components/snackbars/PositionedSnackbar.js @@ -1,5 +1,5 @@ import * as React from 'react'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Box from '@mui/material/Box'; import Button from '@mui/material/Button'; import Snackbar from '@mui/material/Snackbar'; diff --git a/docs/data/material/components/snackbars/PositionedSnackbar.tsx b/docs/data/material/components/snackbars/PositionedSnackbar.tsx index 6e2d2ed0a9862a..84c5885c521b52 100644 --- a/docs/data/material/components/snackbars/PositionedSnackbar.tsx +++ b/docs/data/material/components/snackbars/PositionedSnackbar.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Box from '@mui/material/Box'; import Button from '@mui/material/Button'; import Snackbar, { SnackbarOrigin } from '@mui/material/Snackbar'; diff --git a/docs/data/material/components/stack/InteractiveStack.js b/docs/data/material/components/stack/InteractiveStack.js index 818bf81d5fbcb1..c2699b6241456b 100644 --- a/docs/data/material/components/stack/InteractiveStack.js +++ b/docs/data/material/components/stack/InteractiveStack.js @@ -2,7 +2,7 @@ import * as React from 'react'; import FormControl from '@mui/material/FormControl'; import FormLabel from '@mui/material/FormLabel'; import FormControlLabel from '@mui/material/FormControlLabel'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Paper from '@mui/material/Paper'; import RadioGroup from '@mui/material/RadioGroup'; import Radio from '@mui/material/Radio'; diff --git a/docs/data/material/components/stack/InteractiveStack.tsx b/docs/data/material/components/stack/InteractiveStack.tsx index 65edd2e57e9a6f..454eaf4d13005e 100644 --- a/docs/data/material/components/stack/InteractiveStack.tsx +++ b/docs/data/material/components/stack/InteractiveStack.tsx @@ -2,7 +2,7 @@ import * as React from 'react'; import FormControl from '@mui/material/FormControl'; import FormLabel from '@mui/material/FormLabel'; import FormControlLabel from '@mui/material/FormControlLabel'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Paper from '@mui/material/Paper'; import RadioGroup from '@mui/material/RadioGroup'; import Radio from '@mui/material/Radio'; diff --git a/docs/data/material/components/stack/stack.md b/docs/data/material/components/stack/stack.md index 53b0d0c092500b..ed114ee0cd1b2c 100644 --- a/docs/data/material/components/stack/stack.md +++ b/docs/data/material/components/stack/stack.md @@ -36,7 +36,7 @@ The spacing value can be any number, including decimals, or a string. ### Stack vs. Grid -`Stack` is concerned with one-dimensional layouts, while [Grid](/material-ui/react-grid/) handles two-dimensional layouts. The default direction is `column` which stacks children vertically. +`Stack` is concerned with one-dimensional layouts, while [GridLegacy](/material-ui/react-grid-legacy/) handles two-dimensional layouts. The default direction is `column` which stacks children vertically. ## Direction diff --git a/docs/data/material/components/tooltips/PositionedTooltips.js b/docs/data/material/components/tooltips/PositionedTooltips.js index c199244ac31e0f..d04679d4e04cc7 100644 --- a/docs/data/material/components/tooltips/PositionedTooltips.js +++ b/docs/data/material/components/tooltips/PositionedTooltips.js @@ -1,6 +1,6 @@ import * as React from 'react'; import Box from '@mui/material/Box'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Button from '@mui/material/Button'; import Tooltip from '@mui/material/Tooltip'; diff --git a/docs/data/material/components/tooltips/PositionedTooltips.tsx b/docs/data/material/components/tooltips/PositionedTooltips.tsx index c199244ac31e0f..d04679d4e04cc7 100644 --- a/docs/data/material/components/tooltips/PositionedTooltips.tsx +++ b/docs/data/material/components/tooltips/PositionedTooltips.tsx @@ -1,6 +1,6 @@ import * as React from 'react'; import Box from '@mui/material/Box'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Button from '@mui/material/Button'; import Tooltip from '@mui/material/Tooltip'; diff --git a/docs/data/material/components/tooltips/TriggersTooltips.js b/docs/data/material/components/tooltips/TriggersTooltips.js index 822022c564d979..9cf7db0b9420d5 100644 --- a/docs/data/material/components/tooltips/TriggersTooltips.js +++ b/docs/data/material/components/tooltips/TriggersTooltips.js @@ -1,5 +1,5 @@ import * as React from 'react'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Button from '@mui/material/Button'; import Tooltip from '@mui/material/Tooltip'; import ClickAwayListener from '@mui/material/ClickAwayListener'; diff --git a/docs/data/material/components/tooltips/TriggersTooltips.tsx b/docs/data/material/components/tooltips/TriggersTooltips.tsx index 822022c564d979..9cf7db0b9420d5 100644 --- a/docs/data/material/components/tooltips/TriggersTooltips.tsx +++ b/docs/data/material/components/tooltips/TriggersTooltips.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Button from '@mui/material/Button'; import Tooltip from '@mui/material/Tooltip'; import ClickAwayListener from '@mui/material/ClickAwayListener'; diff --git a/docs/data/material/components/transfer-list/SelectAllTransferList.js b/docs/data/material/components/transfer-list/SelectAllTransferList.js index 6347236b758a30..b9b83d1f8b99d9 100644 --- a/docs/data/material/components/transfer-list/SelectAllTransferList.js +++ b/docs/data/material/components/transfer-list/SelectAllTransferList.js @@ -1,5 +1,5 @@ import * as React from 'react'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import List from '@mui/material/List'; import Card from '@mui/material/Card'; import CardHeader from '@mui/material/CardHeader'; diff --git a/docs/data/material/components/transfer-list/SelectAllTransferList.tsx b/docs/data/material/components/transfer-list/SelectAllTransferList.tsx index 5a55dfa8afdf35..9e1842e08f2b7f 100644 --- a/docs/data/material/components/transfer-list/SelectAllTransferList.tsx +++ b/docs/data/material/components/transfer-list/SelectAllTransferList.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import List from '@mui/material/List'; import Card from '@mui/material/Card'; import CardHeader from '@mui/material/CardHeader'; diff --git a/docs/data/material/components/transfer-list/TransferList.js b/docs/data/material/components/transfer-list/TransferList.js index ed3944801d0d6f..e44b4221f577b6 100644 --- a/docs/data/material/components/transfer-list/TransferList.js +++ b/docs/data/material/components/transfer-list/TransferList.js @@ -1,5 +1,5 @@ import * as React from 'react'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import List from '@mui/material/List'; import ListItemButton from '@mui/material/ListItemButton'; import ListItemIcon from '@mui/material/ListItemIcon'; diff --git a/docs/data/material/components/transfer-list/TransferList.tsx b/docs/data/material/components/transfer-list/TransferList.tsx index 10b5b2cea2ac94..beb529151e644e 100644 --- a/docs/data/material/components/transfer-list/TransferList.tsx +++ b/docs/data/material/components/transfer-list/TransferList.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import List from '@mui/material/List'; import ListItemButton from '@mui/material/ListItemButton'; import ListItemIcon from '@mui/material/ListItemIcon'; diff --git a/docs/data/material/customization/breakpoints/breakpoints.md b/docs/data/material/customization/breakpoints/breakpoints.md index 7897e4c8d44b02..d2ab2282a575d5 100644 --- a/docs/data/material/customization/breakpoints/breakpoints.md +++ b/docs/data/material/customization/breakpoints/breakpoints.md @@ -7,7 +7,7 @@ Material UI uses a **simplified** implementation of the original [specification The breakpoints are used internally in various components to make them responsive, but you can also take advantage of them -for controlling the layout of your application through the [Grid](/material-ui/react-grid/) component. +for controlling the layout of your application through the [GridLegacy](/material-ui/react-grid-legacy/) component. ## Default breakpoints diff --git a/docs/data/material/customization/color/ColorTool.js b/docs/data/material/customization/color/ColorTool.js index 4f93c20b25888e..1683773e514ec4 100644 --- a/docs/data/material/customization/color/ColorTool.js +++ b/docs/data/material/customization/color/ColorTool.js @@ -3,7 +3,7 @@ import PropTypes from 'prop-types'; import { rgbToHex, useTheme } from '@mui/material/styles'; import * as colors from '@mui/material/colors'; import Box from '@mui/material/Box'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Input from '@mui/material/Input'; import Radio from '@mui/material/Radio'; import Tooltip from '@mui/material/Tooltip'; diff --git a/docs/data/material/customization/dark-mode/DarkTheme.js b/docs/data/material/customization/dark-mode/DarkTheme.js index 7e48bd611922ae..4e447b617f0228 100644 --- a/docs/data/material/customization/dark-mode/DarkTheme.js +++ b/docs/data/material/customization/dark-mode/DarkTheme.js @@ -1,6 +1,6 @@ import * as React from 'react'; import Typography from '@mui/material/Typography'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Box from '@mui/material/Box'; import { styled, ThemeProvider, useTheme, createTheme } from '@mui/material/styles'; diff --git a/docs/data/material/customization/density/DensityTool.js b/docs/data/material/customization/density/DensityTool.js index b993b48c5947db..1830873a2a0f3a 100644 --- a/docs/data/material/customization/density/DensityTool.js +++ b/docs/data/material/customization/density/DensityTool.js @@ -1,6 +1,6 @@ import * as React from 'react'; import { useTheme } from '@mui/material/styles'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Input from '@mui/material/Input'; import Typography from '@mui/material/Typography'; import Button from '@mui/material/Button'; diff --git a/docs/data/material/customization/palette/Intentions.js b/docs/data/material/customization/palette/Intentions.js index dc671c4065590a..fcde8513920abe 100644 --- a/docs/data/material/customization/palette/Intentions.js +++ b/docs/data/material/customization/palette/Intentions.js @@ -1,6 +1,6 @@ import * as React from 'react'; import Box from '@mui/material/Box'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import Typography from '@mui/material/Typography'; import { createTheme, diff --git a/docs/data/material/getting-started/templates/checkout/components/Review.js b/docs/data/material/getting-started/templates/checkout/components/Review.js index 91ebcb4eb7a16e..71cd9ae5d54110 100644 --- a/docs/data/material/getting-started/templates/checkout/components/Review.js +++ b/docs/data/material/getting-started/templates/checkout/components/Review.js @@ -1,6 +1,6 @@ import * as React from 'react'; import Divider from '@mui/material/Divider'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import List from '@mui/material/List'; import ListItem from '@mui/material/ListItem'; import ListItemText from '@mui/material/ListItemText'; diff --git a/docs/data/material/getting-started/templates/checkout/components/Review.tsx b/docs/data/material/getting-started/templates/checkout/components/Review.tsx index 91ebcb4eb7a16e..71cd9ae5d54110 100644 --- a/docs/data/material/getting-started/templates/checkout/components/Review.tsx +++ b/docs/data/material/getting-started/templates/checkout/components/Review.tsx @@ -1,6 +1,6 @@ import * as React from 'react'; import Divider from '@mui/material/Divider'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import List from '@mui/material/List'; import ListItem from '@mui/material/ListItem'; import ListItemText from '@mui/material/ListItemText'; diff --git a/docs/data/material/getting-started/templates/marketing-page/components/LogoCollection.js b/docs/data/material/getting-started/templates/marketing-page/components/LogoCollection.js index 75cb2214483434..56ae010338d0a3 100644 --- a/docs/data/material/getting-started/templates/marketing-page/components/LogoCollection.js +++ b/docs/data/material/getting-started/templates/marketing-page/components/LogoCollection.js @@ -1,7 +1,7 @@ import * as React from 'react'; import Box from '@mui/material/Box'; import Typography from '@mui/material/Typography'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import { useTheme } from '@mui/system'; const whiteLogos = [ diff --git a/docs/data/material/getting-started/templates/marketing-page/components/LogoCollection.tsx b/docs/data/material/getting-started/templates/marketing-page/components/LogoCollection.tsx index 75cb2214483434..56ae010338d0a3 100644 --- a/docs/data/material/getting-started/templates/marketing-page/components/LogoCollection.tsx +++ b/docs/data/material/getting-started/templates/marketing-page/components/LogoCollection.tsx @@ -1,7 +1,7 @@ import * as React from 'react'; import Box from '@mui/material/Box'; import Typography from '@mui/material/Typography'; -import Grid from '@mui/material/Grid'; +import Grid from '@mui/material/GridLegacy'; import { useTheme } from '@mui/system'; const whiteLogos = [ diff --git a/docs/data/material/guides/responsive-ui/responsive-ui.md b/docs/data/material/guides/responsive-ui/responsive-ui.md index 728c8705013d7b..9abe7b1fa442ae 100644 --- a/docs/data/material/guides/responsive-ui/responsive-ui.md +++ b/docs/data/material/guides/responsive-ui/responsive-ui.md @@ -5,7 +5,7 @@ [Responsive layouts](https://m2.material.io/design/layout/responsive-layout-grid.html) in Material Design adapt to any possible screen size. We provide the following helpers to make the UI responsive: -- [Grid](/material-ui/react-grid/): The Material Design responsive layout grid adapts to screen size and orientation, ensuring consistency across layouts. +- [GridLegacy](/material-ui/react-grid-legacy/): The Material Design responsive layout grid adapts to screen size and orientation, ensuring consistency across layouts. - [Container](/material-ui/react-container/): The container centers your content horizontally. It's the most basic layout element. - [Breakpoints](/material-ui/customization/breakpoints/): API that enables the use of breakpoints in a wide variety of contexts. - [useMediaQuery](/material-ui/react-use-media-query/): This is a CSS media query hook for React. It listens for matches to a CSS media query. diff --git a/docs/data/material/migration/upgrade-to-grid-v2/upgrade-to-grid-v2.md b/docs/data/material/migration/upgrade-to-grid-v2/upgrade-to-grid-v2.md index 1b4275a866c3c2..43345dc6d48a5f 100644 --- a/docs/data/material/migration/upgrade-to-grid-v2/upgrade-to-grid-v2.md +++ b/docs/data/material/migration/upgrade-to-grid-v2/upgrade-to-grid-v2.md @@ -16,7 +16,7 @@ Grid2 provides the following improvements over the legacy Grid: - All grids are considered items without specifying the `item` prop. - The [offset feature](/material-ui/react-grid2/#offset) gives you more flexibility for positioning. - [Nested grids](/material-ui/react-grid2/#nested-grid) now have no depth limitation. -- Its implementation doesn't use negative margins so it doesn't [overflow like the legacy Grid](/material-ui/react-grid/#negative-margin). +- Its implementation doesn't use negative margins so it doesn't [overflow like the legacy Grid](/material-ui/react-grid-legacy/#negative-margin). ## How to upgrade @@ -34,8 +34,8 @@ Depending on the Material UI version you are using, you must update the importGrid2
component instead.",
+ "propDescriptions": {
+ "children": { "description": "The content of the component." },
+ "classes": { "description": "Override or extend the styles applied to the component." },
+ "columns": { "description": "The number of columns." },
+ "columnSpacing": {
+ "description": "Defines the horizontal space between the type item
components. It overrides the value of the spacing
prop."
+ },
+ "component": {
+ "description": "The component used for the root node. Either a string to use a HTML element or a component."
+ },
+ "container": {
+ "description": "If true
, the component will have the flex container behavior. You should be wrapping items with a container."
+ },
+ "direction": {
+ "description": "Defines the flex-direction
style property. It is applied for all screen sizes."
+ },
+ "item": {
+ "description": "If true
, the component will have the flex item behavior. You should be wrapping items with a container."
+ },
+ "lg": {
+ "description": "If a number, it sets the number of columns the grid item uses. It can't be greater than the total number of columns of the container (12 by default). If 'auto', the grid item's width matches its content. If false, the prop is ignored. If true, the grid item's width grows to use the space available in the grid container. The value is applied for the lg
breakpoint and wider screens if not overridden."
+ },
+ "md": {
+ "description": "If a number, it sets the number of columns the grid item uses. It can't be greater than the total number of columns of the container (12 by default). If 'auto', the grid item's width matches its content. If false, the prop is ignored. If true, the grid item's width grows to use the space available in the grid container. The value is applied for the md
breakpoint and wider screens if not overridden."
+ },
+ "rowSpacing": {
+ "description": "Defines the vertical space between the type item
components. It overrides the value of the spacing
prop."
+ },
+ "sm": {
+ "description": "If a number, it sets the number of columns the grid item uses. It can't be greater than the total number of columns of the container (12 by default). If 'auto', the grid item's width matches its content. If false, the prop is ignored. If true, the grid item's width grows to use the space available in the grid container. The value is applied for the sm
breakpoint and wider screens if not overridden."
+ },
+ "spacing": {
+ "description": "Defines the space between the type item
components. It can only be used on a type container
component."
+ },
+ "sx": {
+ "description": "The system prop that allows defining system overrides as well as additional CSS styles."
+ },
+ "wrap": {
+ "description": "Defines the flex-wrap
style property. It's applied for all screen sizes."
+ },
+ "xl": {
+ "description": "If a number, it sets the number of columns the grid item uses. It can't be greater than the total number of columns of the container (12 by default). If 'auto', the grid item's width matches its content. If false, the prop is ignored. If true, the grid item's width grows to use the space available in the grid container. The value is applied for the xl
breakpoint and wider screens if not overridden."
+ },
+ "xs": {
+ "description": "If a number, it sets the number of columns the grid item uses. It can't be greater than the total number of columns of the container (12 by default). If 'auto', the grid item's width matches its content. If false, the prop is ignored. If true, the grid item's width grows to use the space available in the grid container. The value is applied for all the screen sizes with the lowest priority."
+ },
+ "zeroMinWidth": {
+ "description": "If true
, it sets min-width: 0
on the item. Refer to the limitations section of the documentation to better understand the use case."
+ }
+ },
+ "classDescriptions": {
+ "container": {
+ "description": "Styles applied to {{nodeName}} if {{conditions}}.",
+ "nodeName": "the root element",
+ "conditions": "container={true}
"
+ },
+ "direction-xs-column": {
+ "description": "Styles applied to {{nodeName}} if {{conditions}}.",
+ "nodeName": "the root element",
+ "conditions": "direction=\"column\"
"
+ },
+ "direction-xs-column-reverse": {
+ "description": "Styles applied to {{nodeName}} if {{conditions}}.",
+ "nodeName": "the root element",
+ "conditions": "direction=\"column-reverse\"
"
+ },
+ "direction-xs-row-reverse": {
+ "description": "Styles applied to {{nodeName}} if {{conditions}}.",
+ "nodeName": "the root element",
+ "conditions": "direction=\"row-reverse\"
"
+ },
+ "grid-xs-1": { "description": "" },
+ "grid-xs-10": { "description": "" },
+ "grid-xs-11": { "description": "" },
+ "grid-xs-12": { "description": "" },
+ "grid-xs-2": { "description": "" },
+ "grid-xs-3": { "description": "" },
+ "grid-xs-4": { "description": "" },
+ "grid-xs-5": { "description": "" },
+ "grid-xs-6": { "description": "" },
+ "grid-xs-7": { "description": "" },
+ "grid-xs-8": { "description": "" },
+ "grid-xs-9": { "description": "" },
+ "grid-xs-auto": { "description": "" },
+ "grid-xs-true": { "description": "" },
+ "item": {
+ "description": "Styles applied to {{nodeName}} if {{conditions}}.",
+ "nodeName": "the root element",
+ "conditions": "item={true}
"
+ },
+ "root": { "description": "Styles applied to the root element." },
+ "spacing-xs-1": { "description": "" },
+ "spacing-xs-10": { "description": "" },
+ "spacing-xs-2": { "description": "" },
+ "spacing-xs-3": { "description": "" },
+ "spacing-xs-4": { "description": "" },
+ "spacing-xs-5": { "description": "" },
+ "spacing-xs-6": { "description": "" },
+ "spacing-xs-7": { "description": "" },
+ "spacing-xs-8": { "description": "" },
+ "spacing-xs-9": { "description": "" },
+ "wrap-xs-nowrap": {
+ "description": "Styles applied to {{nodeName}} if {{conditions}}.",
+ "nodeName": "the root element",
+ "conditions": "wrap=\"nowrap\"
"
+ },
+ "wrap-xs-wrap-reverse": {
+ "description": "Styles applied to {{nodeName}} if {{conditions}}.",
+ "nodeName": "the root element",
+ "conditions": "wrap=\"reverse\"
"
+ },
+ "zeroMinWidth": {
+ "description": "Styles applied to {{nodeName}} if {{conditions}}.",
+ "nodeName": "the root element",
+ "conditions": "zeroMinWidth={true}
"
+ }
+ }
+}
diff --git a/docs/translations/translations.json b/docs/translations/translations.json
index 5ccc0f7d7eb73f..3081a442be1ffa 100644
--- a/docs/translations/translations.json
+++ b/docs/translations/translations.json
@@ -198,7 +198,7 @@
"layout": "Layout",
"/material-ui/react-box": "Box",
"/material-ui/react-container": "Container",
- "/material-ui/react-grid": "Grid",
+ "/material-ui/react-grid-legacy": "Grid Legacy",
"/material-ui/react-grid2": "Grid v2",
"/material-ui/react-stack": "Stack",
"/material-ui/react-image-list": "Image List",
diff --git a/packages/mui-material/src/Grid/GridContext.js b/packages/mui-material/src/Grid/GridContext.js
deleted file mode 100644
index cd84bb116e9384..00000000000000
--- a/packages/mui-material/src/Grid/GridContext.js
+++ /dev/null
@@ -1,13 +0,0 @@
-'use client';
-import * as React from 'react';
-
-/**
- * @ignore - internal component.
- */
-const GridContext = React.createContext();
-
-if (process.env.NODE_ENV !== 'production') {
- GridContext.displayName = 'GridContext';
-}
-
-export default GridContext;
diff --git a/packages/mui-material/src/Grid/index.d.ts b/packages/mui-material/src/Grid/index.d.ts
deleted file mode 100644
index de7826137c176c..00000000000000
--- a/packages/mui-material/src/Grid/index.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-export { default } from './Grid';
-export * from './Grid';
-
-export { default as gridClasses } from './gridClasses';
-export * from './gridClasses';
diff --git a/packages/mui-material/src/Grid/index.js b/packages/mui-material/src/Grid/index.js
deleted file mode 100644
index 7d6e3574239812..00000000000000
--- a/packages/mui-material/src/Grid/index.js
+++ /dev/null
@@ -1,4 +0,0 @@
-export { default } from './Grid';
-
-export { default as gridClasses } from './gridClasses';
-export * from './gridClasses';
diff --git a/packages/mui-material/src/Grid/Grid.d.ts b/packages/mui-material/src/GridLegacy/GridLegacy.d.ts
similarity index 78%
rename from packages/mui-material/src/Grid/Grid.d.ts
rename to packages/mui-material/src/GridLegacy/GridLegacy.d.ts
index 89412ee82f63e3..44f6cf38ceed8b 100644
--- a/packages/mui-material/src/Grid/Grid.d.ts
+++ b/packages/mui-material/src/GridLegacy/GridLegacy.d.ts
@@ -9,15 +9,15 @@ import {
import { IfEquals } from '@mui/types';
import { Theme } from '../styles';
import { OverridableComponent, OverrideProps } from '../OverridableComponent';
-import { GridClasses } from './gridClasses';
+import { GridLegacyClasses } from './gridLegacyClasses';
-export type GridDirection = 'row' | 'row-reverse' | 'column' | 'column-reverse';
+export type GridLegacyDirection = 'row' | 'row-reverse' | 'column' | 'column-reverse';
-export type GridSpacing = number | string;
+export type GridLegacySpacing = number | string;
-export type GridWrap = 'nowrap' | 'wrap' | 'wrap-reverse';
+export type GridLegacyWrap = 'nowrap' | 'wrap' | 'wrap-reverse';
-export type GridSize = 'auto' | number;
+export type GridLegacySize = 'auto' | number;
export interface RegularBreakpoints {
/**
@@ -29,7 +29,7 @@ export interface RegularBreakpoints {
* The value is applied for the `lg` breakpoint and wider screens if not overridden.
* @default false
*/
- lg?: boolean | GridSize;
+ lg?: boolean | GridLegacySize;
/**
* If a number, it sets the number of columns the grid item uses.
* It can't be greater than the total number of columns of the container (12 by default).
@@ -39,7 +39,7 @@ export interface RegularBreakpoints {
* The value is applied for the `md` breakpoint and wider screens if not overridden.
* @default false
*/
- md?: boolean | GridSize;
+ md?: boolean | GridLegacySize;
/**
* If a number, it sets the number of columns the grid item uses.
* It can't be greater than the total number of columns of the container (12 by default).
@@ -49,7 +49,7 @@ export interface RegularBreakpoints {
* The value is applied for the `sm` breakpoint and wider screens if not overridden.
* @default false
*/
- sm?: boolean | GridSize;
+ sm?: boolean | GridLegacySize;
/**
* If a number, it sets the number of columns the grid item uses.
* It can't be greater than the total number of columns of the container (12 by default).
@@ -59,7 +59,7 @@ export interface RegularBreakpoints {
* The value is applied for the `xl` breakpoint and wider screens if not overridden.
* @default false
*/
- xl?: boolean | GridSize;
+ xl?: boolean | GridLegacySize;
/**
* If a number, it sets the number of columns the grid item uses.
* It can't be greater than the total number of columns of the container (12 by default).
@@ -69,10 +69,10 @@ export interface RegularBreakpoints {
* The value is applied for all the screen sizes with the lowest priority.
* @default false
*/
- xs?: boolean | GridSize;
+ xs?: boolean | GridLegacySize;
}
-type CustomBreakpoints = Partial