Updated chartjs

This commit is contained in:
2021-11-11 16:18:18 +07:00
parent 6fa5c18049
commit 55e9969a8c
4 changed files with 35 additions and 15 deletions

View File

@@ -3,16 +3,16 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@cubetiq/react-chart-js": "^1.0.0",
"@cubetiq/react-chart-js": "^1.1.6",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "3.4.3",
"typescript": "~3.7.2"
},