Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Feb 13, 2018
1 parent 0ec1b62 commit ea5b7bb
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 71 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-vue-app": "^2.0.0",
"caniuse-lite": "^1.0.30000792",
"chalk": "^2.3.0",
"chokidar": "^2.0.0",
"caniuse-lite": "^1.0.30000808",
"chalk": "^2.3.1",
"chokidar": "^2.0.1",
"clone": "^2.1.1",
"compression": "^1.7.1",
"connect": "^3.6.5",
"css-hot-loader": "^1.3.6",
"css-hot-loader": "^1.3.7",
"css-loader": "^0.28.9",
"debug": "^3.1.0",
"es6-promise": "^4.2.4",
Expand All @@ -81,7 +81,7 @@
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"hash-sum": "^1.0.2",
"html-minifier": "3.5.8",
"html-minifier": "^3.5.9",
"html-webpack-plugin": "^2.30.1",
"launch-editor": "^2.2.1",
"launch-editor-middleware": "^2.2.1",
Expand All @@ -92,15 +92,15 @@
"opencollective": "^1.0.3",
"postcss": "^6.0.17",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^11.0.0",
"postcss-import": "^11.1.0",
"postcss-import-resolver": "^1.1.0",
"postcss-loader": "^2.1.0",
"postcss-url": "^7.3.0",
"pretty-error": "^2.1.1",
"progress-bar-webpack-plugin": "^1.10.0",
"semver": "^5.5.0",
"serialize-javascript": "^1.4.0",
"serve-static": "^1.13.1",
"serve-static": "^1.13.2",
"server-destroy": "^1.0.1",
"source-map": "^0.7.0",
"style-resources-loader": "^1.0.0",
Expand All @@ -109,14 +109,14 @@
"url-loader": "^0.6.2",
"vue": "^2.5.13",
"vue-loader": "13.7.0",
"vue-meta": "^1.4.2",
"vue-meta": "^1.4.3",
"vue-router": "^3.0.1",
"vue-server-renderer": "^2.5.13",
"vue-template-compiler": "^2.5.13",
"vuex": "^3.0.1",
"webpack": "^3.10.0",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.10.0",
"webpack-dev-middleware": "^2.0.4",
"webpack-dev-middleware": "^2.0.5",
"webpack-hot-middleware": "^2.21.0",
"webpack-node-externals": "^1.6.0"
},
Expand All @@ -127,7 +127,7 @@
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-istanbul": "^4.1.5",
"codecov": "^3.0.0",
"copy-webpack-plugin": "^4.3.1",
"copy-webpack-plugin": "^4.4.1",
"cross-env": "^5.1.3",
"eslint": "^4.17.0",
"eslint-config-standard": "^11.0.0-beta.0",
Expand All @@ -146,8 +146,8 @@
"puppeteer": "^1.0.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"sinon": "^4.2.2",
"uglify-js": "^3.3.9"
"sinon": "^4.3.0",
"uglify-js": "^3.3.10"
},
"collective": {
"type": "opencollective",
Expand Down
Loading

0 comments on commit ea5b7bb

Please sign in to comment.