Skip to content

Commit

Permalink
Merge pull request #712 from Turbo87/ts
Browse files Browse the repository at this point in the history
Use `~` constraint for `typescript` dependency
  • Loading branch information
Turbo87 authored May 14, 2020
2 parents 371cb02 + 89f0add commit e8438fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"rollup": "^2.9.1",
"rollup-plugin-typescript2": "^0.27.0",
"ts-jest": "^25.5.1",
"typescript": "^3.8.3"
"typescript": "~3.8.3"
},
"engines": {
"node": "10.* || >= 12.*"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12712,7 +12712,7 @@ typedarray@^0.0.6, typedarray@~0.0.5:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^3.8.3:
typescript@~3.8.3:
version "3.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
Expand Down

0 comments on commit e8438fc

Please sign in to comment.