Skip to content

Commit

Permalink
chore: update @types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Mar 26, 2020
1 parent e600f6d commit 091f10a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"chalk": "^3.0.0",
"delay": "^4.3.0",
"execa": "^4.0.0",
"inquirer": "^7.1.0",
"got": "^10.7.0",
"inquirer": "^7.1.0",
"js-yaml": "^3.13.1",
"mkdirp-promise": "^5.0.1",
"mz": "^2.7.0",
Expand All @@ -67,9 +67,9 @@
"@types/js-yaml": "3.12.2",
"@types/mkdirp-promise": "5.0.0",
"@types/mz": "0.0.32",
"@types/node": "11.13.9",
"eslint": "^6.8.0",
"@types/node": "12.12.31",
"download-cli": "^1.1.1",
"eslint": "^6.8.0",
"husky": "^4.2.3",
"json-schema-to-typescript": "^7.1.0",
"prettier": "^1.19.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@11.13.9", "@types/node@>=4.5.0":
version "11.13.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.9.tgz#f80697caca7f7fb2526527a5c5a2743487f05ccc"
integrity sha512-NJ4yuEVw5podZbINp3tEqUIImMSAEHaCXRiWCf3KC32l6hIKf0iPJEh2uZdT0fELfRYk310yLmMXqy2leZQUbg==
"@types/node@*", "@types/node@12.12.31", "@types/node@>=4.5.0":
version "12.12.31"
resolved "https://registry.npmjs.org/@types/node/-/node-12.12.31.tgz#d6b4f9645fee17f11319b508fb1001797425da51"
integrity sha512-T+wnJno8uh27G9c+1T+a1/WYCHzLeDqtsGJkoEdSp2X8RTh3oOCZQcUnjAx90CS8cmmADX51O0FI/tu9s0yssg==

"@types/normalize-package-data@^2.4.0":
version "2.4.0"
Expand Down

0 comments on commit 091f10a

Please sign in to comment.