3 Commits

Author SHA1 Message Date
1f7c6d2211 Update dependency typescript-eslint to ^8.56.1
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-26 00:14:04 +00:00
078668834a Merge pull request 'Update dependency @mui/x-tree-view to ^8.27.2' (#724) from renovate/mui-x-tree-view-8.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-26 00:13:56 +00:00
8c11fc2b96 Update dependency @mui/x-tree-view to ^8.27.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2026-02-24 00:13:52 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@
"@mui/material": "^7.3.8",
"@mui/x-data-grid": "^8.27.1",
"@mui/x-date-pickers": "^8.27.2",
"@mui/x-tree-view": "^8.27.1",
"@mui/x-tree-view": "^8.27.2",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.19",
"email-validator": "^2.0.4",
@@ -1711,9 +1711,9 @@
}
},
"node_modules/@mui/x-tree-view": {
"version": "8.27.1",
"resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-8.27.1.tgz",
"integrity": "sha512-o+zMDUkg9JlYtwOwRsyb0CjvPfuZ4ooNvij0iRm+eyzHL9sDhGv5W/UmEqH7UYtj26F+XA6fPewtceRxzdgEdA==",
"version": "8.27.2",
"resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-8.27.2.tgz",
"integrity": "sha512-gceKjUEqKHBVt5BV0Yscx2NKgbI9z6IgEx3BHToeAupNCIZ7kAlnZUtk+FyIIcN+Vr6CFz5J0zxjnPgfHjbj2A==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.4",
@@ -2399,9 +2399,9 @@
}
},
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
"version": "10.2.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz",
"integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==",
"version": "10.2.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
"dev": true,
"license": "BlueOak-1.0.0",
"dependencies": {

View File

@@ -25,7 +25,7 @@
"@mui/material": "^7.3.8",
"@mui/x-data-grid": "^8.27.1",
"@mui/x-date-pickers": "^8.27.2",
"@mui/x-tree-view": "^8.27.1",
"@mui/x-tree-view": "^8.27.2",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.19",
"email-validator": "^2.0.4",