aaaaaaaaargh

This commit is contained in:
lesion 2023-11-10 23:09:11 +01:00
parent 557e024fa6
commit 987cbc993f
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -94,7 +94,10 @@
"vuetify": "2.6.14",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1",
"yargs": "^17.7.2"
"yargs": "^17.7.2",
"vue": "2.7.15",
"vue-template-compiler": "2.7.15",
"vue-server-renderer": "2.7.15"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.12.3",
@ -113,11 +116,6 @@
"jest": {
"testEnvironment": "jsdom"
},
"resolutions": {
"vue": "2.7.15",
"vue-template-compiler": "2.7.15",
"vue-server-renderer": "2.7.15"
},
"bin": {
"gancio": "server/cli.js"
},