Update modernizr and rebuild docs

This commit is contained in:
Christian Oliff
2021-10-14 11:24:13 +09:00
parent b2237d7ded
commit 863374335a
6 changed files with 30 additions and 13 deletions

1
dist/doc/extend.md vendored
View File

@@ -17,6 +17,7 @@ everything fits with everyone's needs.
* [Social Networks](#social-networks)
* [URLs](#urls)
* [Web Apps](#web-apps)
* [humans.txt](#humanstxt)
* [security.txt](#security.txt)
## App Stores

1
dist/doc/misc.md vendored
View File

@@ -7,7 +7,6 @@ table of contents](TOC.md)
* [.editorconfig](#editorconfig)
* [Server Configuration](#server-configuration)
* [robots.txt](#robotstxt)
* [humans.txt](#humanstxt)
* [browserconfig.xml](#browserconfigxml)
* [package.json](#packagejson)

2
dist/index.html vendored
View File

@@ -26,7 +26,7 @@
<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>
<script src="js/vendor/modernizr-3.11.7.min.js"></script>
<script src="js/vendor/modernizr-3.11.8.min.js"></script>
<script src="js/app.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->

File diff suppressed because one or more lines are too long

33
package-lock.json generated
View File

@@ -8138,9 +8138,9 @@
}
},
"modernizr": {
"version": "3.11.7",
"resolved": "https://registry.npmjs.org/modernizr/-/modernizr-3.11.7.tgz",
"integrity": "sha512-mPu1qtT9gLVW8PhSiV7s0wnv8tx0OXwN+jkhsIg6zR9Bal/1t7TV2+bVjZkfnsyQGdOsMjPLUpp4K3xpOPr7Xw==",
"version": "3.11.8",
"resolved": "https://registry.npmjs.org/modernizr/-/modernizr-3.11.8.tgz",
"integrity": "sha512-mIgcvCgEgjqG+w6a/wicWBWPDSGkyEwd9aBaeBS6XWOcr2MLT8lzZi7HUECZMqlCOyQ/o7eSX4l6yWDDDBA4Ig==",
"dev": true,
"requires": {
"doctrine": "^3.0.0",
@@ -8149,9 +8149,15 @@
"markdown-it": "^10.0.0",
"mkdirp": "0.5.5",
"requirejs": "^2.3.6",
"yargs": "^15.3.1"
"yargs": "^15.4.1"
},
"dependencies": {
"ansi-regex": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
"dev": true
},
"ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -8252,14 +8258,25 @@
"dev": true
},
"string-width": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz",
"integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==",
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
"dev": true,
"requires": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.0"
"strip-ansi": "^6.0.1"
},
"dependencies": {
"strip-ansi": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
"dev": true,
"requires": {
"ansi-regex": "^5.0.1"
}
}
}
},
"which-module": {

View File

@@ -40,7 +40,7 @@
"gulp-replace": "^1.1.3",
"main.css": "2.1.0",
"mocha": "^9.1.2",
"modernizr": "3.11.7",
"modernizr": "3.11.8",
"normalize.css": "8.0.1",
"strip-json-comments": "^4.0.0"
},