Skip to content

Commit

Permalink
chore: update to typescript 4.5 (typescript-eslint#4179)
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Nov 18, 2021
1 parent 9c38b7f commit 0fe07e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -108,10 +108,10 @@
"ts-jest": "^27.0.5",
"ts-node": "^10.4.0",
"tslint": "^6.1.3",
"typescript": ">=3.3.1 <4.6.0 || 4.5.1-rc"
"typescript": ">=3.3.1 <4.6.0"
},
"resolutions": {
"@types/node": "^16.11.4",
"typescript": "4.5.1-rc"
"typescript": "4.5.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -13570,10 +13570,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@*, typescript@4.5.1-rc, "typescript@>=3.3.1 <4.6.0 || 4.5.1-rc", typescript@^4.1.0-dev.20201026, typescript@^4.4.3, typescript@~4.4.2:
version "4.5.1-rc"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.1-rc.tgz#02155eaa0579d11babb2a55dcbd796948a994bb3"
integrity sha512-tQBWW1DCFqweyhSzsAUSFgssJ3uuRBh0zyOkRV4CaFF2rMBkGU0I+MqPMch0qhGCUGXjOW7FgMrbQLS6PE3Z6Q==
typescript@*, typescript@4.5.2, "typescript@>=3.3.1 <4.6.0", typescript@^4.1.0-dev.20201026, typescript@^4.4.3, typescript@~4.4.2:
version "4.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998"
integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==

ua-parser-js@^0.7.30:
version "0.7.31"
Expand Down

0 comments on commit 0fe07e2

Please sign in to comment.