Skip to content

Commit

Permalink
Bump typescript from 5.2.2 to 5.3.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 23d07ae commit c609c8f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/testutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"prepack": "yarn build"
},
"devDependencies": {
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ __metadata:
rimraf: ^5.0.5
ts-jest: ^29.1.1
ts-node: ^10.9.1
typescript: ^5.2.2
typescript: ^5.3.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1209,7 +1209,7 @@ __metadata:
rimraf: ^5.0.5
ts-jest: ^29.1.1
ts-node: ^10.9.1
typescript: ^5.2.2
typescript: ^5.3.2
peerDependencies:
"@types/react": ">= 16.0.0"
react: ">= 16.0.0"
Expand All @@ -1228,7 +1228,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@tagged-state/testutils@workspace:packages/testutils"
dependencies:
typescript: ^5.2.2
typescript: ^5.3.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6732,23 +6732,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.2.2":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
"typescript@npm:^5.3.2":
version: 5.3.2
resolution: "typescript@npm:5.3.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 7912821dac4d962d315c36800fe387cdc0a6298dba7ec171b350b4a6e988b51d7b8f051317786db1094bd7431d526b648aba7da8236607febb26cf5b871d2d3c
checksum: d92534dda639eb825db013203404c1fabca8ac630564283c9e7dc9e64fd9c9346c2de95ecebdf3e6e8c1c32941bca1cfe0da37877611feb9daf8feeaea58d230
languageName: node
linkType: hard

"typescript@patch:typescript@^5.2.2#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=f3b441"
"typescript@patch:typescript@^5.3.2#~builtin<compat/typescript>":
version: 5.3.2
resolution: "typescript@patch:typescript@npm%3A5.3.2#~builtin<compat/typescript>::version=5.3.2&hash=29ae49"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 0f4da2f15e6f1245e49db15801dbee52f2bbfb267e1c39225afdab5afee1a72839cd86000e65ee9d7e4dfaff12239d28beaf5ee431357fcced15fb08583d72ca
checksum: c034461079fbfde3cb584ddee52afccb15b6e32a0ce186d0b2719968786f7ca73e1b07f71fac4163088790b16811c6ccf79680de190664ef66ff0ba9c1fe4a23
languageName: node
linkType: hard

Expand Down

0 comments on commit c609c8f

Please sign in to comment.