1 Commits
Author SHA1 Message Date
renovate 3c2edb1685 chore(deps): update dependency vuetify to v4.2.0
dancefinder-app / build (push) Skipped
renovate/stability-days Updates have met minimum release age requirement
dancefinder-app / build (pull_request) Successful in 1m47s
dancefinder-app / deploy-prod (pull_request) Skipped
2026-09-05 02:03:26 +00:00
2 changed files with 66 additions and 5 deletions
+65 -4
View File
@@ -51,7 +51,7 @@
"vue": "3.5.42",
"vue-eslint-parser": "10.4.1",
"vue-router": "5.3.0",
"vuetify": "4.1.13"
"vuetify": "4.2.0"
},
"engines": {
"node": "24"
@@ -9003,6 +9003,64 @@
"vuetify": ">=3"
}
},
"node_modules/@vuetify/v0": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@vuetify/v0/-/v0-1.2.1.tgz",
"integrity": "sha512-lFBUeMmQiKbFR7JXC1Z74Z2dvvGLCqt/Wd9JQqg4falICTvHtlkulYqaHbtmByGV9eR7cbG1ohN1+7OQLLSPfg==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/johnleider"
},
{
"type": "opencollective",
"url": "https://opencollective.com/vuetify"
}
],
"license": "MIT",
"peerDependencies": {
"@adobe/leonardo-contrast-colors": ">=1.0.0",
"@ant-design/colors": ">=7.0.0",
"@flagsmith/flagsmith": ">=11.0.0",
"@floating-ui/dom": ">=1.8.0",
"@js-temporal/polyfill": ">=0.5.0",
"@material/material-color-utilities": ">=0.3.0",
"launchdarkly-js-client-sdk": "^3.0.0",
"posthog-js": "^1.0.0",
"vue": ">=3.5.0 || >=3.6.0-0",
"vue-i18n": ">=10.0.0"
},
"peerDependenciesMeta": {
"@adobe/leonardo-contrast-colors": {
"optional": true
},
"@ant-design/colors": {
"optional": true
},
"@flagsmith/flagsmith": {
"optional": true
},
"@floating-ui/dom": {
"optional": true
},
"@js-temporal/polyfill": {
"optional": true
},
"@material/material-color-utilities": {
"optional": true
},
"launchdarkly-js-client-sdk": {
"optional": true
},
"posthog-js": {
"optional": true
},
"vue-i18n": {
"optional": true
}
}
},
"node_modules/@whatwg-node/disposablestack": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@whatwg-node/disposablestack/-/disposablestack-0.0.6.tgz",
@@ -20648,11 +20706,14 @@
}
},
"node_modules/vuetify": {
"version": "4.1.13",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.1.13.tgz",
"integrity": "sha512-uXewcubMxZ9NqX/i+k03cpyg9isPAKrmaSGrfPZ1cRw4tZ6fo1plPIjO9vmqYdBADjOZ6DYkeRRPL7meS1brCA==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.2.0.tgz",
"integrity": "sha512-KaMbAl57GG/zdLdL9dcMqEZligIK3jYvkPkpx+RS9DufD/TOfWKnlDTOUzoYlvmhT/3LfJ/usAt1bSoWfYX4JA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@vuetify/v0": "^1.2.1"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/johnleider"
+1 -1
View File
@@ -44,7 +44,7 @@
"vue": "3.5.42",
"vue-eslint-parser": "10.4.1",
"vue-router": "5.3.0",
"vuetify": "4.1.13"
"vuetify": "4.2.0"
},
"dependencies": {
"@apollo/client": "3.14.1",