Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency vuetify to v3.7.5 #585

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"material-design-icons-iconfont": "6.7.0",
"roboto-fontface": "*",
"vue": "3.5.13",
"vuetify": "3.7.4"
"vuetify": "3.7.5"
},
"devDependencies": {
"@babel/types": "7.26.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ __metadata:
vue-router: "npm:4.5.0"
vue-tsc: "npm:2.1.10"
vuedraggable: "npm:4.1.0"
vuetify: "npm:3.7.4"
vuetify: "npm:3.7.5"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7212,9 +7212,9 @@ __metadata:
languageName: node
linkType: hard

"vuetify@npm:3.7.4":
version: 3.7.4
resolution: "vuetify@npm:3.7.4"
"vuetify@npm:3.7.5":
version: 3.7.5
resolution: "vuetify@npm:3.7.5"
peerDependencies:
typescript: ">=4.7"
vite-plugin-vuetify: ">=1.0.0"
Expand All @@ -7227,7 +7227,7 @@ __metadata:
optional: true
webpack-plugin-vuetify:
optional: true
checksum: 10c0/75d9d90b01f1291af46142175a9afdc7c55bc3a2668ad616c4dcdaf9a9a537a98c0865739e7507e91ba73dfb0c082c31fc52069c1dde986acd4a7527580aff5a
checksum: 10c0/d5bbfea084c3221786eabc51dbaa87c69f1fafc9e2f5e84a9a247647a3071c9c3822394d8d6ae41f57b4ca13a1858c78c0dafc31e4181564b3e5cb9ecbc818d1
languageName: node
linkType: hard

Expand Down
Loading