Skip to content

Commit 0b83ed3

Browse files
chore(deps-dev): bump typescript from 5.1.6 to 5.2.2 (#249)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.1.6...v5.2.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d69d7d6 commit 0b83ed3

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
@@ -52,7 +52,7 @@
5252
"lint-staged": "^13.2.3",
5353
"plop": "^3.1.2",
5454
"prettier": "3.0.3",
55-
"typescript": "^5.1.6",
55+
"typescript": "^5.2.2",
5656
"vite": "^4.4.9"
5757
}
5858
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6380,10 +6380,10 @@ typed-array-length@^1.0.4:
63806380
for-each "^0.3.3"
63816381
is-typed-array "^1.1.9"
63826382

6383-
typescript@^5.1.6:
6384-
version "5.1.6"
6385-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
6386-
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
6383+
typescript@^5.2.2:
6384+
version "5.2.2"
6385+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
6386+
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
63876387

63886388
uglify-js@^3.1.4:
63896389
version "3.17.0"

0 commit comments

Comments
 (0)