Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrunel committed May 5, 2019
1 parent b52f4f9 commit de08e5b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="docs/.vuepress/public/hero-title.svg">
<img src="docs/.vuepress/public/hero-title.svg?sanitize=true">
</p>

<p align="center">
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,32 @@
"types/*.d.ts"
],
"devDependencies": {
"@types/chart.js": "^2.7.48",
"@types/chart.js": "^2.7.52",
"chart.js": "~2.8.0",
"eslint-config-chartjs": "^0.1.0",
"gulp": "^4.0.0",
"gulp": "^4.0.1",
"gulp-eslint": "^5.0.0",
"gulp-file": "^0.4.0",
"gulp-replace": "^1.0.0",
"gulp-streamify": "^1.0.2",
"gulp-zip": "^4.2.0",
"jasmine-core": "^3.3.0",
"karma": "^4.0.1",
"jasmine-core": "^3.4.0",
"karma": "^4.1.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"karma-jasmine-html-reporter": "^1.4.2",
"karma-rollup-preprocessor": "^7.0.0",
"karma-spec-reporter": "^0.0.32",
"merge2": "^1.2.3",
"pixelmatch": "^4.0.2",
"rollup": "^1.6.0",
"rollup-plugin-commonjs": "^9.2.1",
"rollup": "^1.11.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-istanbul": "^2.0.1",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-terser": "^4.0.4",
"typescript": "^3.3.3",
"vuepress": "^0.14.10",
"typescript": "^3.4.5",
"vuepress": "^0.14.11",
"yargs": "^13.2.2"
},
"peerDependencies": {
Expand Down

0 comments on commit de08e5b

Please sign in to comment.