Skip to content

Commit 82b830c

Browse files
committed
feat: upgrade jquery version to 3.3.1
1 parent 6ee34af commit 82b830c

File tree

7 files changed

+10370
-7
lines changed

7 files changed

+10370
-7
lines changed

lib/pact_broker/api/renderers/html_pact_renderer.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def head
4141
<link rel='stylesheet' type='text/css' href='/stylesheets/pact.css'>
4242
<link rel='stylesheet' type='text/css' href='/stylesheets/github-json.css'>
4343
<script src='/javascripts/highlight.pack.js'></script>
44-
<script src='/javascripts/jquery-2.1.1.min.js'></script>
44+
<script src='/javascripts/jquery-3.3.1.min.js'></script>
4545
<script src='/js/bootstrap.min.js'></script>
4646
<script src='/javascripts/pact.js'></script>
4747
<script>hljs.initHighlightingOnLoad();</script>"

lib/pact_broker/ui/views/layouts/main.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
%title= defined?(title) ? title : ""
55
%link{rel: 'shortcut icon', href: '/images/favicon.ico', type:'image/x-icon'}
66
%link{rel: 'stylesheet', href: '/css/bootstrap.min.css'}
7-
%script{type: 'text/javascript', src:'/javascripts/jquery-2.1.1.min.js'}
7+
%script{type: 'text/javascript', src:'/javascripts/jquery-3.3.1.min.js'}
88
%script{type: 'text/javascript', src:'/js/bootstrap.min.js'}
99
= yield

lib/pact_broker/ui/views/matrix/show.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%link{rel: 'stylesheet', href: '/css/bootstrap.min.css'}
33
%link{rel: 'stylesheet', href: '/stylesheets/index.css'}
44
%link{rel: 'stylesheet', href: '/stylesheets/matrix.css'}
5-
%script{type: 'text/javascript', src:'/javascripts/jquery-2.1.1.min.js'}
5+
%script{type: 'text/javascript', src:'/javascripts/jquery-3.3.1.min.js'}
66
%script{type: 'text/javascript', src:'/javascripts/jquery.tablesorter.min.js'}
77
%script{type: 'text/javascript', src:'/javascripts/matrix.js'}
88
%script{type: 'text/javascript', src:'/js/bootstrap.min.js'}

public/javascripts/jquery-2.1.1.min.js

-4
This file was deleted.

0 commit comments

Comments
 (0)