Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[renovate] Update all dependencies #39

Merged
merged 1 commit into from
Sep 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.13",
"version": "0.0.14",
"author": "Brainhub",
"license": "MIT",
"scripts": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@brainhubeu/gatsby-docs-kit": "^1.0.3",
"@brainhubeu/react-permissible": "^1.6.17",
"@brainhubeu/react-permissible": "^1.6.18",
"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.17":
version "1.6.17"
resolved "https://registry.yarnpkg.com/@brainhubeu/react-permissible/-/react-permissible-1.6.17.tgz#e48f6ce936959f16928569bbd04c7c1096a66081"
integrity sha512-1hQ3NmbUBcTARtP6SxXvMF0eRHBVvMvgu+m7MYVk/mxbbvTZrJxPWQ/CYX3Qq7M2AXl5uPakww4daNjKtvhz6w==
"@brainhubeu/react-permissible@^1.6.18":
version "1.6.18"
resolved "https://registry.yarnpkg.com/@brainhubeu/react-permissible/-/react-permissible-1.6.18.tgz#bd85de544ad9356947ed809339bb69a1c732143e"
integrity sha512-K4ZcEWgIJDbg02QW4/xWcOWkfZDBknLNYgvp3WvHRT9wltnohrkKnwh5TB9J0NKeteclPI4AI5/6E/FzF6zF8A==
dependencies:
lodash.difference "^4.5.0"
lodash.intersection "^4.4.0"
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.18",
"version": "1.6.19",
"description": "Permission management component for React",
"engines": {
"npm": ">=4"
Expand Down Expand Up @@ -29,7 +29,7 @@
"autoprefixer": "^7.2.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.2",
"babel-eslint": "^10.0.3",
"babel-loader": "^7.1.5",
"babel-plugin-react-display-name": "^2.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
Expand Down Expand Up @@ -65,7 +65,7 @@
"react-test-renderer": "^16.9.0",
"sinon": "^2.4.1",
"sinon-chai": "^2.14.0",
"typescript": "^3.5.3",
"typescript": "^3.6.2",
"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.11",
"version": "1.0.12",
"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.9.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"typescript": "^3.5.3"
"typescript": "^3.6.2"
}
}
33 changes: 16 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -502,17 +502,17 @@ babel-core@^6.1.4, babel-core@^6.26.0, babel-core@^6.26.3:
slash "^1.0.0"
source-map "^0.5.7"

babel-eslint@^10.0.2:
version "10.0.2"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz#182d5ac204579ff0881684b040560fdcc1558456"
integrity sha512-UdsurWPtgiPgpJ06ryUnuaSXC2s0WoSZnQmEpbAH65XZSdwowgN5MvyP7e88nW07FYXv72erVtpBkxyDVKhH1Q==
babel-eslint@^10.0.3:
version "10.0.3"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a"
integrity sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/parser" "^7.0.0"
"@babel/traverse" "^7.0.0"
"@babel/types" "^7.0.0"
eslint-scope "3.7.1"
eslint-visitor-keys "^1.0.0"
resolve "^1.12.0"

babel-generator@^6.26.0:
version "6.26.1"
Expand Down Expand Up @@ -2591,14 +2591,6 @@ eslint-rule-composer@^0.3.0:
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==

eslint-scope@3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
integrity sha1-PWPD7f2gLgbgGkUq2IyqzHzctug=
dependencies:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-scope@^4.0.0, eslint-scope@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
Expand Down Expand Up @@ -5620,6 +5612,13 @@ resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.0, resolve@^1.5.0:
dependencies:
path-parse "^1.0.6"

resolve@^1.12.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
dependencies:
path-parse "^1.0.6"

restore-cursor@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
Expand Down Expand Up @@ -6337,10 +6336,10 @@ typescript-estree@5.3.0:
lodash.unescape "4.0.1"
semver "5.5.0"

typescript@^3.5.3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
typescript@^3.6.2:
version "3.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54"
integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==

uglify-js@3.4.x:
version "3.4.10"
Expand Down