fix(client): explicitly depend on @vue/runtime-core
(#9401)
This commit is contained in:
parent
cd6a8c31a6
commit
3cd66f19e2
2 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,7 @@
|
||||||
"@types/ws": "8.5.3",
|
"@types/ws": "8.5.3",
|
||||||
"@typescript-eslint/eslint-plugin": "5.47.0",
|
"@typescript-eslint/eslint-plugin": "5.47.0",
|
||||||
"@typescript-eslint/parser": "5.47.0",
|
"@typescript-eslint/parser": "5.47.0",
|
||||||
|
"@vue/runtime-core": "3.2.45",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"cypress": "12.2.0",
|
"cypress": "12.2.0",
|
||||||
"eslint": "8.30.0",
|
"eslint": "8.30.0",
|
||||||
|
|
|
@ -5157,6 +5157,7 @@ __metadata:
|
||||||
"@typescript-eslint/parser": 5.47.0
|
"@typescript-eslint/parser": 5.47.0
|
||||||
"@vitejs/plugin-vue": 4.0.0
|
"@vitejs/plugin-vue": 4.0.0
|
||||||
"@vue/compiler-sfc": 3.2.45
|
"@vue/compiler-sfc": 3.2.45
|
||||||
|
"@vue/runtime-core": 3.2.45
|
||||||
autobind-decorator: 2.4.0
|
autobind-decorator: 2.4.0
|
||||||
autosize: 5.0.2
|
autosize: 5.0.2
|
||||||
blurhash: 2.0.4
|
blurhash: 2.0.4
|
||||||
|
|
Loading…
Reference in a new issue