Update dependency gh-pages to v2.1.0 (#150)

This commit is contained in:
renovate[bot] 2019-08-01 11:36:32 -04:00 committed by Benjamin Boudreau
parent 18301c75c2
commit 9ed8e95495
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -9569,9 +9569,9 @@
} }
}, },
"gh-pages": { "gh-pages": {
"version": "2.0.1", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-2.0.1.tgz", "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-2.1.0.tgz",
"integrity": "sha512-uFlk3bukljeiWKQ2XvPfjcSi/ou7IfoDf2p+Fj672saLAr8bnOdFVqI/JSgrSgInKpCg5BksxEwGUl++dbg8Dg==", "integrity": "sha512-QmV1fh/2W5GZkfoLsG4g6dRTWiNYuCetMQmm8CL6Us8JVnAufYtS0uJPD8NYogmNB4UZzdRG44uPAL+jcBzEwQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"async": "^2.6.1", "async": "^2.6.1",

View File

@ -98,7 +98,7 @@
"eslint-plugin-import": "2.18.2", "eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.14.3", "eslint-plugin-react": "7.14.3",
"gh-pages": "2.0.1", "gh-pages": "2.1.0",
"jest": "24.8.0", "jest": "24.8.0",
"jest-cli": "24.8.0", "jest-cli": "24.8.0",
"mini-css-extract-plugin": "0.7.0", "mini-css-extract-plugin": "0.7.0",