Skip to content

Commit 190b2d3

Browse files
committed
update deps
- Update Modernizr to v3.11.1 - update Apache Server Configs to v4.0.0 - Update browserconfig in package.json
1 parent 97c6616 commit 190b2d3

8 files changed

+1156
-893
lines changed

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing to HTML5 Boilerplate
22

33
[HTML5 Boilerplate](https://html5boilerplate.com/) and want to get involved?
4-
Thanks! We're actively looking for folks interested in helping out and there
4+
Thanks! We're actively looking for folks interested in helping out and there
55
are plenty of ways you can help!
66

77
Please take a moment to review this document in order to make the contribution

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
- [ ] I have added tests to cover my changes.
1515
- [ ] All new and existing tests passed.
1616

17-
Pull requests should be thought of as a conversation. There will be some back and forth when trying to get code merged into this or any other project. With all but the simplest changes you can and should expect that the maintainers of the project will request changes to your code. Please be aware of that and check in after you open your PR in order to get your code merged in cleanly.
17+
Pull requests should be thought of as a conversation. There will be some back and forth when trying to get code merged into this or any other project. With all but the simplest changes you can and should expect that the maintainers of the project will request changes to your code. Please be aware of that and check in after you open your PR in order to get your code merged in cleanly.
1818

1919
Thanks!

.github/SUPPORT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
For personal support requests with HTML5 Boilerplate please use Stack Overflow
44
([`html5boilerplate`](https://stackoverflow.com/questions/tagged/html5boilerplate) tag).
5-
5+
66
Please check the respective repository/website for support regarding the code in
77
[`.htaccess`](https://github.com/h5bp/server-configs-apache),
88
[`jQuery`](https://jquery.org/support/),

dist/.htaccess

+293-286
Large diffs are not rendered by default.

dist/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<!-- Add your site or application content here -->
2828
<p>Hello world! This is HTML5 Boilerplate.</p>
29-
<script src="js/vendor/modernizr-3.11.0.min.js"></script>
29+
<script src="js/vendor/modernizr-3.11.1.min.js"></script>
3030
<script src="js/plugins.js"></script>
3131
<script src="js/main.js"></script>
3232

dist/js/vendor/modernizr-3.11.0.min.js dist/js/vendor/modernizr-3.11.1.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+843-589
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+14-12
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@
2121
"test": "gulp archive && mocha --require @babel/register --reporter spec --timeout 5000"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "^7.9.0",
25-
"@babel/preset-env": "^7.9.5",
24+
"@babel/core": "^7.9.6",
25+
"@babel/preset-env": "^7.9.6",
2626
"@babel/register": "^7.9.0",
27-
"apache-server-configs": "^3.2.1",
28-
"archiver": "^3.1.1",
27+
"apache-server-configs": "^4.0.0",
28+
"archiver": "^4.0.1",
2929
"del": "^5.1.0",
30-
"eslint": "^6.8.0",
30+
"eslint": "^7.0.0",
3131
"eslint-config-recommended": "^4.0.0",
32-
"eslint-plugin-mocha": "^6.3.0",
32+
"eslint-plugin-mocha": "^7.0.0",
3333
"glob": "^7.1.6",
3434
"gulp": "^4.0.2",
3535
"gulp-autoprefixer": "^7.0.1",
3636
"gulp-eslint": "^6.0.0",
3737
"gulp-header": "^2.0.9",
3838
"gulp-load-plugins": "^2.0.3",
39-
"gulp-rename": "^1.4.0",
39+
"gulp-rename": "^2.0.0",
4040
"gulp-replace": "^1.0.0",
4141
"main.css": "2.1.0",
42-
"mocha": "^6.2.3",
43-
"modernizr": "3.11.0",
42+
"mocha": "^7.1.2",
43+
"modernizr": "3.11.1",
4444
"normalize.css": "8.0.1",
4545
"strip-json-comments": "^3.1.0"
4646
},
@@ -54,9 +54,11 @@
5454
]
5555
},
5656
"browserslist": [
57-
"last 1 version",
58-
"> 1%",
59-
"IE 10"
57+
"> 0.5%",
58+
"last 2 versions",
59+
"Firefox ESR",
60+
"not dead",
61+
"IE 11"
6062
],
6163
"h5bp-configs": {
6264
"directories": {

0 commit comments

Comments
 (0)