Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Update @types/node to the latest version 🚀 (#290)
Browse files Browse the repository at this point in the history
* chore(package): update @types/node to version 11.13.3

* chore(package): update lockfile yarn.lock
  • Loading branch information
greenkeeper[bot] authored and rovale committed Apr 11, 2019
1 parent 4306409 commit 95954d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@types/chai": "4.1.7",
"@types/jest": "^24.0.0",
"@types/node": "11.13.1",
"@types/node": "11.13.3",
"@types/sinon": "7.0.6",
"babel-eslint": "^10.0.1",
"chai": "4.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.0.tgz#848492026c327b3548d92be0352a545c36a21e8a"
integrity sha512-kOafJnUTnMd7/OfEO/x3I47EHswNjn+dbz9qk3mtonr1RvKT+1FGVxnxAx08I9K8Tl7j9hpoJRE7OCf+t10fng==

"@types/node@11.13.1":
version "11.13.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.1.tgz#f977a12e97695663040581034b483f34c8dd4f6f"
integrity sha512-MeatbbUsZ80BEsKPXby6pUZjUM9ZuHIpWElN0siopih3fvnlpX2O9L6D5+dzDIb36lf9tM/8U4PVdLQ+L4qr4A==
"@types/node@11.13.3":
version "11.13.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.3.tgz#dbc789a46f82d96d3ac86dd10b84f86bab111d22"
integrity sha512-OgizLUF0unveHVSI74hyX1J5vQeteANZX+Gqc5qr6fR7JVFYBmzJmcxAncBl8H9Cwz2Zks2dx4uQc7g77iUcWQ==

"@types/sinon@7.0.6":
version "7.0.6"
Expand Down

0 comments on commit 95954d8

Please sign in to comment.