Skip to content

Commit

Permalink
[renovate] Update NPM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 2, 2020
1 parent dba2f4b commit 93dfba7
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 41 deletions.
4 changes: 2 additions & 2 deletions docs-www/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@brainhubeu/gatsby-docs-kit-start",
"description": "Gatsby-Docs-Kit starter repository",
"version": "0.0.26",
"version": "0.0.27",
"author": "Brainhub",
"license": "MIT",
"scripts": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@brainhubeu/gatsby-docs-kit": "^1.0.10",
"@brainhubeu/react-permissible": "^1.6.36",
"@brainhubeu/react-permissible": "^1.6.37",
"gatsby": "^1.9.279"
},
"devDependencies": {
Expand Down
19 changes: 10 additions & 9 deletions docs-www/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
react-helmet "^5.2.0"
react-live "^1.10.1"

"@brainhubeu/react-permissible@^1.6.36":
version "1.6.36"
resolved "https://registry.yarnpkg.com/@brainhubeu/react-permissible/-/react-permissible-1.6.36.tgz#ea80db72fd913761ff0983b8272936b8e8aa2955"
integrity sha512-B8pbfASIr3VVh8EFUFU2921BaQxWGA8k6ZzGslS3Aet1OvV/iXGBUbbHyEwvQAsuvLV0tsnBeU4q/NiB9u0jIQ==
"@brainhubeu/react-permissible@^1.6.37":
version "1.6.37"
resolved "https://registry.yarnpkg.com/@brainhubeu/react-permissible/-/react-permissible-1.6.37.tgz#3d1dcc4abf4f66471687c94ec59a288a5ebb07c3"
integrity sha512-F7UPzoZ+rb+eWJsDgXU658qIocbSUOpTHbeB+7tlxS/0wVRM67SFtZVvCnzh61Qlq5JIl/k/UuyUaqud8qCjOg==
dependencies:
gatsby-plugin-google-analytics "^2.1.38"
gatsby-plugin-google-analytics "^2.2.0"
lodash.difference "^4.5.0"
lodash.intersection "^4.4.0"

Expand Down Expand Up @@ -4271,12 +4271,13 @@ gatsby-plugin-favicon@^2.1.1:
babel-runtime "^6.26.0"
favicons-webpack-plugin "0.0.7"

gatsby-plugin-google-analytics@^2.1.38:
version "2.2.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.2.0.tgz#8ba9994607bdc2d57feec4401002038fb261e29c"
integrity sha512-mEX+hjNatObDBN32OkEdfmatpFOl3hs1fHDY8e7kVA9wsQdP2FL/wSwaxX15RuSOEUryyZ2aJMh8O/5iz2Pi1g==
gatsby-plugin-google-analytics@^2.2.0:
version "2.2.2"
resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.2.2.tgz#b4d2a10e1863bb4c92084a1778c4a2aab53292f5"
integrity sha512-at0eUPTyetGuPW1ceISAv58a9fwbwsLX9V5ucwKYShs98Spil/FWviukW0f1A2LUsWOGTiVJYReS7IVVw+FlIA==
dependencies:
"@babel/runtime" "^7.8.7"
minimatch "3.0.4"

gatsby-plugin-meta-redirect@^1.1.0:
version "1.1.1"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainhubeu/react-permissible",
"version": "1.6.37",
"version": "1.6.38",
"description": "Permission management component for React",
"engines": {
"npm": ">=4"
Expand All @@ -22,7 +22,7 @@
"author": "Krystian Kościelniak",
"license": "MIT",
"dependencies": {
"gatsby-plugin-google-analytics": "^2.2.0",
"gatsby-plugin-google-analytics": "^2.2.2",
"lodash.difference": "^4.5.0",
"lodash.intersection": "^4.4.0"
},
Expand Down Expand Up @@ -59,7 +59,7 @@
"husky": "^1.3.1",
"isparta": "^4.1.1",
"jsdom": "^11.12.0",
"mocha": "^6.2.2",
"mocha": "^6.2.3",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
20 changes: 10 additions & 10 deletions types/tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions types/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-permissible-typescript-tests",
"version": "1.0.23",
"version": "1.0.24",
"description": "Test publishing the typings of react-permissible package",
"scripts": {
"clean:packed-package": "rm ./brainhubeu-react-permissible-*.tgz",
Expand All @@ -18,8 +18,8 @@
"author": "Nick Ribal <elektronik2k5@gmail.com> (https://about.me/nickribal)",
"license": "MIT",
"dependencies": {
"@types/react": "^16.9.25",
"@types/react-dom": "^16.9.5",
"@types/react": "^16.9.32",
"@types/react-dom": "^16.9.6",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^3.8.3"
Expand Down
60 changes: 46 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3122,12 +3122,13 @@ functions-have-names@^1.2.0:
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.1.tgz#a981ac397fa0c9964551402cdc5533d7a4d52f91"
integrity sha512-j48B/ZI7VKs3sgeI2cZp7WXWmZXu7Iq5pl5/vptV5N2mq+DGFuS/ulaDjtaoLpYzuD6u8UgrUKHfgo7fDTSiBA==

gatsby-plugin-google-analytics@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.2.0.tgz#8ba9994607bdc2d57feec4401002038fb261e29c"
integrity sha512-mEX+hjNatObDBN32OkEdfmatpFOl3hs1fHDY8e7kVA9wsQdP2FL/wSwaxX15RuSOEUryyZ2aJMh8O/5iz2Pi1g==
gatsby-plugin-google-analytics@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.2.2.tgz#b4d2a10e1863bb4c92084a1778c4a2aab53292f5"
integrity sha512-at0eUPTyetGuPW1ceISAv58a9fwbwsLX9V5ucwKYShs98Spil/FWviukW0f1A2LUsWOGTiVJYReS7IVVw+FlIA==
dependencies:
"@babel/runtime" "^7.8.7"
minimatch "3.0.4"

gauge@~2.7.3:
version "2.7.4"
Expand Down Expand Up @@ -4448,17 +4449,24 @@ mixin-deep@^1.2.0:
for-in "^1.0.2"
is-extendable "^1.0.1"

mkdirp@0.5.1, mkdirp@0.5.x, mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0:
mkdirp@0.5.4:
version "0.5.4"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.4.tgz#fd01504a6797ec5c9be81ff43d204961ed64a512"
integrity sha512-iG9AK/dJLtJ0XNgTuDbSyNS3zECqDlAhnQW4CsNxBG3LQJBbHmRX1egw39DmtOdCAqY+dKXV+sgPgilNWUKMVw==
dependencies:
minimist "^1.2.5"

mkdirp@0.5.x, mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0:
version "0.5.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
dependencies:
minimist "0.0.8"

mocha@^6.2.2:
version "6.2.2"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.2.2.tgz#5d8987e28940caf8957a7d7664b910dc5b2fea20"
integrity sha512-FgDS9Re79yU1xz5d+C4rv1G7QagNGHZ+iXF81hO8zY35YZZcLEsJVfFolfsqKFWunATEvNzMK0r/CwWd/szO9A==
mocha@^6.2.3:
version "6.2.3"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.2.3.tgz#e648432181d8b99393410212664450a4c1e31912"
integrity sha512-0R/3FvjIGH3eEuG17ccFPk117XL2rWxatr81a57D+r/x2uTYZRbdZ4oVidEUMh2W2TJDa7MdAb12Lm2/qrKajg==
dependencies:
ansi-colors "3.2.3"
browser-stdout "1.3.1"
Expand All @@ -4472,16 +4480,16 @@ mocha@^6.2.2:
js-yaml "3.13.1"
log-symbols "2.2.0"
minimatch "3.0.4"
mkdirp "0.5.1"
mkdirp "0.5.4"
ms "2.1.1"
node-environment-flags "1.0.5"
object.assign "4.1.0"
strip-json-comments "2.0.1"
supports-color "6.0.0"
which "1.3.1"
wide-align "1.1.3"
yargs "13.3.0"
yargs-parser "13.1.1"
yargs "13.3.2"
yargs-parser "13.1.2"
yargs-unparser "1.6.0"

moo@^0.4.3:
Expand Down Expand Up @@ -6820,7 +6828,15 @@ yallist@^3.0.0, yallist@^3.0.3:
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==

yargs-parser@13.1.1, yargs-parser@^13.1.1:
yargs-parser@13.1.2, yargs-parser@^13.1.2:
version "13.1.2"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"
integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==
dependencies:
camelcase "^5.0.0"
decamelize "^1.2.0"

yargs-parser@^13.1.1:
version "13.1.1"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0"
integrity sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==
Expand All @@ -6844,7 +6860,23 @@ yargs-unparser@1.6.0:
lodash "^4.17.15"
yargs "^13.3.0"

yargs@13.3.0, yargs@^13.3.0:
yargs@13.3.2:
version "13.3.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==
dependencies:
cliui "^5.0.0"
find-up "^3.0.0"
get-caller-file "^2.0.1"
require-directory "^2.1.1"
require-main-filename "^2.0.0"
set-blocking "^2.0.0"
string-width "^3.0.0"
which-module "^2.0.0"
y18n "^4.0.0"
yargs-parser "^13.1.2"

yargs@^13.3.0:
version "13.3.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83"
integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==
Expand Down

0 comments on commit 93dfba7

Please sign in to comment.