Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lucasgmagalhaes/corde
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgmagalhaes committed May 16, 2020
2 parents 50c6118 + d00d1a7 commit 1b496a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 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
18 changes: 11 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1191,8 +1191,8 @@
"@types/istanbul-lib-report" "*"

"@types/jest@^25.2.1":
version "25.2.1"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.1.tgz#9544cd438607955381c1bdbdb97767a249297db5"
version "25.2.2"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.2.tgz#6a752e7a00f69c3e790ea00c345029d5cefa92bf"
dependencies:
jest-diff "^25.2.1"
pretty-format "^25.2.1"
Expand All @@ -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 Expand Up @@ -4635,8 +4639,8 @@ node.extend@^2.0.0:
is "^3.2.1"

nodemon@^2.0.0:
version "2.0.3"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.3.tgz#e9c64df8740ceaef1cb00e1f3da57c0a93ef3714"
version "2.0.4"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.4.tgz#55b09319eb488d6394aa9818148c0c2d1c04c416"
dependencies:
chokidar "^3.2.2"
debug "^3.2.6"
Expand Down Expand Up @@ -6276,8 +6280,8 @@ typedarray-to-buffer@^3.1.5:
is-typedarray "^1.0.0"

typescript@^3.6.2:
version "3.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
version "3.9.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.2.tgz#64e9c8e9be6ea583c54607677dd4680a1cf35db9"

undefsafe@^2.0.2:
version "2.0.3"
Expand Down

0 comments on commit 1b496a4

Please sign in to comment.