Skip to content

Commit 1706834

Browse files
committed
fix: add focal_point deps
1 parent 9d0bfbf commit 1706834

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
"drupal/gin_login": "^2.0",
5454
"drupal/gin_toolbar": "^1.0@RC",
5555
"drupal/image_style_warmer": "^1.2@RC",
56+
"drupal/jquery_ui": "^1.6",
57+
"drupal/jquery_ui_draggable": "^2.0",
5658
"drupal/jsonapi_hypermedia": "^1.9",
5759
"drupal/jsonapi_menu_items": "1.2.x-dev@dev",
5860
"drupal/jsonapi_node_preview": "^1.0.0-beta2@beta",
@@ -207,7 +209,8 @@
207209
"https://www.drupal.org/project/field_tools/issues/3297214": "https://git.drupalcode.org/project/field_tools/-/merge_requests/5.diff"
208210
},
209211
"drupal/focal_point": {
210-
"Preview link accidentally closes the media library https://www.drupal.org/project/focal_point/issues/3162210#comment-13855854": "https://www.drupal.org/files/issues/2020-10-11/preview_link_accidentally_closes_the_media_library-3162210-19.patch"
212+
"Preview link accidentally closes the media library https://www.drupal.org/project/focal_point/issues/3162210#comment-13855854": "https://www.drupal.org/files/issues/2020-10-11/preview_link_accidentally_closes_the_media_library-3162210-19.patch",
213+
"Drupal 10 compatibility fixes https://www.drupal.org/project/focal_point/issues/3295940": "https://git.drupalcode.org/project/focal_point/-/merge_requests/8.diff"
211214
},
212215
"drupal/gin": {
213216
"https://www.drupal.org/project/gin/issues/3217391#comment-14212917": "https://git.drupalcode.org/project/gin/-/merge_requests/92.diff"

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/sync/core.extension.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ module:
6161
gin_toolbar: 0
6262
help: 0
6363
image: 0
64+
jquery_ui: 0
65+
jquery_ui_draggable: 0
6466
jsonapi: 0
6567
jsonapi_hypermedia: 0
6668
jsonapi_menu_items: 0

0 commit comments

Comments
 (0)