Skip to content

Commit 8ad6d6e

Browse files
committed
AC-109: Upgrade jQuery to latest version 3.6.0
- update dependencies for mage/tabs
1 parent 7354e91 commit 8ad6d6e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dev/tests/js/jasmine/tests/lib/mage/tabs.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
/* eslint-disable max-nested-callbacks */
77
define([
88
'jquery',
9-
'jquery/ui',
109
'mage/tabs',
1110
'text!tests/assets/lib/web/mage/tabs.html'
12-
], function ($, ui, tabs, tabsTmpl) {
11+
], function ($, tabs, tabsTmpl) {
1312
'use strict';
1413

1514
describe('mage/tabs', function () {

lib/web/mage/backend/tabs.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
/* global FORM_KEY */
77
define([
88
'jquery',
9-
'jquery/ui'
9+
'jquery/ui',
10+
'jquery/ui-modules/widgets/tabs'
1011
], function ($) {
1112
'use strict';
1213

lib/web/mage/tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
define([
77
'jquery',
88
'jquery-ui-modules/widget',
9-
'jquery-ui-modules/core',
9+
'jquery/ui-modules/widgets/tabs',
1010
'mage/mage',
1111
'mage/collapsible'
1212
], function ($) {

0 commit comments

Comments
 (0)