update and fixes

This commit is contained in:
nico 2024-03-09 17:00:39 +01:00
parent f8c64ed90e
commit 18aa35b2bd
5 changed files with 14 additions and 9 deletions

View file

@ -11,13 +11,13 @@
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/image": "npm:@nuxt/image-edge@latest",
"nuxt": "^3.8.0",
"@nuxt/image": "npm:@nuxt/image-nightly@latest",
"nuxt": "^3.10.3",
"postcss-import-ext-glob": "^2.1.1",
"vue": "^3.3.7",
"vue-router": "^4.2.5"
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"dependencies": {
"nuxt-graphql-client": "^0.2.31"
"nuxt-graphql-client": "^0.2.33"
}
}