Skip to content

Commit

Permalink
chore(deps): upgrade to typescript@4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
younho9 committed Sep 25, 2021
1 parent 22a148d commit 55d1f89
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"sort-package-json": "1.50.0",
"ts-jest": "27.0.5",
"ts-node": "10.2.1",
"tsd": "0.17.0",
"typescript": "^4.3.5"
"tsd": "https://github.com/younho9/tsd#prepare",
"typescript": "^4.4.3"
}
}
27 changes: 13 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2378,10 +2378,10 @@
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==

"@tsd/typescript@~4.3.2":
version "4.3.5"
resolved "https://registry.yarnpkg.com/@tsd/typescript/-/typescript-4.3.5.tgz#0e0669bbd82a399a06c825c22dc63d56debe70a2"
integrity sha512-Xwxv8bIwyI3ggPz9bwoWEoiaz79MJs+VGf27S1N2tapfDVo60Lz741j5diL9RwszZSXt6IkTAuw7Lai7jSXRJg==
"@tsd/typescript@~4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@tsd/typescript/-/typescript-4.4.3.tgz#43c1b5d2136d9bbd4069401d3ff7b2e907a6e14c"
integrity sha512-1DaMp8tnrWp0e2W6371bAbPIDMX3epOXelI3surWwV2OBw3hs0zWzZmBz2R2K1habIH2MUd+sjDqnfQGd2fCqA==

"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14":
version "7.1.16"
Expand Down Expand Up @@ -4150,7 +4150,7 @@ eslint-config-prettier@^8.3.0:
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==

eslint-formatter-pretty@^4.0.0:
eslint-formatter-pretty@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/eslint-formatter-pretty/-/eslint-formatter-pretty-4.1.0.tgz#7a6877c14ffe2672066c853587d89603e97c7708"
integrity sha512-IsUTtGxF1hrH6lMWiSl1WbGaiP01eT6kzywdY1U+zLc0MP+nwEnUiS9UI8IaOTUhTeQJLlCEWIbXINBH4YJbBQ==
Expand Down Expand Up @@ -9016,13 +9016,12 @@ tsconfig-paths@^3.11.0, tsconfig-paths@^3.9.0:
minimist "^1.2.0"
strip-bom "^3.0.0"

tsd@0.17.0:
"tsd@https://github.com/younho9/tsd#prepare":
version "0.17.0"
resolved "https://registry.yarnpkg.com/tsd/-/tsd-0.17.0.tgz#e5aa66d6598d0b66628784ecb4c0c27795b47317"
integrity sha512-+HUwya2NgoP/g9t2gRCC3I8VtGu65NgG9Lv75vNzMaxjMFo+0VXF9c4sj3remSzJYeBHLNKzWMbFOinPqrL20Q==
resolved "https://github.com/younho9/tsd#4dec7945d784011113859d998667e2c05a3b3197"
dependencies:
"@tsd/typescript" "~4.3.2"
eslint-formatter-pretty "^4.0.0"
"@tsd/typescript" "~4.4.3"
eslint-formatter-pretty "^4.1.0"
globby "^11.0.1"
meow "^9.0.0"
path-exists "^4.0.0"
Expand Down Expand Up @@ -9113,10 +9112,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^4.3.5:
version "4.4.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.2.tgz#6d618640d430e3569a1dfb44f7d7e600ced3ee86"
integrity sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==
typescript@^4.4.3:
version "4.4.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==

uglify-js@^3.1.4:
version "3.14.1"
Expand Down

0 comments on commit 55d1f89

Please sign in to comment.