|
40 | 40 | "release": "bash build/release.sh"
|
41 | 41 | },
|
42 | 42 | "dependencies": {
|
43 |
| - "vue": "^2.1.10" |
| 43 | + "vue": "^2.2.1" |
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 |
| - "autoprefixer": "^6.7.2", |
| 46 | + "autoprefixer": "^6.7.6", |
47 | 47 | "autosize": "^3.0.20",
|
48 |
| - "babel-cli": "^6.22.2", |
49 |
| - "babel-core": "^6.22.1", |
| 48 | + "babel-cli": "^6.23.0", |
| 49 | + "babel-core": "^6.23.1", |
50 | 50 | "babel-eslint": "^7.1.1",
|
51 |
| - "babel-loader": "^6.2.10", |
| 51 | + "babel-loader": "^6.3.2", |
52 | 52 | "babel-plugin-add-module-exports": "^0.2.1",
|
53 |
| - "babel-plugin-transform-runtime": "^6.22.0", |
54 |
| - "babel-preset-env": "^1.1.8", |
| 53 | + "babel-plugin-transform-runtime": "^6.23.0", |
| 54 | + "babel-preset-env": "^1.1.11", |
55 | 55 | "babel-preset-es2015": "^6.22.0",
|
56 | 56 | "babel-preset-es2017": "^6.22.0",
|
57 | 57 | "babel-preset-stage-0": "^6.22.0",
|
58 | 58 | "chalk": "^1.1.3",
|
59 | 59 | "chokidar": "^1.6.1",
|
60 |
| - "clipboard": "^1.5.16", |
| 60 | + "clipboard": "^1.6.1", |
61 | 61 | "connect-history-api-fallback": "^1.3.0",
|
62 | 62 | "copy-webpack-plugin": "^4.0.1",
|
63 |
| - "css-loader": "^0.26.1", |
64 |
| - "date-fns": "^1.25.0", |
| 63 | + "css-loader": "^0.26.2", |
65 | 64 | "css-mqpacker": "^5.0.1",
|
| 65 | + "date-fns": "^1.28.0", |
66 | 66 | "element.scrollintoviewifneeded-polyfill": "^1.0.1",
|
67 |
| - "eslint": "^3.15.0", |
| 67 | + "eslint": "^3.16.1", |
68 | 68 | "eslint-friendly-formatter": "^2.0.7",
|
69 |
| - "eslint-loader": "^1.6.1", |
70 |
| - "eslint-plugin-html": "^2.0.0", |
| 69 | + "eslint-loader": "^1.6.3", |
| 70 | + "eslint-plugin-html": "^2.0.1", |
71 | 71 | "eventsource-polyfill": "^0.9.6",
|
72 |
| - "express": "^4.14.1", |
73 |
| - "extract-text-webpack-plugin": "beta", |
74 |
| - "file-loader": "^0.10.0", |
75 |
| - "friendly-errors-webpack-plugin": "^1.1.3", |
| 72 | + "express": "^4.15.0", |
| 73 | + "extract-text-webpack-plugin": "^2.0.0", |
| 74 | + "file-loader": "^0.10.1", |
| 75 | + "friendly-errors-webpack-plugin": "^1.6.1", |
76 | 76 | "highlight.js": "^9.9.0",
|
77 | 77 | "html-webpack-plugin": "^2.28.0",
|
78 | 78 | "node-sass": "^4.5.0",
|
79 | 79 | "optimize-css-assets-webpack-plugin": "^1.3.0",
|
80 | 80 | "optimize-js-plugin": "^0.0.4",
|
81 | 81 | "ora": "^1.1.0",
|
82 | 82 | "raw-loader": "^0.5.1",
|
83 |
| - "sass-loader": "^5.0.0", |
84 |
| - "url-loader": "^0.5.7", |
85 |
| - "vue-hot-reload-api": "^2.0.8", |
86 |
| - "vue-html-loader": "^1.2.3", |
87 |
| - "vue-loader": "^10.3.0", |
88 |
| - "vue-router": "^2.2.0", |
89 |
| - "vue-style-loader": "^2.0.0", |
90 |
| - "vue-template-compiler": "^2.1.10", |
| 83 | + "sass-loader": "^6.0.2", |
| 84 | + "url-loader": "^0.5.8", |
| 85 | + "vue-hot-reload-api": "^2.0.11", |
| 86 | + "vue-html-loader": "^1.2.4", |
| 87 | + "vue-loader": "^11.1.3", |
| 88 | + "vue-router": "^2.3.0", |
| 89 | + "vue-style-loader": "^2.0.3", |
| 90 | + "vue-template-compiler": "^2.2.1", |
91 | 91 | "webpack": "^2.2.1",
|
92 |
| - "webpack-dev-middleware": "^1.10.0", |
93 |
| - "webpack-hot-middleware": "^2.16.1", |
94 |
| - "webpack-merge": "^2.6.1" |
| 92 | + "webpack-dev-middleware": "^1.10.1", |
| 93 | + "webpack-hot-middleware": "^2.17.1", |
| 94 | + "webpack-merge": "^3.0.0" |
95 | 95 | }
|
96 | 96 | }
|
0 commit comments