line chart bug fixed

This commit is contained in:
Kakabay 2022-12-25 16:33:24 +05:00
parent a0d43a280b
commit 3fc7e783f5
2 changed files with 12 additions and 0 deletions

11
package-lock.json generated
View File

@ -16,6 +16,7 @@
"react-fast-marquee": "^1.3.5",
"react-player": "^2.11.0",
"react-router-dom": "^6.4.2",
"react-uuid": "^2.0.0",
"uuidv4": "^6.2.13",
"vite-plugin-svgr": "^2.2.2"
},
@ -1986,6 +1987,11 @@
"react-dom": ">=16.8"
}
},
"node_modules/react-uuid": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/react-uuid/-/react-uuid-2.0.0.tgz",
"integrity": "sha512-FNUH/8WR/FEtx0Bu6gmt1eONfc413hhvrEXFWUSFGvznUhI4dYoVZA09p7JHoTpnM4WC2D/bG2YSxGKXF4oVLg=="
},
"node_modules/readdirp": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
@ -3519,6 +3525,11 @@
"react-router": "6.4.2"
}
},
"react-uuid": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/react-uuid/-/react-uuid-2.0.0.tgz",
"integrity": "sha512-FNUH/8WR/FEtx0Bu6gmt1eONfc413hhvrEXFWUSFGvznUhI4dYoVZA09p7JHoTpnM4WC2D/bG2YSxGKXF4oVLg=="
},
"readdirp": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",

View File

@ -17,6 +17,7 @@
"react-fast-marquee": "^1.3.5",
"react-player": "^2.11.0",
"react-router-dom": "^6.4.2",
"react-uuid": "^2.0.0",
"uuidv4": "^6.2.13",
"vite-plugin-svgr": "^2.2.2"
},