|
25 | 25 | "dependencies": {
|
26 | 26 | "fastclick": "^1.0.6",
|
27 | 27 | "flow": "^0.2.3",
|
28 |
| - "vue": "^2.1.4", |
| 28 | + "vue": "^2.1.6", |
29 | 29 | "vue-router": "^2.1.1",
|
30 | 30 | "whatwg-fetch": "^2.0.1"
|
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "autoprefixer": "^6.5.2", |
34 |
| - "babel-core": "^6.18.2", |
| 33 | + "autoprefixer": "^6.5.4", |
| 34 | + "babel-core": "^6.20.0", |
35 | 35 | "babel-eslint": "^7.1.0",
|
36 | 36 | "babel-helper-vue-jsx-merge-props": "^2.0.2",
|
37 |
| - "babel-loader": "^6.2.7", |
| 37 | + "babel-loader": "^6.2.10", |
38 | 38 | "babel-plugin-syntax-jsx": "^6.18.0",
|
39 | 39 | "babel-plugin-transform-runtime": "^6.15.0",
|
40 | 40 | "babel-plugin-transform-vue-jsx": "^3.1.2",
|
|
45 | 45 | "compression-webpack-plugin": "^0.3.2",
|
46 | 46 | "cross-env": "^3.1.3",
|
47 | 47 | "css-loader": "^0.26.1",
|
48 |
| - "eslint": "^3.11.1", |
| 48 | + "eslint": "^3.12.2", |
49 | 49 | "eslint-config-standard": "^6.2.1",
|
50 | 50 | "eslint-friendly-formatter": "^2.0.6",
|
51 | 51 | "eslint-loader": "^1.6.1",
|
52 | 52 | "eslint-plugin-html": "^1.6.0",
|
53 | 53 | "eslint-plugin-promise": "^3.3.1",
|
54 | 54 | "eslint-plugin-standard": "^2.0.1",
|
55 | 55 | "exports-loader": "^0.6.3",
|
56 |
| - "extract-text-webpack-plugin": "beta", |
| 56 | + "extract-text-webpack-plugin": "v2.0.0-beta.4", |
57 | 57 | "file-loader": "^0.9.0",
|
58 | 58 | "fs-extra": "^1.0.0",
|
59 | 59 | "glob": "^7.1.1",
|
60 |
| - "happypack": "^3.0.0", |
| 60 | + "happypack": "^3.0.1", |
61 | 61 | "html-loader": "^0.4.4",
|
62 | 62 | "html-webpack-plugin": "^2.24.1",
|
63 | 63 | "imagemin-mozjpeg": "^6.0.0",
|
64 | 64 | "imagemin-webpack-plugin": "^1.2.1",
|
65 |
| - "imports-loader": "^0.6.5", |
| 65 | + "imports-loader": "^0.7.0", |
66 | 66 | "json-loader": "^0.5.4",
|
67 |
| - "node-sass": "^3.11.2", |
| 67 | + "node-sass": "^4.0.0", |
68 | 68 | "open-browser-webpack-plugin": "0.0.3",
|
69 |
| - "postcss-loader": "^1.1.0", |
| 69 | + "postcss-loader": "^1.2.1", |
70 | 70 | "rimraf": "^2.5.4",
|
71 |
| - "sass-loader": "^4.0.2", |
| 71 | + "sass-loader": "^4.1.0", |
72 | 72 | "standard": "^8.5.0",
|
73 | 73 | "standard-loader": "^5.0.0",
|
74 |
| - "testcafe": "^0.10.0", |
| 74 | + "testcafe": "^0.11.1", |
75 | 75 | "url-loader": "^0.5.7",
|
76 | 76 | "vue-loader": "^10.0.2",
|
77 | 77 | "vue-style-loader": "^1.0.0",
|
78 |
| - "vue-template-compiler": "^2.1.4", |
79 |
| - "webpack": "^2.1.0-beta.27", |
| 78 | + "vue-template-compiler": "^2.1.6", |
| 79 | + "webpack": "v2.2.0-rc.0", |
80 | 80 | "webpack-bundle-analyzer": "^2.1.1",
|
81 | 81 | "webpack-dashboard": "^0.2.0",
|
82 |
| - "webpack-dev-server": "beta", |
83 |
| - "webpack-merge": "^1.0.2" |
| 82 | + "webpack-dev-server": "v2.2.0-rc.0", |
| 83 | + "webpack-merge": "^1.1.1" |
84 | 84 | }
|
85 | 85 | }
|
0 commit comments