Skip to content

Commit c46f91f

Browse files
committed
chore: bump @vue/repl
1 parent 2cece5b commit c46f91f

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

packages/sfc-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"vite": "^5.0.0"
1414
},
1515
"dependencies": {
16-
"@vue/repl": "^2.7.0",
16+
"@vue/repl": "^3.0.0",
1717
"file-saver": "^2.0.5",
1818
"jszip": "^3.10.1",
1919
"vue": "workspace:*"

packages/sfc-playground/src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { createApp } from 'vue'
22
import App from './App.vue'
3-
import '@vue/repl/style.css'
43

54
// @ts-expect-error Custom window property
65
window.VUE_DEVTOOLS_CONFIG = {

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)