Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit 211e02c

Browse files
committed
[Setup] Update dependencies
1 parent 7ad4e88 commit 211e02c

File tree

4 files changed

+89
-85
lines changed

4 files changed

+89
-85
lines changed

.babelrc

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
[
44
"env"
55
],
6-
"stage-2",
7-
"es2015"
6+
"stage-2"
87
],
98
"plugins": [
109
"transform-runtime",
@@ -15,7 +14,6 @@
1514
"test": {
1615
"presets": [
1716
"env",
18-
"stage-2",
1917
"es2015"
2018
],
2119
"plugins": [

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ indent_size = 2
77
end_of_line = lf
88
insert_final_newline = true
99
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
max_line_length = off
13+
trim_trailing_whitespace = false

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
# Node
99
node_modules
10+
yarn.lock
11+
package-lock.json
12+
1013

1114
# Logs
1215
*.log

package.json

+81-82
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Vue-Boilerplate",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A Vue boilerplate like Angular build flow.",
55
"author": "Aquariuslt<superaquariuslt@gmail.com>",
66
"license": "MIT",
@@ -12,88 +12,87 @@
1212
"test": "gulp test"
1313
},
1414
"dependencies": {
15-
"axios": "~0.16.2",
16-
"gsap": "~1.20.2",
17-
"vue": "~2.4.1",
18-
"vue-material": "~0.7.4",
19-
"vue-router": "~2.7.0",
20-
"vuex": "~2.3.1"
15+
"axios": "^0.16.2",
16+
"gsap": "^1.20.2",
17+
"vue": "^2.4.1",
18+
"vue-material": "^0.7.4",
19+
"vue-router": "^2.7.0",
20+
"vuex": "^2.3.1"
2121
},
2222
"devDependencies": {
23-
"@types/gsap": "~1.19.1",
24-
"@types/lodash": "~4.14.69",
25-
"@types/mocha": "~2.2.41",
26-
"@types/webpack": "~3.0.4",
27-
"autoprefixer": "~7.1.2",
28-
"babel-core": "~6.25.0",
29-
"babel-eslint": "~7.2.1",
30-
"babel-loader": "~7.1.1",
31-
"babel-plugin-add-module-exports": "~0.2.1",
32-
"babel-plugin-istanbul": "~4.1.4",
33-
"babel-plugin-transform-runtime": "~6.22.0",
34-
"babel-preset-env": "~1.6.0",
35-
"babel-preset-es2015": "~6.24.1",
36-
"babel-preset-stage-2": "~6.22.0",
37-
"babel-register": "~6.22.0",
38-
"chai": "~4.1.0",
39-
"chalk": "~2.0.1",
40-
"chromedriver": "~2.30.1",
41-
"connect-history-api-fallback": "~1.3.0",
42-
"copy-webpack-plugin": "~4.0.1",
43-
"css-loader": "~0.28.4",
44-
"eslint": "~4.2.0",
45-
"eslint-config-google": "~0.9.1",
46-
"eslint-import-resolver-webpack": "~0.8.3",
47-
"eslint-plugin-html": "~3.1.0",
48-
"eslint-plugin-import": "~2.7.0",
49-
"eventsource-polyfill": "~0.9.6",
50-
"express": "~4.14.1",
51-
"extract-text-webpack-plugin": "~3.0.0",
52-
"file-loader": "~0.11.2",
53-
"friendly-errors-webpack-plugin": "~1.1.3",
54-
"gulp": "~3.9.1",
55-
"gulp-inject-string": "~1.1.0",
56-
"gulp-rimraf": "~0.2.1",
57-
"gulp-sequence": "~0.4.6",
58-
"gulp-util": "~3.0.8",
59-
"html-webpack-plugin": "~2.29.0",
60-
"http-proxy-middleware": "~0.17.3",
61-
"karma": "~1.6.0",
62-
"karma-chrome-launcher": "~2.2.0",
63-
"karma-coverage": "~1.1.1",
64-
"karma-mocha": "~1.3.0",
65-
"karma-phantomjs-launcher": "~1.0.4",
66-
"karma-phantomjs-shim": "~1.4.0",
67-
"karma-sinon-chai": "~1.3.1",
68-
"karma-sourcemap-loader": "~0.3.7",
69-
"karma-spec-reporter": "~0.0.31",
70-
"karma-webpack": "~2.0.4",
71-
"less": "~2.7.2",
72-
"less-loader": "~4.0.5",
73-
"lodash": "~4.17.4",
74-
"mocha": "~3.3.0",
75-
"moment": "~2.18.1",
76-
"nightwatch": "~0.9.16",
77-
"node-sass": "~4.5.2",
78-
"normalize.css": "~7.0.0",
79-
"opn": "~5.1.0",
80-
"optimize-css-assets-webpack-plugin": "~2.0.0",
81-
"rimraf": "~2.6.0",
82-
"sass-loader": "~6.0.6",
83-
"selenium-server": "~3.4.0",
84-
"sinon": "~2.3.8",
85-
"sinon-chai": "~2.11.0",
86-
"style-loader": "~0.18.2",
87-
"url-loader": "~0.5.9",
88-
"vue-loader": "~12.2.2",
89-
"vue-style-loader": "~3.0.0",
90-
"vue-template-compiler": "~2.4.1",
91-
"webpack": "~3.3.0",
92-
"webpack-bundle-analyzer": "~2.8.3",
93-
"webpack-dev-middleware": "~1.11.0",
94-
"webpack-dev-server": "~2.5.1",
95-
"webpack-hot-middleware": "~2.18.2",
96-
"webpack-merge": "~4.1.0",
97-
"winston": "~2.3.1"
23+
"@types/gsap": "^1.19.1",
24+
"@types/lodash": "^4.14.69",
25+
"@types/mocha": "^2.2.41",
26+
"@types/webpack": "^3.8.1",
27+
"autoprefixer": "^7.2.2",
28+
"babel-core": "^6.25.0",
29+
"babel-eslint": "^7.2.1",
30+
"babel-loader": "^7.1.1",
31+
"babel-plugin-add-module-exports": "^0.2.1",
32+
"babel-plugin-istanbul": "^4.1.4",
33+
"babel-plugin-transform-runtime": "^6.22.0",
34+
"babel-preset-env": "^1.6.0",
35+
"babel-preset-stage-2": "^6.22.0",
36+
"babel-register": "^6.22.0",
37+
"chai": "^4.1.0",
38+
"chalk": "^2.0.1",
39+
"connect-history-api-fallback": "^1.3.0",
40+
"copy-webpack-plugin": "^4.0.1",
41+
"css-loader": "^0.28.4",
42+
"eslint": "^4.2.0",
43+
"eslint-config-google": "^0.9.1",
44+
"eslint-import-resolver-webpack": "^0.8.3",
45+
"eslint-plugin-html": "^3.1.0",
46+
"eslint-plugin-import": "^2.7.0",
47+
"eventsource-polyfill": "^0.9.6",
48+
"express": "^4.14.1",
49+
"extract-text-webpack-plugin": "^3.0.0",
50+
"file-loader": "^0.11.2",
51+
"friendly-errors-webpack-plugin": "^1.1.3",
52+
"gulp": "^3.9.1",
53+
"gulp-inject-string": "^1.1.0",
54+
"gulp-rimraf": "^0.2.1",
55+
"gulp-sequence": "^0.4.6",
56+
"gulp-util": "^3.0.8",
57+
"html-webpack-plugin": "^2.29.0",
58+
"http-proxy-middleware": "^0.17.3",
59+
"istanbul": "^0.4.5",
60+
"istanbul-instrumenter-loader": "^3.0.0",
61+
"karma": "^1.6.0",
62+
"karma-chrome-launcher": "^2.2.0",
63+
"karma-coverage": "^1.1.1",
64+
"karma-mocha": "^1.3.0",
65+
"karma-sourcemap-loader": "^0.3.7",
66+
"karma-spec-reporter": "^0.0.31",
67+
"karma-webpack": "^2.0.4",
68+
"less": "^2.7.2",
69+
"less-loader": "^4.0.5",
70+
"lodash": "^4.17.4",
71+
"mocha": "^3.3.0",
72+
"mocha-lcov-reporter": "^1.3.0",
73+
"moment": "^2.18.1",
74+
"nightwatch": "^0.9.16",
75+
"node-sass": "^4.5.2",
76+
"normalize.css": "^7.0.0",
77+
"opn": "^5.1.0",
78+
"optimize-css-assets-webpack-plugin": "^2.0.0",
79+
"puppeteer": "^0.13.0",
80+
"rimraf": "^2.6.0",
81+
"sass-loader": "^6.0.6",
82+
"selenium-server": "^3.4.0",
83+
"sinon": "^2.3.8",
84+
"sinon-chai": "^2.11.0",
85+
"style-loader": "^0.18.2",
86+
"url-loader": "^0.5.9",
87+
"vue-loader": "^12.2.2",
88+
"vue-style-loader": "^3.0.0",
89+
"vue-template-compiler": "^2.4.1",
90+
"webpack": "^3.3.0",
91+
"webpack-bundle-analyzer": "^2.8.3",
92+
"webpack-dev-middleware": "^1.11.0",
93+
"webpack-dev-server": "^2.5.1",
94+
"webpack-hot-middleware": "^2.18.2",
95+
"webpack-merge": "^4.1.0",
96+
"winston": "^2.3.1"
9897
}
9998
}

0 commit comments

Comments
 (0)