update to 1.1.0 #1

Merged
crimsen merged 24 commits from develop into main 2024-10-08 13:27:05 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 7f0d124d31 - Show all commits

View File

@ -23,8 +23,11 @@
"vue-router": "^4.0.11"
},
"devDependencies": {
"@babel/types": "^7.16.0",
"prettier": "^2.5.1",
"typescript": "^4.5.2"
"typescript": "^4.5.2",
"vue": "^3.2.26",
"vue-router": "^4.0.12"
},
"prettier": {
"singleQuote": true,