add @vue/runtime-dom as devDependency

This commit is contained in:
jakub791 2023-05-04 12:20:06 +02:00
parent 2fda7772e8
commit 1f3fd06ab0
2 changed files with 8 additions and 6 deletions

1
package-lock.json generated
View file

@ -37,6 +37,7 @@
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/runtime-dom": "^3.2.47",
"eslint": "^8.6.0",
"jsdom": "^22.0.0",
"prettier": "^2.8.8",

View file

@ -14,6 +14,7 @@
"dependencies": {
"@fontsource/material-icons": "^4.5.4",
"@fontsource/roboto-mono": "^4.5.10",
"@ivanv/vue-collapse-transition": "^1.0.2",
"@pixi/app": "^7.2.4",
"@pixi/constants": "^7.2.4",
"@pixi/core": "^7.2.4",
@ -32,23 +33,23 @@
"vue-textarea-autosize": "^1.1.1",
"vue-toastification": "^2.0.0-rc.1",
"vue-transition-expand": "^0.1.0",
"vuedraggable": "^4.1.0",
"@ivanv/vue-collapse-transition": "^1.0.2"
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/runtime-dom": "^3.2.47",
"eslint": "^8.6.0",
"jsdom": "^22.0.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vitest": "^0.31.0",
"vue-tsc": "^1.6.4",
"vite": "^4.3.4",
"vite-tsconfig-paths": "^4.2.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1"
"vitest": "^0.31.0",
"vue-tsc": "^1.6.4"
},
"engines": {
"node": ">=16"