1 Commits

Author SHA1 Message Date
0235a7d8e2 Update dependency eslint-plugin-react-refresh to ^0.4.26
All checks were successful
continuous-integration/drone/push Build is passing
2025-12-17 00:35:24 +00:00
2 changed files with 17 additions and 39 deletions

View File

@@ -15,7 +15,7 @@
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"@mui/x-charts": "^8.22.0",
"@mui/x-charts": "^8.21.0",
"@mui/x-date-pickers": "^8.21.0",
"date-and-time": "^4.1.2",
"dayjs": "^1.11.19",
@@ -34,7 +34,7 @@
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.49.0",
@@ -1500,18 +1500,19 @@
}
},
"node_modules/@mui/x-charts": {
"version": "8.22.0",
"resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-8.22.0.tgz",
"integrity": "sha512-VwIbrACkz/Nh99ghNMBJmve62obLX0lFaXJ+yq3ino3LCjvBHBkTeB6VhQl2EAbl5YTkN28UMAzdQSqREz5grw==",
"version": "8.21.0",
"resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-8.21.0.tgz",
"integrity": "sha512-uYoeqkrXnkH43lcUGoY7l96FWVZGrWBxPY6ZJSpLo+lCGt6z0SgfB29kdsaOXJnS6RHrVnfPtm4ifjO+JIIG9Q==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.4",
"@mui/utils": "^7.3.5",
"@mui/x-charts-vendor": "8.22.0",
"@mui/x-charts-vendor": "8.21.0",
"@mui/x-internal-gestures": "0.3.6",
"@mui/x-internals": "8.22.0",
"@mui/x-internals": "8.21.0",
"bezier-easing": "^2.1.0",
"clsx": "^2.1.1",
"flatqueue": "^3.0.0",
"prop-types": "^15.8.1",
"reselect": "^5.1.1",
"use-sync-external-store": "^1.6.0"
@@ -1537,9 +1538,9 @@
}
},
"node_modules/@mui/x-charts-vendor": {
"version": "8.22.0",
"resolved": "https://registry.npmjs.org/@mui/x-charts-vendor/-/x-charts-vendor-8.22.0.tgz",
"integrity": "sha512-lRG79nqZMeYfrXftcb+6Jd/A+GUNevv5AyCu2yi+YJJvjjPpBSy6rpEAS5/u3YcJpO08cL7Px1x6BY24w/x9jA==",
"version": "8.21.0",
"resolved": "https://registry.npmjs.org/@mui/x-charts-vendor/-/x-charts-vendor-8.21.0.tgz",
"integrity": "sha512-luKEt+OHb7QPwGGqLPTVJojGN/QFwpqv7vWMrXJfwpQvx+pCdYvyMHpg2I7CpkstF84H0sk8QwD/7cfI/vT10A==",
"license": "MIT AND ISC",
"dependencies": {
"@babel/runtime": "^7.28.4",
@@ -1557,30 +1558,7 @@
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"d3-time": "^3.1.0",
"d3-timer": "^3.0.1",
"flatqueue": "^3.0.0"
}
},
"node_modules/@mui/x-charts/node_modules/@mui/x-internals": {
"version": "8.22.0",
"resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.22.0.tgz",
"integrity": "sha512-PA7jCKRLbS6aYvTSbGr3Id4CPUdTrUejHm31l8Vje7dw138gBBHrHeGsqWJh/S5foorpK8loiRejKrLlTZokyQ==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.4",
"@mui/utils": "^7.3.5",
"reselect": "^5.1.1",
"use-sync-external-store": "^1.6.0"
},
"engines": {
"node": ">=14.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mui-org"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
"d3-timer": "^3.0.1"
}
},
"node_modules/@mui/x-date-pickers": {
@@ -3061,9 +3039,9 @@
}
},
"node_modules/eslint-plugin-react-refresh": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.24.tgz",
"integrity": "sha512-nLHIW7TEq3aLrEYWpVaJ1dRgFR+wLDPN8e8FpYAql/bMV2oBEfC37K0gLEGgv9fy66juNShSMV8OkTqzltcG/w==",
"version": "0.4.26",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.26.tgz",
"integrity": "sha512-1RETEylht2O6FM/MvgnyvT+8K21wLqDNg4qD51Zj3guhjt433XbnnkVttHMyaVyAFD03QSV4LPS5iE3VQmO7XQ==",
"dev": true,
"license": "MIT",
"peerDependencies": {

View File

@@ -17,7 +17,7 @@
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"@mui/x-charts": "^8.22.0",
"@mui/x-charts": "^8.21.0",
"@mui/x-date-pickers": "^8.21.0",
"date-and-time": "^4.1.2",
"dayjs": "^1.11.19",
@@ -36,7 +36,7 @@
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.49.0",