Skip to content
This repository was archived by the owner on Jun 9, 2019. It is now read-only.

Commit 0d868f1

Browse files
committed
update deps
1 parent 83347f0 commit 0d868f1

File tree

3 files changed

+1248
-1185
lines changed

3 files changed

+1248
-1185
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,22 @@
3535
],
3636
"dependencies": {
3737
"array-find-index": "^1.0.2",
38-
"highlight.js": "^9.7.0",
38+
"highlight.js": "^9.8.0",
3939
"query-string": "^4.2.3",
4040
"uid": "0.0.2",
41-
"vue": "^2.0.3",
42-
"vue-router": "^2.0.1",
41+
"vue": "^2.1.3",
42+
"vue-router": "^2.0.3",
4343
"vue-slim-modal": "^0.3.0",
4444
"vuex": "^2.0.0",
4545
"vuex-router-sync": "next"
4646
},
4747
"devDependencies": {
48+
"eslint-config-egoist-vue": "^2.0.6",
49+
"eslint-config-rem": "^2.0.2",
4850
"github-markdown-css": "^2.4.1",
49-
"hint.css": "^2.4.0",
51+
"hint.css": "^2.4.1",
5052
"markdown-toc": "^0.13.0",
5153
"postcss-simple-vars": "^3.0.0",
52-
"vbuild": "egoist/vbuild"
54+
"vbuild": "^4.1.2"
5355
}
5456
}

vue.config.cjs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = {
2626
},
2727
production: {
2828
eslint: {
29+
configFile: require.resolve('eslint-config-egoist-vue'),
2930
globals: ['require', 'process'],
3031
rules: {
3132
'no-unused-expressions': ['error', {'allowShortCircuit': true}]

0 commit comments

Comments
 (0)