Skip to content

Commit

Permalink
⬆️ Bump typescript from 4.9.5 to 5.0.2
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 20, 2023
1 parent 163676c commit ef9a481
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-test-renderer": "^18.2.0",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
},
"author": {
"name": "carloscuesta",
Expand Down
22 changes: 21 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9916,6 +9916,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.0.2":
version: 5.0.2
resolution: "typescript@npm:5.0.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: bef1dcd166acfc6934b2ec4d72f93edb8961a5fab36b8dd2aaf6f4f4cd5c0210f2e0850aef4724f3b4913d5aef203a94a28ded731b370880c8bcff7e4ff91fc1
languageName: node
linkType: hard

"typescript@patch:typescript@^4.9.5#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=ad5954"
Expand All @@ -9926,6 +9936,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^5.0.2#~builtin<compat/typescript>":
version: 5.0.2
resolution: "typescript@patch:typescript@npm%3A5.0.2#~builtin<compat/typescript>::version=5.0.2&hash=ad5954"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: bdbf3d0aac0d6cf010fbe0536753dc19f278eb4aba88140dcd25487dfe1c56ca8b33abc0dcd42078790a939b08ebc4046f3e9bb961d77d3d2c3cfa9829da4d53
languageName: node
linkType: hard

"ufo@npm:^1.0.1":
version: 1.0.1
resolution: "ufo@npm:1.0.1"
Expand Down Expand Up @@ -10234,7 +10254,7 @@ __metadata:
react-dom: ^18.2.0
react-hot-toast: ^2.4.0
react-test-renderer: ^18.2.0
typescript: ^4.9.5
typescript: ^5.0.2
languageName: unknown
linkType: soft

Expand Down

0 comments on commit ef9a481

Please sign in to comment.