From 7a72fee9cfba36317cce27531b5dc084d95aa24b Mon Sep 17 00:00:00 2001 From: coliff Date: Fri, 31 Aug 2018 00:48:18 +0900 Subject: [PATCH] updates to dev deps --- dist/doc/TOC.md | 3 +-- dist/doc/extend.md | 2 +- package.json | 12 ++++++------ 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/dist/doc/TOC.md b/dist/doc/TOC.md index 8e0e95070c..6a74c772ad 100644 --- a/dist/doc/TOC.md +++ b/dist/doc/TOC.md @@ -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) diff --git a/dist/doc/extend.md b/dist/doc/extend.md index 6c22036d63..5011afa18d 100644 --- a/dist/doc/extend.md +++ b/dist/doc/extend.md @@ -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 [``](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). diff --git a/package.json b/package.json index b49708bab8..931b7e19a9 100644 --- a/package.json +++ b/package.json @@ -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" },