This commit is contained in:
vegu-ai-tools
2025-11-16 11:28:06 +02:00
parent a8d9202c92
commit dff778c997
2 changed files with 11 additions and 14 deletions

View File

@@ -25,7 +25,7 @@
"uuid": "^10.0.0",
"vue": "^3.5",
"vue-codemirror": "^6.1.1",
"vuetify": "^3.9",
"vuetify": "^3.10",
"webfontloader": "^1.6.28"
},
"devDependencies": {
@@ -2423,9 +2423,9 @@
"license": "ISC"
},
"node_modules/js-yaml": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2975,9 +2975,9 @@
}
},
"node_modules/vite": {
"version": "7.1.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz",
"integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==",
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.2.tgz",
"integrity": "sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==",
"devOptional": true,
"license": "MIT",
"dependencies": {
@@ -3132,13 +3132,10 @@
}
},
"node_modules/vuetify": {
"version": "3.9.4",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.9.4.tgz",
"integrity": "sha512-OUdXVoThHUydJHyFsUHGxKxZ333hXKquRNn2ycqouO08ehi3005QE9tLPkwcBii4sAYZg7mADMRp7JbcNiNrTQ==",
"version": "3.10.11",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.10.11.tgz",
"integrity": "sha512-hfllXT0/C3O5nZyIRalaDU7ClMIrKrKAbjH0T8xbSUb7FcJrHOqPZfEkSXwrKxajv6EA1rwEOvCZoLDhunnjrQ==",
"license": "MIT",
"engines": {
"node": "^12.20 || >=14.13"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/johnleider"

View File

@@ -26,7 +26,7 @@
"uuid": "^10.0.0",
"vue": "^3.5",
"vue-codemirror": "^6.1.1",
"vuetify": "^3.9",
"vuetify": "^3.10",
"webfontloader": "^1.6.28"
},
"devDependencies": {