Skip to content

Commit 2de8dfa

Browse files
authoredJun 19, 2022
Bump typescript from 4.6.3 to 4.7.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.3 to 4.7.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.6.3...v4.7.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 55344b5 commit 2de8dfa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"remark-preset-lint-recommended": "^6.1.2",
119119
"source-map-support": "^0.5.21",
120120
"ts-node": "^10.8.1",
121-
"typescript": "^4.6.3"
121+
"typescript": "^4.7.4"
122122
},
123123
"engines": {
124124
"node": ">=10"

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4344,10 +4344,10 @@ typedarray@^0.0.6:
43444344
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
43454345
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
43464346

4347-
typescript@^4.6.3:
4348-
version "4.6.3"
4349-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
4350-
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
4347+
typescript@^4.7.4:
4348+
version "4.7.4"
4349+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
4350+
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
43514351

43524352
unbox-primitive@^1.0.1:
43534353
version "1.0.1"

0 commit comments

Comments
 (0)
Please sign in to comment.