Skip to content

Commit

Permalink
[renovate] Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 18, 2019
1 parent 4979af3 commit 0de6da4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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.6",
"version": "0.0.7",
"author": "Brainhub",
"license": "MIT",
"scripts": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@brainhubeu/gatsby-docs-kit": "^1.0.3",
"@brainhubeu/react-permissible": "^1.6.10",
"@brainhubeu/react-permissible": "^1.6.11",
"gatsby": "^1.9.279"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions docs-www/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
react-helmet "^5.2.0"
react-live "^1.10.1"

"@brainhubeu/react-permissible@^1.6.10":
version "1.6.10"
resolved "https://registry.yarnpkg.com/@brainhubeu/react-permissible/-/react-permissible-1.6.10.tgz#5f8bf78f59209c3b33d2cd61cd9df4fc9f81ab76"
integrity sha512-VdNKCUT6WKZbWOB6HRHnzscv20Pe+o8mHG2iVk32JxgPtC6xierf3vowTMVXD12iZ2bDGgaGyBOMIexdb2Tp1Q==
"@brainhubeu/react-permissible@^1.6.11":
version "1.6.11"
resolved "https://registry.yarnpkg.com/@brainhubeu/react-permissible/-/react-permissible-1.6.11.tgz#90cdea6ea12ec52a416294bea0bfa73ccb3f27ea"
integrity sha512-Gqxrl/i9b7pMkShPFpapVpBLUEsNE/IXq5rmNrkYbtfHHjlDp/dZQOGRdIlUGBnRQmDHsUTpAA+8Yc2hCmVuhA==
dependencies:
lodash.difference "^4.5.0"
lodash.intersection "^4.4.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainhubeu/react-permissible",
"version": "1.6.11",
"version": "1.6.12",
"description": "Permission management component for React",
"engines": {
"npm": ">=4"
Expand Down Expand Up @@ -50,7 +50,7 @@
"coveralls": "^3.0.3",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"eslint": "^5.15.2",
"eslint": "^5.15.3",
"eslint-config-brainhub": "^1.10.2",
"eslint-plugin-typescript": "^0.14.0",
"eslint-watch": "^4.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2610,10 +2610,10 @@ eslint-watch@^4.0.2:
text-table "^0.2.0"
unicons "0.0.3"

eslint@^5.15.2:
version "5.15.2"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.2.tgz#0237bbb2362f89f4effef2f191eb0fea5279c0a5"
integrity sha512-I8VM4SILpMwUvsRt83bQVwIRQAJ2iPMXun1FVZ/lV1OHklH2tJaXqoDnNzdiFc6bnCtGKXvQIQNP3kj1eMskSw==
eslint@^5.15.3:
version "5.15.3"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.3.tgz#c79c3909dc8a7fa3714fb340c11e30fd2526b8b5"
integrity sha512-vMGi0PjCHSokZxE0NLp2VneGw5sio7SSiDNgIUn2tC0XkWJRNOIoHIg3CliLVfXnJsiHxGAYrkw0PieAu8+KYQ==
dependencies:
"@babel/code-frame" "^7.0.0"
ajv "^6.9.1"
Expand Down

0 comments on commit 0de6da4

Please sign in to comment.