Skip to content

Commit 5b19efc

Browse files
committed
fix: Update peerDependencies
Closes #489
1 parent 446d7a1 commit 5b19efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"docs:build": "vuepress build docs"
6262
},
6363
"peerDependencies": {
64-
"chart.js": "2.7.x"
64+
"chart.js": "2.8.x"
6565
},
6666
"devDependencies": {
6767
"@babel/cli": "^7.0.0-beta.42",
@@ -70,7 +70,7 @@
7070
"@babel/preset-stage-2": "^7.0.0-beta.42",
7171
"babel-loader": "8.0.0-beta.0",
7272
"chai": "^3.5.0",
73-
"chart.js": "2.7.3",
73+
"chart.js": "^2.8.0",
7474
"chromedriver": "^2.28.0",
7575
"connect-history-api-fallback": "^1.1.0",
7676
"cross-env": "^5.1.1",

0 commit comments

Comments
 (0)