From 2b8955475d3cd89c2ef5c493ea150d336cc5ea62 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 5 Sep 2025 00:20:37 +0000 Subject: [PATCH] Update dependency @mui/x-tree-view to ^8.11.1 --- geneit_app/package-lock.json | 49 ++++++++++++++++++++++++++++-------- geneit_app/package.json | 2 +- 2 files changed, 39 insertions(+), 12 deletions(-) diff --git a/geneit_app/package-lock.json b/geneit_app/package-lock.json index 35ec606..b18f37c 100644 --- a/geneit_app/package-lock.json +++ b/geneit_app/package-lock.json @@ -23,7 +23,7 @@ "@mui/material": "^7.2.0", "@mui/x-data-grid": "^8.9.2", "@mui/x-date-pickers": "^8.9.2", - "@mui/x-tree-view": "^8.11.0", + "@mui/x-tree-view": "^8.11.1", "date-and-time": "^3.6.0", "dayjs": "^1.11.18", "email-validator": "^2.0.4", @@ -347,6 +347,28 @@ "node": ">=6.9.0" } }, + "node_modules/@base-ui-components/utils": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@base-ui-components/utils/-/utils-0.1.0.tgz", + "integrity": "sha512-9+uaWyF1o/PgXqHLJnC81IIG0HlV3o9eFCQ5hWZDMx5NHrFk0rrwqEFGQOB8lti/rnbxNPi+kYYw1D4e8xSn/Q==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.27.6", + "@floating-ui/utils": "^0.2.10", + "reselect": "^5.1.1", + "use-sync-external-store": "^1.5.0" + }, + "peerDependencies": { + "@types/react": "^17 || ^18 || ^19", + "react": "^17 || ^18 || ^19", + "react-dom": "^17 || ^18 || ^19" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, "node_modules/@ctrl/tinycolor": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-4.1.0.tgz", @@ -1087,6 +1109,12 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, + "node_modules/@floating-ui/utils": { + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz", + "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==", + "license": "MIT" + }, "node_modules/@fontsource/roboto": { "version": "5.2.6", "resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.6.tgz", @@ -1687,9 +1715,9 @@ } }, "node_modules/@mui/x-internals": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.11.0.tgz", - "integrity": "sha512-SFPMLMkNWSEOxIgKMQ9RqEL01klb1lwIdd4f4d18fJNrJOlTxeIDWd6eVllS5sRLdKVsE5FC1802V+yLe6W+pQ==", + "version": "8.11.1", + "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.11.1.tgz", + "integrity": "sha512-/l0VpgdgYhC7DzqdWaQcuv3wX7cr+o3DBnoKa/t/Vze3y/Wh2VeNSJY/TsW2dIVkFAA9dsjUEMjclT7ScZTDqA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.2", @@ -1709,20 +1737,19 @@ } }, "node_modules/@mui/x-tree-view": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-8.11.0.tgz", - "integrity": "sha512-xEfa/1KuymlCKfBViU81kWiZFKqGlaAK5J/7C4PJjmGb77BVPHUO+Y9siAfWncKTi40kBJVVTsgdtm/B2mINBg==", + "version": "8.11.1", + "resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-8.11.1.tgz", + "integrity": "sha512-WxPS4a5nGwPv2J6Tr+MA59bpcNYnKn8T3isjz1UrXCU93qSboMwrP8XVWHBp7AQB5wm0adAXG3+9M3PB5LTkEw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.2", + "@base-ui-components/utils": "0.1.0", "@mui/utils": "^7.3.1", - "@mui/x-internals": "8.11.0", + "@mui/x-internals": "8.11.1", "@types/react-transition-group": "^4.4.12", "clsx": "^2.1.1", "prop-types": "^15.8.1", - "react-transition-group": "^4.4.5", - "reselect": "^5.1.1", - "use-sync-external-store": "^1.5.0" + "react-transition-group": "^4.4.5" }, "engines": { "node": ">=14.0.0" diff --git a/geneit_app/package.json b/geneit_app/package.json index 532c1c2..ef1f133 100644 --- a/geneit_app/package.json +++ b/geneit_app/package.json @@ -25,7 +25,7 @@ "@mui/material": "^7.2.0", "@mui/x-data-grid": "^8.9.2", "@mui/x-date-pickers": "^8.9.2", - "@mui/x-tree-view": "^8.11.0", + "@mui/x-tree-view": "^8.11.1", "date-and-time": "^3.6.0", "dayjs": "^1.11.18", "email-validator": "^2.0.4",