|
14 | 14 | "lint": "eslint --ext .js,.vue src{{#unit}} test/unit/specs{{/unit}}{{#e2e}} test/e2e/specs{{/e2e}}"{{/lint}} |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "vue": "^2.3.3"{{#router}}, |
18 | | - "vue-router": "^2.3.1"{{/router}} |
| 17 | + "vue": "^2.5.2"{{#router}}, |
| 18 | + "vue-router": "^3.0.1"{{/router}} |
19 | 19 | }, |
20 | 20 | "devDependencies": { |
21 | | - "autoprefixer": "^7.1.2", |
22 | | - "babel-core": "^6.22.1", |
| 21 | + "autoprefixer": "^7.1.5", |
| 22 | + "babel-core": "^6.26.0", |
23 | 23 | "sw-precache-webpack-plugin": "^0.11.4", |
24 | 24 | {{#lint}} |
25 | | - "babel-eslint": "^7.1.1", |
| 25 | + "babel-eslint": "^8.0.1", |
26 | 26 | {{/lint}} |
27 | | - "babel-loader": "^7.1.1", |
28 | | - "babel-plugin-transform-runtime": "^6.22.0", |
29 | | - "babel-preset-env": "^1.3.2", |
30 | | - "babel-preset-stage-2": "^6.22.0", |
31 | | - "babel-register": "^6.22.0", |
32 | | - "chalk": "^2.0.1", |
33 | | - "connect-history-api-fallback": "^1.3.0", |
34 | | - "copy-webpack-plugin": "^4.0.1", |
35 | | - "css-loader": "^0.28.0", |
| 27 | + "babel-loader": "^7.1.2", |
| 28 | + "babel-plugin-transform-runtime": "^6.23.0", |
| 29 | + "babel-preset-env": "^1.6.0", |
| 30 | + "babel-preset-stage-2": "^6.24.1", |
| 31 | + "babel-register": "^6.26.0", |
| 32 | + "chalk": "^2.1.0", |
| 33 | + "connect-history-api-fallback": "^1.4.0", |
| 34 | + "copy-webpack-plugin": "^4.1.1", |
| 35 | + "css-loader": "^0.28.7", |
36 | 36 | "cssnano": "^3.10.0", |
37 | 37 | {{#lint}} |
38 | | - "eslint": "^3.19.0", |
| 38 | + "eslint": "^4.9.0", |
39 | 39 | "eslint-friendly-formatter": "^3.0.0", |
40 | | - "eslint-loader": "^1.7.1", |
41 | | - "eslint-plugin-html": "^3.1.0", |
| 40 | + "eslint-loader": "^1.9.0", |
| 41 | + "eslint-plugin-html": "^3.2.2", |
| 42 | + "eslint-plugin-import": "^2.7.0", |
| 43 | + "eslint-plugin-node": "^5.2.0", |
42 | 44 | {{#if_eq lintConfig "standard"}} |
43 | | - "eslint-config-standard": "^6.2.1", |
44 | | - "eslint-plugin-promise": "^3.4.0", |
45 | | - "eslint-plugin-standard": "^2.0.1", |
| 45 | + "eslint-config-standard": "^10.2.1", |
| 46 | + "eslint-plugin-promise": "^3.6.0", |
| 47 | + "eslint-plugin-standard": "^3.0.1", |
46 | 48 | {{/if_eq}} |
47 | 49 | {{#if_eq lintConfig "airbnb"}} |
48 | 50 | "eslint-config-airbnb-base": "^11.1.3", |
49 | 51 | "eslint-import-resolver-webpack": "^0.8.1", |
50 | | - "eslint-plugin-import": "^2.2.0", |
51 | 52 | {{/if_eq}} |
52 | 53 | {{/lint}} |
53 | 54 | "eventsource-polyfill": "^0.9.6", |
54 | | - "express": "^4.14.1", |
55 | | - "extract-text-webpack-plugin": "^2.0.0", |
56 | | - "file-loader": "^0.11.1", |
57 | | - "friendly-errors-webpack-plugin": "^1.1.3", |
58 | | - "html-webpack-plugin": "^2.28.0", |
59 | | - "http-proxy-middleware": "^0.17.3", |
60 | | - "webpack-bundle-analyzer": "^2.2.1", |
| 55 | + "express": "^4.16.2", |
| 56 | + "extract-text-webpack-plugin": "^3.0.0", |
| 57 | + "file-loader": "^1.1.5", |
| 58 | + "friendly-errors-webpack-plugin": "^1.6.1", |
| 59 | + "html-webpack-plugin": "^2.30.1", |
| 60 | + "http-proxy-middleware": "^0.17.4", |
| 61 | + "webpack-bundle-analyzer": "^2.9.0", |
61 | 62 | {{#unit}} |
62 | | - "cross-env": "^5.0.1", |
63 | | - "karma": "^1.4.1", |
| 63 | + "cross-env": "^5.0.5", |
| 64 | + "karma": "^1.7.1", |
64 | 65 | "karma-coverage": "^1.1.1", |
65 | 66 | "karma-mocha": "^1.3.0", |
66 | | - "karma-phantomjs-launcher": "^1.0.2", |
67 | | - "karma-phantomjs-shim": "^1.4.0", |
68 | | - "karma-sinon-chai": "^1.3.1", |
| 67 | + "karma-phantomjs-launcher": "^1.0.4", |
| 68 | + "karma-phantomjs-shim": "^1.5.0", |
| 69 | + "karma-sinon-chai": "^1.3.2", |
69 | 70 | "karma-sourcemap-loader": "^0.3.7", |
70 | 71 | "karma-spec-reporter": "0.0.31", |
71 | | - "karma-webpack": "^2.0.2", |
72 | | - "mocha": "^3.2.0", |
73 | | - "chai": "^3.5.0", |
74 | | - "sinon": "^2.1.0", |
75 | | - "sinon-chai": "^2.8.0", |
76 | | - "inject-loader": "^3.0.0", |
77 | | - "babel-plugin-istanbul": "^4.1.1", |
78 | | - "phantomjs-prebuilt": "^2.1.14", |
| 72 | + "karma-webpack": "^2.0.5", |
| 73 | + "mocha": "^4.0.1", |
| 74 | + "chai": "^4.1.2", |
| 75 | + "sinon": "^4.0.1", |
| 76 | + "sinon-chai": "^2.14.0", |
| 77 | + "inject-loader": "^3.0.1", |
| 78 | + "babel-plugin-istanbul": "^4.1.5", |
| 79 | + "phantomjs-prebuilt": "^2.1.15", |
79 | 80 | {{/unit}} |
80 | 81 | {{#e2e}} |
81 | | - "chromedriver": "^2.27.2", |
82 | | - "cross-spawn": "^5.0.1", |
83 | | - "nightwatch": "^0.9.12", |
84 | | - "selenium-server": "^3.0.1", |
| 82 | + "chromedriver": "^2.33.1", |
| 83 | + "cross-spawn": "^5.1.0", |
| 84 | + "nightwatch": "^0.9.16", |
| 85 | + "selenium-server": "^3.6.0", |
85 | 86 | {{/e2e}} |
86 | | - "semver": "^5.3.0", |
87 | | - "shelljs": "^0.7.6", |
| 87 | + "semver": "^5.4.1", |
| 88 | + "shelljs": "^0.7.8", |
88 | 89 | "opn": "^5.1.0", |
89 | | - "optimize-css-assets-webpack-plugin": "^2.0.0", |
90 | | - "ora": "^1.2.0", |
91 | | - "rimraf": "^2.6.0", |
92 | | - "url-loader": "^0.5.8", |
93 | | - "vue-loader": "^12.1.0", |
94 | | - "vue-style-loader": "^3.0.1", |
95 | | - "vue-template-compiler": "^2.3.3", |
96 | | - "webpack": "^2.6.1", |
97 | | - "webpack-dev-middleware": "^1.10.0", |
98 | | - "webpack-hot-middleware": "^2.18.0", |
| 90 | + "optimize-css-assets-webpack-plugin": "^3.2.0", |
| 91 | + "ora": "^1.3.0", |
| 92 | + "rimraf": "^2.6.2", |
| 93 | + "url-loader": "^0.6.2", |
| 94 | + "vue-loader": "^13.3.0", |
| 95 | + "vue-style-loader": "^3.0.3", |
| 96 | + "vue-template-compiler": "^2.5.2", |
| 97 | + "webpack": "^3.7.1", |
| 98 | + "webpack-dev-middleware": "^1.12.0", |
| 99 | + "webpack-hot-middleware": "^2.19.1", |
99 | 100 | "webpack-merge": "^4.1.0", |
100 | | - "uglify-es": "^3.0.25" |
| 101 | + "uglify-es": "^3.1.3" |
101 | 102 | }, |
102 | 103 | "engines": { |
103 | 104 | "node": ">= 4.0.0", |
|
0 commit comments