Skip to content

Commit

Permalink
chore: upgrade dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Sep 13, 2018
1 parent 653f4c2 commit 1c585f9
Show file tree
Hide file tree
Showing 3 changed files with 8,568 additions and 8,660 deletions.
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry "https://registry.npmjs.org"
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,22 @@
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@nuxtjs/babel-preset-app": "^0.5.0",
"@nuxtjs/babel-preset-app": "^0.6.1",
"@nuxtjs/friendly-errors-webpack-plugin": "^2.0.2",
"@nuxtjs/opencollective": "^0.1.0",
"@nuxtjs/youch": "^4.2.3",
"babel-loader": "^8.0.0",
"babel-loader": "^8.0.2",
"cache-loader": "^1.2.2",
"caniuse-lite": "^1.0.30000878",
"caniuse-lite": "^1.0.30000885",
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"compression": "^1.7.3",
"connect": "^3.6.5",
"consola": "^1.4.3",
"css-loader": "0.28.11",
"cssnano": "^4.0.5",
"debug": "^3.1.0",
"esm": "^3.0.80",
"debug": "^4.0.1",
"esm": "^3.0.82",
"etag": "^1.8.1",
"file-loader": "^2.0.0",
"fresh": "^0.5.2",
Expand All @@ -92,7 +92,7 @@
"html-webpack-plugin": "^3.2.0",
"ip": "^1.1.5",
"launch-editor-middleware": "^2.2.1",
"lodash": "^4.17.10",
"lodash": "^4.17.11",
"lru-cache": "^4.1.3",
"memory-fs": "^0.4.1",
"mini-css-extract-plugin": "^0.4.2",
Expand All @@ -117,53 +117,53 @@
"upath": "^1.1.0",
"url-loader": "^1.1.1",
"vue": "^2.5.17",
"vue-loader": "^15.4.0",
"vue-loader": "^15.4.2",
"vue-meta": "^1.5.3",
"vue-no-ssr": "^0.2.2",
"vue-no-ssr": "^1.0.0",
"vue-router": "^3.0.1",
"vue-server-renderer": "^2.5.17",
"vue-template-compiler": "^2.5.17",
"vuex": "^3.0.1",
"webpack": "^4.17.1",
"webpack": "^4.18.0",
"webpack-bundle-analyzer": "^3.0.1",
"webpack-dev-middleware": "^3.2.0",
"webpack-hot-middleware": "^2.22.3",
"webpack-dev-middleware": "^3.3.0",
"webpack-hot-middleware": "^2.23.1",
"webpack-node-externals": "^1.7.2",
"webpackbar": "^2.6.3"
},
"devDependencies": {
"@babel/preset-env": "^7.0.0",
"babel-core": "^7.0.0-0",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.4.2",
"babel-jest": "^23.6.0",
"babel-plugin-dynamic-import-node": "^2.0.0",
"codecov": "^3.0.4",
"codecov": "^3.1.0",
"cross-env": "^5.2.0",
"cross-spawn": "^6.0.5",
"eslint": "^5.4.0",
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-jsx": "^6.0.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.21.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.0.0-beta.3",
"express": "^4.16.2",
"finalhandler": "^1.1.1",
"get-port": "^4.0.0",
"jest": "^23.5.0",
"jest": "^23.6.0",
"jsdom": "^12.0.0",
"nsp": "^3.2.1",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"puppeteer": "^1.7.0",
"puppeteer": "^1.8.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"rimraf": "^2.6.2",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.2",
"rollup": "^0.65.2",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.1.5",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-license": "^0.7.0"
Expand Down
Loading

0 comments on commit 1c585f9

Please sign in to comment.