Skip to content

Commit

Permalink
Merge pull request #136 from lucasgmagalhaes/dependabot/npm_and_yarn/…
Browse files Browse the repository at this point in the history
…types/node-14.0.1

chore(deps-dev): bump @types/node from 13.13.5 to 14.0.1
  • Loading branch information
lucasgmagalhaes authored May 16, 2020
2 parents 2274b73 + 305a0b2 commit ca9319d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@types/jest": "^25.2.1",
"@types/node": "^13.11.0",
"@types/node": "^14.0.1",
"@types/rewire": "^2.5.28",
"@types/ws": "^7.2.4",
"babel-jest": "^26.0.1",
Expand Down
6 changes: 5 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,11 @@
version "1.2.0"
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"

"@types/node@*", "@types/node@^13.11.0", "@types/node@^13.7.0":
"@types/node@*", "@types/node@^14.0.1":
version "14.0.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.1.tgz#5d93e0a099cd0acd5ef3d5bde3c086e1f49ff68c"

"@types/node@^13.7.0":
version "13.13.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.5.tgz#96ec3b0afafd64a4ccea9107b75bf8489f0e5765"

Expand Down

0 comments on commit ca9319d

Please sign in to comment.