Install jquery-ui via yarn

We can delete the gem once the Javascript part has been handled
This commit is contained in:
Matt-Yorkley
2021-06-13 21:23:17 +01:00
parent 9d18f318ac
commit ba583dcf39
3 changed files with 7 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
@import 'vendor/assets/stylesheets/normalize';
@import 'vendor/assets/stylesheets/responsive-tables';
@import 'vendor/assets/stylesheets/jquery.powertip';
@import 'jquery.ui.dialog';
@import '~jquery-ui/themes/base/jquery.ui.dialog';
@import '../shared/textAngular';
@import '../shared/ng-tags-input.min';
@import 'select2';

View File

@@ -33,6 +33,7 @@
"cable_ready": "^5.0.0-pre2",
"flatpickr": "^4.6.9",
"foundation-sites": "^5.5.2",
"jquery-ui": "1.10.4",
"moment": "^2.29.1",
"mrujs": "^0.7.2",
"shortcut-buttons-flatpickr": "^0.3.1",

View File

@@ -8066,6 +8066,11 @@ jest@^27.4.5:
import-local "^3.0.2"
jest-cli "^27.4.5"
jquery-ui@1.10.4:
version "1.10.4"
resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.10.4.tgz#a096fe5f4e0f2ab69a0585cf10455877f57506bd"
integrity sha1-oJb+X04PKraaBYXPEEVYd/V1Br0=
js-string-escape@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/js-string-escape/-/js-string-escape-1.0.1.tgz#e2625badbc0d67c7533e9edc1068c587ae4137ef"