Skip to content

Commit 0b55c08

Browse files
authored
Merge pull request #93 from Ffloriel/update-dependencies
Update dependencies
2 parents 4d6a02b + 13147e3 commit 0b55c08

File tree

2 files changed

+60
-59
lines changed

2 files changed

+60
-59
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-template-pwa",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"license": "MIT",
55
"description": "A full-featured Webpack setup with hot-reload, lint-on-save, unit testing & css extraction.",
66
"scripts": {

template/package.json

Lines changed: 59 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -14,90 +14,91 @@
1414
"lint": "eslint --ext .js,.vue src{{#unit}} test/unit/specs{{/unit}}{{#e2e}} test/e2e/specs{{/e2e}}"{{/lint}}
1515
},
1616
"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}}
1919
},
2020
"devDependencies": {
21-
"autoprefixer": "^7.1.2",
22-
"babel-core": "^6.22.1",
21+
"autoprefixer": "^7.1.5",
22+
"babel-core": "^6.26.0",
2323
"sw-precache-webpack-plugin": "^0.11.4",
2424
{{#lint}}
25-
"babel-eslint": "^7.1.1",
25+
"babel-eslint": "^8.0.1",
2626
{{/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",
3636
"cssnano": "^3.10.0",
3737
{{#lint}}
38-
"eslint": "^3.19.0",
38+
"eslint": "^4.9.0",
3939
"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",
4244
{{#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",
4648
{{/if_eq}}
4749
{{#if_eq lintConfig "airbnb"}}
4850
"eslint-config-airbnb-base": "^11.1.3",
4951
"eslint-import-resolver-webpack": "^0.8.1",
50-
"eslint-plugin-import": "^2.2.0",
5152
{{/if_eq}}
5253
{{/lint}}
5354
"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",
6162
{{#unit}}
62-
"cross-env": "^5.0.1",
63-
"karma": "^1.4.1",
63+
"cross-env": "^5.0.5",
64+
"karma": "^1.7.1",
6465
"karma-coverage": "^1.1.1",
6566
"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",
6970
"karma-sourcemap-loader": "^0.3.7",
7071
"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",
7980
{{/unit}}
8081
{{#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",
8586
{{/e2e}}
86-
"semver": "^5.3.0",
87-
"shelljs": "^0.7.6",
87+
"semver": "^5.4.1",
88+
"shelljs": "^0.7.8",
8889
"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",
99100
"webpack-merge": "^4.1.0",
100-
"uglify-es": "^3.0.25"
101+
"uglify-es": "^3.1.3"
101102
},
102103
"engines": {
103104
"node": ">= 4.0.0",

0 commit comments

Comments
 (0)