Skip to content

Commit 15e3c37

Browse files
authoredMay 15, 2022
chore: update typescript (#3180)
1 parent 6653220 commit 15e3c37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎@commitlint/load/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"cosmiconfig-typescript-loader": "^2.0.0",
5353
"lodash": "^4.17.19",
5454
"resolve-from": "^5.0.0",
55-
"typescript": "^4.4.3"
55+
"typescript": "^4.6.4"
5656
},
5757
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
5858
}

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"lint-staged": "12.4.1",
102102
"prettier": "^2.0.5",
103103
"ts-jest": "^28.0.2",
104-
"typescript": "^4.4.3"
104+
"typescript": "^4.6.4"
105105
},
106106
"resolutions": {
107107
"**/lodash": "^4.17.19"

‎yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -8903,7 +8903,7 @@ typedarray@^0.0.6:
89038903
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
89048904
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
89058905

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

0 commit comments

Comments
 (0)
Please sign in to comment.