Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri authored and yuri committed Aug 21, 2017
1 parent 3dcaf02 commit 6c7f293
Show file tree
Hide file tree
Showing 2 changed files with 294 additions and 128 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,38 +32,38 @@
},
"homepage": "https://github.com/FE-Driver/vue-beauty",
"dependencies": {
"async-validator": "^1.7.1",
"core-js": "^2.4.1",
"async-validator": "^1.8.0",
"core-js": "^2.5.0",
"date-fns": "^1.28.5",
"deepmerge": "^1.5.0",
"deepmerge": "^1.5.1",
"lodash": "^4.17.4",
"popper.js": "^0.6.4"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"axios": "^0.16.2",
"babel-core": "^6.25.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1",
"chalk": "^2.0.1",
"babel-register": "^6.26.0",
"chalk": "^2.1.0",
"cheerio": "^0.22.0",
"clipboard": "^1.7.1",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"eslint": "^4.3.0",
"css-loader": "^0.28.5",
"eslint": "^4.5.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-html": "^3.2.0",
"eslint-plugin-import": "^2.7.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.15.3",
"express": "^4.15.4",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"formidable": "^1.1.1",
Expand All @@ -77,21 +77,21 @@
"markdown-it-anchor": "^4.0.0",
"markdown-it-container": "^2.0.0",
"opn": "^5.1.0",
"optimize-css-assets-webpack-plugin": "^3.0.0",
"optimize-css-assets-webpack-plugin": "^3.1.1",
"ora": "^1.3.0",
"rimraf": "^2.6.1",
"semver": "^5.4.1",
"shelljs": "^0.7.8",
"transliteration": "1.6.2",
"url-loader": "^0.5.9",
"vue": "^2.4.2",
"vue-loader": "^13.0.2",
"vue-loader": "^13.0.4",
"vue-markdown-loader": "^2.0.0",
"vue-router": "^2.7.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"webpack": "^3.4.1",
"webpack-bundle-analyzer": "^2.8.3",
"webpack": "^3.5.5",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.18.2",
"webpack-merge": "^4.1.0"
Expand Down
Loading

0 comments on commit 6c7f293

Please sign in to comment.