|
21 | 21 | "lint": "eslint --ext .js,.vue src test/unit/specs" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "autoprefixer": "^6.4.0", |
25 | | - "babel-core": "^6.0.0", |
| 24 | + "autoprefixer": "^6.7.6", |
| 25 | + "babel-core": "^6.23.1", |
26 | 26 | "babel-eslint": "^7.0.0", |
27 | | - "babel-loader": "^6.0.0", |
| 27 | + "babel-loader": "^6.4.0", |
28 | 28 | "babel-plugin-istanbul": "^3.0.0", |
29 | | - "babel-plugin-transform-runtime": "^6.0.0", |
30 | | - "babel-preset-es2015": "^6.0.0", |
31 | | - "babel-preset-stage-2": "^6.0.0", |
32 | | - "babel-register": "^6.0.0", |
| 29 | + "babel-plugin-transform-runtime": "^6.23.0", |
| 30 | + "babel-preset-es2015": "^6.22.0", |
| 31 | + "babel-preset-stage-2": "^6.22.0", |
| 32 | + "babel-register": "^6.23.0", |
33 | 33 | "chai": "^3.5.0", |
34 | 34 | "chalk": "^1.1.3", |
35 | | - "cross-env": "^3.1.3", |
| 35 | + "cross-env": "^3.2.3", |
36 | 36 | "cross-spawn": "^4.0.2", |
37 | 37 | "css-loader": "^0.25.0", |
38 | | - "eslint": "^3.7.1", |
| 38 | + "eslint": "^3.17.1", |
39 | 39 | "eslint-config-standard": "^6.1.0", |
40 | 40 | "eslint-friendly-formatter": "^2.0.5", |
41 | | - "eslint-loader": "^1.5.0", |
| 41 | + "eslint-loader": "^1.6.3", |
42 | 42 | "eslint-plugin-html": "^1.3.0", |
43 | | - "eslint-plugin-promise": "^3.4.0", |
44 | | - "eslint-plugin-standard": "^2.0.1", |
| 43 | + "eslint-plugin-promise": "^3.5.0", |
| 44 | + "eslint-plugin-standard": "^2.1.1", |
45 | 45 | "eventsource-polyfill": "^0.9.6", |
46 | | - "expose-loader": "^0.7.1", |
47 | | - "express": "^4.13.3", |
| 46 | + "expose-loader": "^0.7.3", |
| 47 | + "express": "^4.15.2", |
48 | 48 | "extract-text-webpack-plugin": "^1.0.1", |
49 | 49 | "file-loader": "^0.9.0", |
50 | | - "friendly-errors-webpack-plugin": "^1.1.2", |
| 50 | + "friendly-errors-webpack-plugin": "^1.6.1", |
51 | 51 | "function-bind": "^1.0.2", |
52 | | - "html-webpack-plugin": "^2.8.1", |
| 52 | + "html-webpack-plugin": "^2.28.0", |
53 | 53 | "inject-loader": "^2.0.1", |
54 | 54 | "json-loader": "^0.5.4", |
55 | | - "karma": "^1.3.0", |
| 55 | + "karma": "^1.5.0", |
56 | 56 | "karma-coverage": "^1.1.1", |
57 | 57 | "karma-mocha": "^1.2.0", |
58 | 58 | "karma-phantomjs-launcher": "^1.0.0", |
|
61 | 61 | "karma-spec-reporter": "0.0.26", |
62 | 62 | "karma-webpack": "^1.7.0", |
63 | 63 | "lodash": "^4.17.4", |
64 | | - "lolex": "^1.4.0", |
| 64 | + "lolex": "^1.6.0", |
65 | 65 | "marked": "^0.3.6", |
66 | 66 | "mocha": "^3.1.0", |
67 | | - "node-sass": "^4.1.1", |
| 67 | + "node-sass": "^4.5.0", |
68 | 68 | "opn": "^4.0.2", |
69 | 69 | "phantomjs-prebuilt": "^2.1.3", |
70 | | - "raven-js": "^3.9.1", |
| 70 | + "raven-js": "^3.12.1", |
71 | 71 | "sass-loader": "^4.1.1", |
72 | 72 | "semver": "^5.3.0", |
73 | | - "shelljs": "^0.7.4", |
| 73 | + "shelljs": "^0.7.6", |
74 | 74 | "sinon": "^1.17.3", |
75 | 75 | "sinon-chai": "^2.8.0", |
76 | | - "url-loader": "^0.5.7", |
| 76 | + "url-loader": "^0.5.8", |
77 | 77 | "vue": "^2.2.1", |
78 | 78 | "vue-loader": "^11.1.4", |
79 | 79 | "vue-router": "^2.3.0", |
80 | 80 | "vue-style-loader": "^2.0.3", |
81 | 81 | "vue-template-compiler": "^2.2.1", |
82 | 82 | "webpack": "^1.13.2", |
83 | | - "webpack-dev-middleware": "^1.8.3", |
84 | | - "webpack-hot-middleware": "^2.12.2", |
| 83 | + "webpack-dev-middleware": "^1.10.1", |
| 84 | + "webpack-hot-middleware": "^2.17.1", |
85 | 85 | "webpack-merge": "^0.14.1" |
86 | 86 | }, |
87 | 87 | "engines": { |
|
0 commit comments