Skip to content

Commit 6e8f70a

Browse files
fix(deps): update dependency vuetify to v3.7.11 (#2065)
* 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]>
1 parent 70f0d16 commit 6e8f70a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"vue-router": "4.5.0",
5151
"vue-the-mask": "0.11.1",
5252
"vue3-apexcharts": "1.8.0",
53-
"vuetify": "3.7.6",
53+
"vuetify": "3.7.11",
5454
"vuex": "4.1.0"
5555
},
5656
"devDependencies": {

tests/e2e/specs/toolbar.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ describe('N-window selector', () => {
112112
.get('[data-cy=n-win-popup]')
113113
.find('[role=combobox]')
114114
.click()
115-
.invoke('attr', 'aria-owns').then((dropdownID) => {
115+
.invoke('attr', 'aria-controls').then((dropdownID) => {
116116
cy.get(`#${dropdownID}`)
117117
.contains('3')
118118
.click()

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3936,7 +3936,7 @@ __metadata:
39363936
vue-router: "npm:4.5.0"
39373937
vue-the-mask: "npm:0.11.1"
39383938
vue3-apexcharts: "npm:1.8.0"
3939-
vuetify: "npm:3.7.6"
3939+
vuetify: "npm:3.7.11"
39403940
vuex: "npm:4.1.0"
39413941
peerDependenciesMeta:
39423942
react:
@@ -11021,9 +11021,9 @@ __metadata:
1102111021
languageName: node
1102211022
linkType: hard
1102311023

11024-
"vuetify@npm:3.7.6":
11025-
version: 3.7.6
11026-
resolution: "vuetify@npm:3.7.6"
11024+
"vuetify@npm:3.7.11":
11025+
version: 3.7.11
11026+
resolution: "vuetify@npm:3.7.11"
1102711027
peerDependencies:
1102811028
typescript: ">=4.7"
1102911029
vite-plugin-vuetify: ">=1.0.0"
@@ -11036,7 +11036,7 @@ __metadata:
1103611036
optional: true
1103711037
webpack-plugin-vuetify:
1103811038
optional: true
11039-
checksum: 10c0/63a1320dbf686317280aba0cbd0f8d1e5563193c3d5cb2e3766c1b5b35664b9b3d09db271162d7271902d75e8275d7f8d8fbc8b0ec9fd859810c559a5947b628
11039+
checksum: 10c0/a1d225d0bc5f3a43102d14b9c7d0dff414d11fdf9e37d2aec8a5c8601965a5498d0557c5755fcfda890eac290bae7923c84d935d727fe9d78fed3a6193594ebd
1104011040
languageName: node
1104111041
linkType: hard
1104211042

0 commit comments

Comments
 (0)