Skip to content

Commit 4753673

Browse files
committed
Updates jQuery and dependencies
1 parent 5bd8b66 commit 4753673

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms
1919
<html>
2020
<head>
2121
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.form/4.2.2/jquery.form.min.js" integrity="sha384-FzT3vTVGXqf7wRfy8k4BiyzvbNfeYjK+frTVqZeNDFl8woCbF0CYG6g2fMEFFo/i" crossorigin="anonymous"></script>
22-
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-JAW99MJVpJBGcbzEuXk4Az05s/XyDdBomFqNlM3ic+I=" crossorigin="anonymous"></script>
22+
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
2323

2424
<script>
2525
// wait for the DOM to be loaded

form.jquery.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,13 @@
4141
"jquery": ">=1.7.2"
4242
},
4343
"devDependencies": {
44-
"chai": "^4.1.0",
45-
"grunt": "^1.0.1",
46-
"grunt-cli": "^1.2.0",
47-
"grunt-contrib-uglify": "^3.0.1",
44+
"chai": "^4.2.0",
45+
"grunt": "^1.0.4",
46+
"grunt-cli": "^1.3.2",
47+
"grunt-contrib-uglify": "^3.4.0",
4848
"grunt-eslint": "*",
49-
"grunt-githooks": "^0.6.0",
50-
"grunt-mocha": "^1.0.4",
51-
"jquery": "^3.0.0",
52-
"mocha": "^3.4.2"
49+
"grunt-mocha": "^1.2.0",
50+
"jquery": "^3.4.1",
51+
"mocha": "^6.0.2"
5352
}
5453
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"grunt-contrib-uglify": "^3.4.0",
3737
"grunt-eslint": "*",
3838
"grunt-mocha": "^1.2.0",
39-
"jquery": "^3.0.0",
39+
"jquery": "^3.4.1",
4040
"mocha": "^6.0.2"
4141
}
4242
}

test/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212

213213

214214
<!-- mocha -->
215-
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
215+
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
216216
<script src="../src/jquery.form.js"></script>
217217
<script src="../node_modules/mocha/mocha.js"></script>
218218
<script src="../node_modules/chai/chai.js"></script>

0 commit comments

Comments
 (0)