Skip to content

Commit

Permalink
Merge pull request #34755 from dimagi/jls/remove-jquery-migrate
Browse files Browse the repository at this point in the history
Remove jquery-migrate
  • Loading branch information
orangejenny authored Jun 12, 2024
2 parents 4c36e27 + 512c094 commit adcaf40
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
{% block extrahead %}
<link rel="stylesheet" href="{% static 'bootstrap/dist/css/bootstrap.min.css' %}" />
{% javascript_libraries %}
<script src="{% static 'jquery-migrate/jquery-migrate.min.js' %}"></script>
{{ block.super }}
{% endblock %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
{% block extrahead %}
<link rel="stylesheet" href="{% static 'bootstrap/dist/css/bootstrap.min.css' %}" />
{% javascript_libraries %}
<script src="{% static 'jquery-migrate/jquery-migrate.min.js' %}"></script>
{{ block.super }}
{% endblock %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
+++
@@ -10,7 +10,7 @@
@@ -9,7 +9,7 @@
{% endblock %}

{% block content %}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"jquery-color": "2.2.0",
"jquery-form": "4.2.2",
"jquery-memoized-ajax": "0.5.0",
"jquery-migrate": "1.2.1",
"jquery-textchange": "jmalonzo/bower-jquery-textchange#0.2.3",
"jquery-timeago": "rmm5t/jquery-timeago#1.2.0",
"jquery-tiny-pubsub": "cowboy/jquery-tiny-pubsub#~0.7.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3069,11 +3069,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/jquery-memoized-ajax/-/jquery-memoized-ajax-0.5.0.tgz#5331f2fa5838569bd564e4760d4520570a732817"
integrity sha1-UzHy+lg4VpvVZOR2DUUgVwpzKBc=

[email protected]:
version "1.2.1"
resolved "https://registry.yarnpkg.com/jquery-migrate/-/jquery-migrate-1.2.1.tgz#e1056ad970fb22d5009e2d4d77cf709b78f04768"
integrity sha1-4QVq2XD7ItUAni1Nd89wm3jwR2g=

jquery-textchange@jmalonzo/bower-jquery-textchange#0.2.3:
version "0.0.0"
resolved "https://codeload.github.com/jmalonzo/bower-jquery-textchange/tar.gz/fd7d7c0ac5116861759cd467135307dc9aab7cdc"
Expand Down

0 comments on commit adcaf40

Please sign in to comment.