Skip to content

Commit

Permalink
依赖更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri authored and yuri committed Dec 27, 2017
1 parent 9bbd912 commit 45e955e
Show file tree
Hide file tree
Showing 2 changed files with 386 additions and 90 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@
},
"homepage": "https://github.com/FE-Driver/vue-beauty",
"dependencies": {
"async-validator": "^1.8.1",
"async-validator": "^1.8.2",
"autosize": "^4.0.0",
"core-js": "^2.5.1",
"core-js": "^2.5.3",
"date-fns": "^1.29.0",
"deepmerge": "^2.0.1",
"lodash": "^4.17.4",
"popper.js": "^0.6.4"
},
"devDependencies": {
"autoprefixer": "^7.2.1",
"autoprefixer": "^7.2.3",
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-eslint": "^8.1.2",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
Expand All @@ -54,9 +54,9 @@
"cheerio": "^0.22.0",
"clipboard": "^1.7.1",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.2.3",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.7",
"eslint": "^4.12.1",
"eslint": "^4.14.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.3",
Expand All @@ -66,7 +66,7 @@
"eventsource-polyfill": "^0.9.6",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"file-loader": "^1.1.6",
"formidable": "^1.1.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"highlight.js": "^9.12.0",
Expand All @@ -85,15 +85,15 @@
"shelljs": "^0.7.8",
"transliteration": "1.6.2",
"url-loader": "^0.6.2",
"vue": "^2.5.9",
"vue-loader": "^13.5.0",
"vue": "^2.5.13",
"vue-loader": "^13.6.1",
"vue-markdown-loader": "^2.3.0",
"vue-router": "^3.0.1",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.9",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-dev-middleware": "^1.12.2",
"webpack-dev-middleware": "^2.0.3",
"webpack-hot-middleware": "^2.21.0",
"webpack-merge": "^4.1.1"
},
Expand Down
Loading

0 comments on commit 45e955e

Please sign in to comment.