mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Upgrade dependencies
This commit is contained in:
parent
4aeeb69250
commit
32f1526c0b
40
package.json
40
package.json
@ -28,8 +28,10 @@
|
||||
"vue",
|
||||
"vue.js",
|
||||
"vuejs",
|
||||
"next.js",
|
||||
"vue ssr"
|
||||
"vue universal",
|
||||
"vue ssr",
|
||||
"vue isomorphic",
|
||||
"vue versatile"
|
||||
],
|
||||
"homepage": "https://github.com/nuxt/nuxt.js#readme",
|
||||
"bin": {
|
||||
@ -46,7 +48,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"ansi-html": "^0.0.7",
|
||||
"autoprefixer": "^6.7.0",
|
||||
"autoprefixer": "^6.7.2",
|
||||
"babel-core": "^6.22.1",
|
||||
"babel-loader": "^6.2.10",
|
||||
"babel-plugin-array-includes": "^2.0.3",
|
||||
@ -57,13 +59,13 @@
|
||||
"chokidar": "^1.6.1",
|
||||
"co": "^4.6.0",
|
||||
"css-loader": "^0.26.1",
|
||||
"debug": "^2.6.0",
|
||||
"debug": "^2.6.1",
|
||||
"extract-text-webpack-plugin": "2.0.0-beta.4",
|
||||
"file-loader": "^0.9.0",
|
||||
"file-loader": "^0.10.0",
|
||||
"fs-extra": "^2.0.0",
|
||||
"glob": "^7.1.1",
|
||||
"hash-sum": "^1.0.2",
|
||||
"html-minifier": "^3.2.3",
|
||||
"html-minifier": "^3.3.1",
|
||||
"lodash": "^4.17.4",
|
||||
"lru-cache": "^4.0.2",
|
||||
"memory-fs": "^0.4.1",
|
||||
@ -71,32 +73,32 @@
|
||||
"pify": "^2.3.0",
|
||||
"progress-bar-webpack-plugin": "^1.9.3",
|
||||
"serialize-javascript": "^1.3.0",
|
||||
"serve-static": "^1.11.1",
|
||||
"serve-static": "^1.11.2",
|
||||
"url-loader": "^0.5.7",
|
||||
"vue": "^2.1.10",
|
||||
"vue-loader": "^10.0.2",
|
||||
"vue-loader": "^10.3.0",
|
||||
"vue-meta": "^0.5.3",
|
||||
"vue-router": "^2.1.3",
|
||||
"vue-router": "^2.2.0",
|
||||
"vue-server-renderer": "^2.1.10",
|
||||
"vue-template-compiler": "^2.1.10",
|
||||
"vuex": "^2.1.1",
|
||||
"webpack": "^2.2.0",
|
||||
"webpack-bundle-analyzer": "^2.2.1",
|
||||
"webpack-dev-middleware": "^1.9.0",
|
||||
"webpack-hot-middleware": "^2.15.0"
|
||||
"vuex": "^2.1.2",
|
||||
"webpack": "^2.2.1",
|
||||
"webpack-bundle-analyzer": "^2.2.3",
|
||||
"webpack-dev-middleware": "^1.10.0",
|
||||
"webpack-hot-middleware": "^2.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^0.17.0",
|
||||
"ava": "^0.18.1",
|
||||
"babel-eslint": "^7.1.1",
|
||||
"codecov": "^1.0.1",
|
||||
"copy-webpack-plugin": "^4.0.1",
|
||||
"eslint": "^3.14.0",
|
||||
"eslint": "^3.15.0",
|
||||
"eslint-config-standard": "^6.2.1",
|
||||
"eslint-plugin-html": "^1.7.0",
|
||||
"eslint-plugin-promise": "^3.4.0",
|
||||
"eslint-plugin-html": "^2.0.0",
|
||||
"eslint-plugin-promise": "^3.4.1",
|
||||
"eslint-plugin-standard": "^2.0.1",
|
||||
"finalhandler": "^0.5.1",
|
||||
"jsdom": "^9.9.1",
|
||||
"jsdom": "^9.10.0",
|
||||
"json-loader": "^0.5.4",
|
||||
"nyc": "^10.1.2",
|
||||
"request": "^2.79.0",
|
||||
|
Loading…
Reference in New Issue
Block a user