Skip to content

Commit

Permalink
fix(deps): update dependency vuetify to v3.7.11 (#2065)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency vuetify to v3.7.11

* Fix test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ronnie Dutta <[email protected]>
  • Loading branch information
renovate[bot] and MetRonnie authored Feb 11, 2025
1 parent 70f0d16 commit 6e8f70a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"vue-router": "4.5.0",
"vue-the-mask": "0.11.1",
"vue3-apexcharts": "1.8.0",
"vuetify": "3.7.6",
"vuetify": "3.7.11",
"vuex": "4.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/specs/toolbar.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe('N-window selector', () => {
.get('[data-cy=n-win-popup]')
.find('[role=combobox]')
.click()
.invoke('attr', 'aria-owns').then((dropdownID) => {
.invoke('attr', 'aria-controls').then((dropdownID) => {
cy.get(`#${dropdownID}`)
.contains('3')
.click()
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3936,7 +3936,7 @@ __metadata:
vue-router: "npm:4.5.0"
vue-the-mask: "npm:0.11.1"
vue3-apexcharts: "npm:1.8.0"
vuetify: "npm:3.7.6"
vuetify: "npm:3.7.11"
vuex: "npm:4.1.0"
peerDependenciesMeta:
react:
Expand Down Expand Up @@ -11021,9 +11021,9 @@ __metadata:
languageName: node
linkType: hard

"vuetify@npm:3.7.6":
version: 3.7.6
resolution: "vuetify@npm:3.7.6"
"vuetify@npm:3.7.11":
version: 3.7.11
resolution: "vuetify@npm:3.7.11"
peerDependencies:
typescript: ">=4.7"
vite-plugin-vuetify: ">=1.0.0"
Expand All @@ -11036,7 +11036,7 @@ __metadata:
optional: true
webpack-plugin-vuetify:
optional: true
checksum: 10c0/63a1320dbf686317280aba0cbd0f8d1e5563193c3d5cb2e3766c1b5b35664b9b3d09db271162d7271902d75e8275d7f8d8fbc8b0ec9fd859810c559a5947b628
checksum: 10c0/a1d225d0bc5f3a43102d14b9c7d0dff414d11fdf9e37d2aec8a5c8601965a5498d0557c5755fcfda890eac290bae7923c84d935d727fe9d78fed3a6193594ebd
languageName: node
linkType: hard

Expand Down

0 comments on commit 6e8f70a

Please sign in to comment.