mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Install jquery-ui via yarn
We can delete the gem once the Javascript part has been handled
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user