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 Apr 23, 2019
1 parent 51d593d commit 0681e85
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 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.8",
"version": "0.0.9",
"author": "Brainhub",
"license": "MIT",
"scripts": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@brainhubeu/gatsby-docs-kit": "^1.0.3",
"@brainhubeu/react-permissible": "^1.6.12",
"@brainhubeu/react-permissible": "^1.6.13",
"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.12":
version "1.6.12"
resolved "https://registry.yarnpkg.com/@brainhubeu/react-permissible/-/react-permissible-1.6.12.tgz#0e7aa3aba91c0aec033b80ec5c50dacd01ac18c8"
integrity sha512-Z+SKOmo7kxnUfxih74+/4ysIpAYYfdesG4sstcuJB98mS3pFFTobAWR6zl4ScHh1AZEeJbVGgnNpmMCdGDc6LA==
"@brainhubeu/react-permissible@^1.6.13":
version "1.6.13"
resolved "https://registry.yarnpkg.com/@brainhubeu/react-permissible/-/react-permissible-1.6.13.tgz#c570d9aced886b2ae34a00d5c91647be37cfa2c4"
integrity sha512-CMzmpr87KhlEw/YjEickQPIa1TTszNf5FP+hl5PQvtVPlN+8K+p1p347Kb4rcbA68MO4db4aErBTnSPAbz465Q==
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.13",
"version": "1.6.14",
"description": "Permission management component for React",
"engines": {
"npm": ">=4"
Expand Down Expand Up @@ -65,7 +65,7 @@
"react-test-renderer": "^16.8.6",
"sinon": "^2.4.1",
"sinon-chai": "^2.14.0",
"typescript": "^3.4.4",
"typescript": "^3.4.5",
"typescript-eslint-parser": "^21.0.2",
"webpack": "^3.12.0"
},
Expand Down
8 changes: 4 additions & 4 deletions types/tests/package-lock.json

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

4 changes: 2 additions & 2 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.7",
"version": "1.0.8",
"description": "Test publishing the typings of react-permissible package",
"scripts": {
"clean:packed-package": "rm ./brainhubeu-react-permissible-*.tgz",
Expand All @@ -22,6 +22,6 @@
"@types/react-dom": "^16.8.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"typescript": "^3.4.4"
"typescript": "^3.4.5"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6319,10 +6319,10 @@ typescript-estree@5.3.0:
lodash.unescape "4.0.1"
semver "5.5.0"

typescript@^3.4.4:
version "3.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.4.tgz#aac4a08abecab8091a75f10842ffa0631818f785"
integrity sha512-xt5RsIRCEaf6+j9AyOBgvVuAec0i92rgCaS3S+UVf5Z/vF2Hvtsw08wtUTJqp4djwznoAgjSxeCcU4r+CcDBJA==
typescript@^3.4.5:
version "3.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99"
integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==

uglify-js@3.4.x, uglify-js@^3.1.4:
version "3.4.9"
Expand Down

0 comments on commit 0681e85

Please sign in to comment.