Skip to content

Commit

Permalink
Bump typescript from 4.5.2 to 5.2.2 (#209)
Browse files Browse the repository at this point in the history
* Bump typescript from 4.5.2 to 5.2.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.2 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-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: add types for Node.js for AbortSignal mismatch

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josh Black <[email protected]>
  • Loading branch information
dependabot[bot] and joshblack authored Sep 28, 2023
1 parent a695062 commit 7c1bead
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
29 changes: 15 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.3",
"@types/node": "^18.18.0",
"@types/react": "^18.2.23",
"esbuild": "^0.15.16",
"esbuild-jest": "^0.5.0",
Expand All @@ -84,6 +85,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"size-limit": "^8.2.4",
"typescript": "^4.5.2"
"typescript": "^5.2.2"
}
}

0 comments on commit 7c1bead

Please sign in to comment.