Skip to content

Commit 4a98160

Browse files
authored
Update jQuery to 3.5.1 (#442)
* Fix TypeError in jQuery 3.5.0 * Ensure locally built files don't affect docker
1 parent b785bd2 commit 4a98160

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.dockerignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
!docker/
77
!helm/
88
!opwen_email_client/
9+
opwen_email_client/webapp/static/css/*.min.css
10+
opwen_email_client/webapp/static/flags/
11+
opwen_email_client/webapp/static/fonts/
12+
opwen_email_client/webapp/static/js/*.min.js
913
!opwen_email_server/
1014
!opwen_statuspage/
1115
!tests/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@bower_components/flag-icon-css": "lipis/flag-icon-css#^2.4.0",
2121
"@bower_components/handlebars": "components/handlebars.js#~1.3.0",
2222
"@bower_components/html5shiv": "aFarkas/html5shiv#^3.7.3",
23-
"@bower_components/jquery": "jquery/jquery-dist#^3.5.0",
23+
"@bower_components/jquery": "jquery/jquery-dist#^3.5.1",
2424
"@bower_components/printThis": "jasonday/printThis#^1.9.0",
2525
"@bower_components/rangy-1.3": "noap/rangy-1.3#master",
2626
"@bower_components/respond": "scottjehl/Respond#^1.4.2",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
version "3.7.3"
5050
resolved "https://codeload.github.com/aFarkas/html5shiv/tar.gz/ed28c56c071bddfe7d635ad88995674957a016be"
5151

52-
"@bower_components/jquery@jquery/jquery-dist#^3.5.0":
53-
version "3.5.0"
54-
resolved "https://codeload.github.com/jquery/jquery-dist/tar.gz/1fd78cd729742aa26f64783f9188e169e41f194e"
52+
"@bower_components/jquery@jquery/jquery-dist#^3.5.1":
53+
version "3.5.1"
54+
resolved "https://codeload.github.com/jquery/jquery-dist/tar.gz/4c0e4becb8263bb5b3e6dadc448d8e7305ef8215"
5555

5656
"@bower_components/printThis@jasonday/printThis#^1.9.0":
5757
version "1.15.0"
@@ -1158,9 +1158,9 @@ jquery-lazyload@^1.9.7:
11581158
integrity sha1-mYKziMUzwLYRIUs8WqoLn+3gcfc=
11591159

11601160
"jquery@>= 1.9.0", jquery@>=1.11:
1161-
version "3.5.0"
1162-
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9"
1163-
integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==
1161+
version "3.5.1"
1162+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5"
1163+
integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==
11641164

11651165
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
11661166
version "4.0.0"

0 commit comments

Comments
 (0)