Skip to content

Commit fe64eb1

Browse files
chore(deps-dev): bump typescript from 5.1.6 to 5.2.2 (#325)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe4627e commit fe64eb1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"jest": "^29.6.4",
1919
"prettier": "^3.0.2",
2020
"react": "^18.2.0",
21-
"typescript": "^5.1.6"
21+
"typescript": "^5.2.2"
2222
},
2323
"engines": {
2424
"node": ">=14"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3905,10 +3905,10 @@ typed-array-length@^1.0.4:
39053905
for-each "^0.3.3"
39063906
is-typed-array "^1.1.9"
39073907

3908-
typescript@^5.1.6:
3909-
version "5.1.6"
3910-
resolved "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
3911-
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
3908+
typescript@^5.2.2:
3909+
version "5.2.2"
3910+
resolved "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
3911+
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
39123912

39133913
unbox-primitive@^1.0.2:
39143914
version "1.0.2"

0 commit comments

Comments
 (0)