Skip to content

Commit

Permalink
Update dependency @types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 15, 2018
1 parent 6a95196 commit d3d7f89
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:10.5
- image: circleci/node:10.13
working_directory: ~/repo
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.11.0
10.13.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/enzyme": "3.1.14",
"@types/jest": "23.3.2",
"@types/lodash": "4.14.116",
"@types/node": "10.11.3",
"@types/node": "10.12.9",
"@types/pify": "3.0.2",
"@types/power-assert": "1.5.0",
"@types/prop-types": "15.5.6",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1547,9 +1547,9 @@
version "10.9.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.9.2.tgz#f0ab8dced5cd6c56b26765e1c0d9e4fdcc9f2a00"

"@types/node@10.11.3":
version "10.11.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.11.3.tgz#c055536ac8a5e871701aa01914be5731539d01ee"
"@types/node@10.12.9":
version "10.12.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.9.tgz#a07bfa74331471e1dc22a47eb72026843f7b95c8"

"@types/[email protected]":
version "3.0.2"
Expand Down

0 comments on commit d3d7f89

Please sign in to comment.