Skip to content

Commit 94b51a9

Browse files
committed
Update
1 parent b52f0cb commit 94b51a9

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

dist/js/jquery.spinner.min.js

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

docs/example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<title>Example</title>
77

88
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.css">
9-
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css">
9+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/all.css">
1010
<link rel="stylesheet" href="dist/css/bootstrap-spinner.css">
1111

12-
<script src="https://code.jquery.com/jquery-3.3.1.slim.js"></script>
12+
<script src="https://code.jquery.com/jquery-3.4.1.slim.js"></script>
1313
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.js"></script>
1414
<script src="dist/js/jquery.spinner.js"></script>
1515
<script>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<title>jQuery.spinner</title>
77

88
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
9-
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css">
9+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/all.css">
1010
<link rel="stylesheet" href="dist/css/bootstrap-spinner.min.css">
1111
<link rel="stylesheet" href="assets/css/old.css">
1212
<link rel="stylesheet" href="assets/css/docs.css">
1313

14-
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
14+
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
1515
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
1616
<script src="dist/js/jquery.spinner.min.js"></script>
1717
<script>

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
"release-zip": "cd dist/ && zip -r9 $npm_package_name-$npm_package_version-dist.zip * && mv $npm_package_name-$npm_package_version-dist.zip .."
4141
},
4242
"devDependencies": {
43-
"puppeteer": "1.12.2",
44-
"karma": "4.0.0",
43+
"puppeteer": "1.17.0",
44+
"karma": "4.1.0",
4545
"karma-chrome-launcher": "2.2.0",
46-
"karma-qunit": "2.1.0",
46+
"karma-qunit": "3.1.2",
4747
"karma-sinon": "1.0.5",
48-
"clean-css-cli": "4.2.1",
49-
"terser": "3.16.1",
48+
"clean-css-cli": "4.3.0",
49+
"terser": "4.0.0",
5050
"less": "3.9.0",
51-
"jquery": "3.3.1",
52-
"qunit": "2.9.1"
51+
"jquery": "3.4.1",
52+
"qunit": "2.9.2"
5353
}
5454
}

0 commit comments

Comments
 (0)