Skip to content

Commit 283ef7a

Browse files
committed
Fixed build errors
1 parent 42a9ff6 commit 283ef7a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"rxjs": "^6.5.4"
3838
},
3939
"dependencies": {
40-
"@types/chart.js": "^2.9.19",
40+
"@types/chart.js": "2.9.18",
4141
"chart.js": "^2.9.3",
4242
"lodash-es": "^4.17.15"
4343
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@
255255
"@types/node" "*"
256256
"@types/responselike" "*"
257257

258-
"@types/chart.js@^2.9.19":
259-
version "2.9.20"
260-
resolved "https://registry.yarnpkg.com/@types/chart.js/-/chart.js-2.9.20.tgz#db503fc0d478d1d2a99eb0099d5c2b9c77599931"
261-
integrity sha512-Xv4dd+DYqtTdUWbDIwaDEFtUIFwoQN44wiDDrWXdJtfGtOFlFIxXrsu8D+XJCS9o7mZbW29X8vPptwVrduz4JA==
258+
"@types/[email protected].18":
259+
version "2.9.18"
260+
resolved "https://registry.yarnpkg.com/@types/chart.js/-/chart.js-2.9.18.tgz#169e3c939facbfc7883223c2ebd5b0f88ab0a3f3"
261+
integrity sha512-D7oaYQqYGdfoa1Wv9doxQJ9Sv/W7jfbiXMT/wVRiM0AsPJsHWLRn7U46xhDkPRGmLCpQGlN2oZYBIwEpMMleog==
262262
dependencies:
263263
moment "^2.10.2"
264264

0 commit comments

Comments
 (0)