updates to dev deps (#2061)

This commit is contained in:
Christian Oliff
2018-08-31 00:59:20 +09:00
committed by Rob Larsen
parent 26316e0643
commit 2e754d881c
3 changed files with 8 additions and 9 deletions

3
dist/doc/TOC.md vendored
View File

@@ -31,5 +31,4 @@ aspects of your website/web app (e.g.: the performance, security, etc.).
* [lighttpd](https://github.com/h5bp/server-configs-lighttpd)
* [Nginx](https://github.com/h5bp/server-configs-nginx)
* [Node.js](https://github.com/h5bp/server-configs-node)
* [Ant Build Script](https://github.com/h5bp/ant-build-script) — Apache
Ant based build script.
* [Front-end Developer Interview Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions)

2
dist/doc/extend.md vendored
View File

@@ -379,7 +379,7 @@ plugin](https://www.google.com/search?ie=UTF-8&q=how+to+make+browser+search+plug
* If you want to disable the translation prompt in Chrome or block Google
Translate from translating your web page, use [`<meta name="google"
value="notranslate">`](https://support.google.com/translate/?hl=en#2641276).
content="notranslate">`](https://support.google.com/webmasters/answer/79812).
To disable translation for a particular section of the web page, add
[`class="notranslate"`](https://support.google.com/translate/?hl=en#2641276).

View File

@@ -2,29 +2,29 @@
"devDependencies": {
"@alrra/travis-scripts": "^3.0.1",
"apache-server-configs": "^3.0.0",
"archiver": "^2.1.1",
"archiver": "^3.0.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"del": "^3.0.0",
"eslint": "^5.3.0",
"eslint-config-recommended": "^3.0.0",
"eslint-plugin-mocha": "^5.0.0",
"glob": "^7.1.2",
"eslint-plugin-mocha": "^5.2.0",
"glob": "^7.1.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-eslint": "^5.0.0",
"gulp-header": "^2.0.5",
"gulp-jscs": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.3",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"jquery": "3.3.1",
"mocha": "^5.2.0",
"modernizr": "3.6.0",
"normalize.css": "8.0.0",
"run-sequence": "^2.2.1",
"ssri": "^6.0.0",
"ssri": "^6.0.1",
"strip-json-comments": "^2.0.1",
"travis-after-all": "^1.4.5"
},