Skip to content

Commit 8afb883

Browse files
committed
Update deps
Had to downgrade babel-eslint because apparently that broke quite seriously. Will have to see on upcoming dependabot merges if things got better again
1 parent 295896a commit 8afb883

File tree

3 files changed

+2798
-464
lines changed

3 files changed

+2798
-464
lines changed

docs/.vuepress/components/Mermaid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script>
2-
import mermaid from 'mermaid/src/mermaidAPI'
2+
import mermaid from 'mermaid'
33
44
let graphIdCounter = 0
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"autoprefixer": "^9.6.1",
3232
"babel-core": "^6.22.1",
33-
"babel-eslint": "^10.0.2",
33+
"babel-eslint": "8.0.0",
3434
"babel-helper-vue-jsx-merge-props": "^2.0.3",
3535
"babel-jest": "^21.0.2",
3636
"babel-plugin-dynamic-import-node": "^1.2.0",

0 commit comments

Comments
 (0)