update to Vue 3.3

This commit is contained in:
2023-05-11 20:44:23 +02:00
parent 25ce1a6954
commit 831aec6d2e
8 changed files with 206 additions and 227 deletions

View File

@@ -31,13 +31,13 @@
"lodash-es": "^4.17.21",
"marked": "^4.3.0",
"shortid": "^2.2.16",
"vue": "^3.2.47"
"vue": "^3.3.1"
},
"devDependencies": {
"@types/dompurify": "^3.0.2",
"@types/lodash-es": "^4.17.7",
"@types/shortid": "^0.0.29",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.2",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
@@ -45,7 +45,7 @@
"sass": "^1.62.1",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vue-tsc": "^1.4.2"
"vite": "^4.3.5",
"vue-tsc": "^1.6.4"
}
}