This commit is contained in:
unknown
2025-01-07 22:56:07 +07:00
parent f3734ff4fd
commit d923386250
4 changed files with 96 additions and 16 deletions

View File

@ -11,6 +11,7 @@
"@testing-library/user-event": "^13.5.0",
"ajv": "^8.17.1",
"ajv-keywords": "^5.1.0",
"axios": "^1.7.9",
"chart.js": "^4.4.7",
"react": "^19.0.0",
"react-chartjs-2": "^5.2.0",
@ -45,6 +46,7 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0"