Skip to content

Commit

Permalink
chore: update typescript (#3180)
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat authored May 15, 2022
1 parent 6653220 commit 15e3c37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion @commitlint/load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"cosmiconfig-typescript-loader": "^2.0.0",
"lodash": "^4.17.19",
"resolve-from": "^5.0.0",
"typescript": "^4.4.3"
"typescript": "^4.6.4"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"lint-staged": "12.4.1",
"prettier": "^2.0.5",
"ts-jest": "^28.0.2",
"typescript": "^4.4.3"
"typescript": "^4.6.4"
},
"resolutions": {
"**/lodash": "^4.17.19"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8903,7 +8903,7 @@ typedarray@^0.0.6:
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^4.4.3:
typescript@^4.6.4:
version "4.6.4"
resolved "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
Expand Down

0 comments on commit 15e3c37

Please sign in to comment.