chore: bump nuxt & vue versions (#8488)

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
Mert E
2024-05-16 08:59:55 +03:00
committed by GitHub
parent 9698c4858e
commit 6537db3200
3 changed files with 1836 additions and 1040 deletions

View File

@@ -46,7 +46,7 @@
},
"pnpm": {
"overrides": {
"vue": "3.3.13",
"vue": "latest",
"typescript": "latest",
"ajv@<6.12.3": ">=6.12.3",
"node.extend@<1.1.7": ">=1.1.7",
@@ -56,7 +56,8 @@
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"ip@<1.1.9": ">=1.1.9",
"ip@=2.0.0": ">=2.0.1",
"xml2js@<0.5.0": ">=0.5.0"
"xml2js@<0.5.0": ">=0.5.0",
"ufo": ">=1.5.3"
}
}
}