Skip to content

Commit 3ab4e0e

Browse files
committed
chore(docs): update deps
1 parent 70528f8 commit 3ab4e0e

File tree

3 files changed

+118
-70
lines changed

3 files changed

+118
-70
lines changed

docs/components/DocsRepl.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script lang="ts" setup>
22
import type { SFCOptions } from '@vue/repl'
33
import { ReplStore, Repl as VueRepl } from '@vue/repl'
4+
import CodeMirror from '@vue/repl/codemirror-editor'
45
import { useVueFlow } from '@vue-flow/core'
56
import '@vue/repl/style.css'
67
import { exampleImports } from './examples'
@@ -92,6 +93,7 @@ const sfcOptions = {
9293

9394
<template>
9495
<VueRepl
96+
:editor="CodeMirror"
9597
:clear-console="true"
9698
:auto-resize="true"
9799
:store="store"

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vue-flow/minimap": "workspace:*",
2323
"@vue-flow/node-resizer": "workspace:*",
2424
"@vue-flow/node-toolbar": "workspace:*",
25-
"@vue/repl": "1.4.1",
25+
"@vue/repl": "2.1.3",
2626
"blobity": "^0.2.3",
2727
"vue": "3.2.47",
2828
"web-vitals": "^3.3.2"
@@ -35,14 +35,14 @@
3535
"@windicss/plugin-scrollbar": "^1.2.3",
3636
"dotenv": "^16.1.3",
3737
"ohmyfetch": "^0.4.21",
38-
"typedoc": "^0.24.7",
38+
"typedoc": "^0.24.8",
3939
"typedoc-plugin-markdown": "^3.15.3",
4040
"typedoc-plugin-merge-modules": "^5.0.1",
4141
"unplugin-auto-import": "^0.14.4",
4242
"unplugin-icons": "^0.16.2",
4343
"unplugin-vue-components": "^0.25.0",
4444
"vite-plugin-windicss": "^1.9.0",
45-
"vitepress": "1.0.0-beta.1",
45+
"vitepress": "1.0.0-beta.3",
4646
"windicss": "^3.5.6"
4747
}
4848
}

0 commit comments

Comments
 (0)