Skip to content

Commit

Permalink
fix: Update peerDependencies
Browse files Browse the repository at this point in the history
Closes #489
  • Loading branch information
apertureless committed Mar 18, 2019
1 parent 446d7a1 commit 5b19efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"docs:build": "vuepress build docs"
},
"peerDependencies": {
"chart.js": "2.7.x"
"chart.js": "2.8.x"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
Expand All @@ -70,7 +70,7 @@
"@babel/preset-stage-2": "^7.0.0-beta.42",
"babel-loader": "8.0.0-beta.0",
"chai": "^3.5.0",
"chart.js": "2.7.3",
"chart.js": "^2.8.0",
"chromedriver": "^2.28.0",
"connect-history-api-fallback": "^1.1.0",
"cross-env": "^5.1.1",
Expand Down

0 comments on commit 5b19efc

Please sign in to comment.