Skip to content

Commit 87b99fd

Browse files
committed
upgrade deps
1 parent b95d5a8 commit 87b99fd

File tree

3 files changed

+3270
-14
lines changed

3 files changed

+3270
-14
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"root": true,
3-
"extends": "vue"
3+
"extends": "plugin:vue-libs/recommended"
44
}

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
"babel-helper-vue-jsx-merge-props": "^2.0.0"
3939
},
4040
"devDependencies": {
41-
"babel-cli": "^6.10.1",
42-
"babel-helper-vue-jsx-merge-props": "^2.0.2",
43-
"babel-loader": "^6.2.4",
44-
"babel-plugin-syntax-jsx": "^6.8.0",
45-
"babel-preset-es2015": "^6.9.0",
46-
"babel-register": "^6.9.0",
47-
"chai": "^3.5.0",
48-
"eslint": "^2.12.0",
49-
"eslint-config-vue": "^2.0.0",
50-
"eslint-plugin-vue": "^1.0.0",
51-
"mocha": "^2.5.3",
52-
"vue": "^2.0.0-alpha.5",
53-
"webpack": "^1.13.1"
41+
"babel-cli": "^6.26.0",
42+
"babel-core": "^6.26.0",
43+
"babel-helper-vue-jsx-merge-props": "^2.0.3",
44+
"babel-loader": "^7.1.2",
45+
"babel-plugin-syntax-jsx": "^6.18.0",
46+
"babel-preset-es2015": "^6.24.1",
47+
"babel-register": "^6.26.0",
48+
"chai": "^4.1.2",
49+
"eslint": "^4.16.0",
50+
"eslint-plugin-vue-libs": "^2.1.0",
51+
"mocha": "^5.0.0",
52+
"vue": "^2.5.13",
53+
"webpack": "^3.10.0"
5454
}
5555
}

0 commit comments

Comments
 (0)