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 Feb 16, 2020
1 parent 7a6d407 commit e86c8fb
Show file tree
Hide file tree
Showing 7 changed files with 390 additions and 347 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/app
docker:
- image: circleci/node:8.16.2
- image: circleci/node:8.17.0
steps:
- checkout
- restore_cache:
Expand All @@ -17,7 +17,7 @@ jobs:
- node_modules
test:
docker:
- image: circleci/node:8.16.2
- image: circleci/node:8.17.0
steps:
- checkout
- restore_cache:
Expand All @@ -40,7 +40,7 @@ jobs:
command: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
lint:
docker:
- image: circleci/node:8.16.2
- image: circleci/node:8.17.0
steps:
- checkout
- restore_cache:
Expand All @@ -57,7 +57,7 @@ jobs:
command: npm run lint
compile:
docker:
- image: circleci/node:8.16.2
- image: circleci/node:8.17.0
steps:
- checkout
- restore_cache:
Expand All @@ -74,7 +74,7 @@ jobs:
command: npm run build
publish_package:
docker:
- image: circleci/node:8.16
- image: circleci/node:8.17
steps:
- checkout
- run:
Expand Down
8 changes: 4 additions & 4 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.22",
"version": "0.0.23",
"author": "Brainhub",
"license": "MIT",
"scripts": {
Expand All @@ -14,13 +14,13 @@
"lint:autofix": "eslint --ext .jsx,.js . --fix"
},
"dependencies": {
"@brainhubeu/gatsby-docs-kit": "^1.0.3",
"@brainhubeu/react-permissible": "^1.6.30",
"@brainhubeu/gatsby-docs-kit": "^1.0.8",
"@brainhubeu/react-permissible": "^1.6.31",
"gatsby": "^1.9.279"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-brainhub": "^1.11.1",
"eslint-config-brainhub": "^1.12.0",
"gh-pages": "^1.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
Loading

0 comments on commit e86c8fb

Please sign in to comment.