Skip to content

Commit e57c4b1

Browse files
committed
⬆️ Update dev dependencies
1 parent 720d159 commit e57c4b1

File tree

2 files changed

+487
-366
lines changed

2 files changed

+487
-366
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-chartjs",
3-
"version": "2.3.7",
3+
"version": "2.3.8",
44
"description": "vue.js wrapper for chart.js",
55
"author": "Jakub Juszczak <[email protected]>",
66
"repository": {
@@ -33,16 +33,16 @@
3333
"vue": "^2.2.1"
3434
},
3535
"devDependencies": {
36-
"babel-core": "^6.10.4",
37-
"babel-loader": "^6.0.0",
38-
"babel-plugin-transform-runtime": "^6.12.0",
39-
"babel-preset-es2015": "^6.0.0",
40-
"babel-preset-stage-2": "^6.0.0",
36+
"babel-core": "^6.23.1",
37+
"babel-loader": "^6.3.2",
38+
"babel-plugin-transform-runtime": "^6.23.0",
39+
"babel-preset-es2015": "^6.22.0",
40+
"babel-preset-stage-2": "^6.22.0",
4141
"chai": "^3.5.0",
4242
"chromedriver": "^2.21.2",
4343
"connect-history-api-fallback": "^1.1.0",
4444
"cross-spawn": "^5.0.1",
45-
"css-loader": "^0.26.1",
45+
"css-loader": "^0.26.2",
4646
"eslint": "^3.7.1",
4747
"eslint-config-standard": "^6.2.0",
4848
"eslint-friendly-formatter": "^2.0.5",
@@ -55,7 +55,7 @@
5555
"extract-text-webpack-plugin": "^1.0.1",
5656
"file-loader": "^0.9.0",
5757
"function-bind": "^1.0.2",
58-
"html-webpack-plugin": "^2.8.1",
58+
"html-webpack-plugin": "^2.28.0",
5959
"http-proxy-middleware": "^0.17.2",
6060
"inject-loader": "^3.0.0-beta2",
6161
"isparta-loader": "^2.0.0",
@@ -80,7 +80,7 @@
8080
"shelljs": "^0.7.4",
8181
"sinon": "^1.17.3",
8282
"sinon-chai": "^2.8.0",
83-
"url-loader": "^0.5.7",
83+
"url-loader": "^0.5.8",
8484
"vue-hot-reload-api": "^2.0.11",
8585
"vue-html-loader": "^1.2.4",
8686
"vue-loader": "^11.1.3",

0 commit comments

Comments
 (0)