Skip to content

Commit 8328af5

Browse files
Bump typescript from 4.9.5 to 5.0.2 (#55)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.5...v5.0.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d778712 commit 8328af5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prettier": "^2.7.0",
3939
"pretty-quick": "^3.1.0",
4040
"rimraf": "^3.0.0",
41-
"typescript": "^4.9.4",
41+
"typescript": "^5.0.2",
4242
"vitest": "^0.29.2"
4343
},
4444
"publishConfig": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ __metadata:
506506
prettier: ^2.7.0
507507
pretty-quick: ^3.1.0
508508
rimraf: ^3.0.0
509-
typescript: ^4.9.4
509+
typescript: ^5.0.2
510510
vitest: ^0.29.2
511511
languageName: unknown
512512
linkType: soft
@@ -3600,23 +3600,23 @@ __metadata:
36003600
languageName: node
36013601
linkType: hard
36023602

3603-
"typescript@npm:^4.9.4":
3604-
version: 4.9.5
3605-
resolution: "typescript@npm:4.9.5"
3603+
"typescript@npm:^5.0.2":
3604+
version: 5.0.2
3605+
resolution: "typescript@npm:5.0.2"
36063606
bin:
36073607
tsc: bin/tsc
36083608
tsserver: bin/tsserver
3609-
checksum: ee000bc26848147ad423b581bd250075662a354d84f0e06eb76d3b892328d8d4440b7487b5a83e851b12b255f55d71835b008a66cbf8f255a11e4400159237db
3609+
checksum: bef1dcd166acfc6934b2ec4d72f93edb8961a5fab36b8dd2aaf6f4f4cd5c0210f2e0850aef4724f3b4913d5aef203a94a28ded731b370880c8bcff7e4ff91fc1
36103610
languageName: node
36113611
linkType: hard
36123612

3613-
"typescript@patch:typescript@^4.9.4#~builtin<compat/typescript>":
3614-
version: 4.9.5
3615-
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=ddd1e8"
3613+
"typescript@patch:typescript@^5.0.2#~builtin<compat/typescript>":
3614+
version: 5.0.2
3615+
resolution: "typescript@patch:typescript@npm%3A5.0.2#~builtin<compat/typescript>::version=5.0.2&hash=ddd1e8"
36163616
bin:
36173617
tsc: bin/tsc
36183618
tsserver: bin/tsserver
3619-
checksum: 2eee5c37cad4390385db5db5a8e81470e42e8f1401b0358d7390095d6f681b410f2c4a0c496c6ff9ebd775423c7785cdace7bcdad76c7bee283df3d9718c0f20
3619+
checksum: bdbf3d0aac0d6cf010fbe0536753dc19f278eb4aba88140dcd25487dfe1c56ca8b33abc0dcd42078790a939b08ebc4046f3e9bb961d77d3d2c3cfa9829da4d53
36203620
languageName: node
36213621
linkType: hard
36223622

0 commit comments

Comments
 (0)