chore(maintenance): dep update + url update

This commit is contained in:
nico 2025-07-02 10:05:18 +02:00
parent 18aa35b2bd
commit 9823706462
Signed by: Nicolas
SSH key fingerprint: SHA256:ELi8eDeNLl5PTn64G+o2Kx5+XVDfHF5um2tZigfwWkM
7 changed files with 2331 additions and 46 deletions

View file

@ -12,12 +12,12 @@
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/image": "npm:@nuxt/image-nightly@latest",
"nuxt": "^3.10.3",
"nuxt": "^3.17.6",
"postcss-import-ext-glob": "^2.1.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.5.17",
"vue-router": "^4.5.1"
},
"dependencies": {
"nuxt-graphql-client": "^0.2.33"
"nuxt-graphql-client": "^0.2.46"
}
}