Skip to content

Commit 5e2d02f

Browse files
build(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#1517)
* build(deps-dev): bump typescript from 5.5.4 to 5.6.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.4...v5.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * build(package): save `@types/node` to fix typescript error ``` node_modules/@types/node/module.d.ts(121,13): error TS2386: Overload signatures must all be optional or required. ``` --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark <[email protected]>
1 parent bfb98a4 commit 5e2d02f

File tree

2 files changed

+38
-16
lines changed

2 files changed

+38
-16
lines changed

package-lock.json

+36-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"@size-limit/preset-big-lib": "11.1.5",
6767
"@types/benchmark": "2.1.5",
6868
"@types/jest": "29.5.12",
69+
"@types/node": "22.5.4",
6970
"@types/react": "18.3.5",
7071
"@types/react-dom": "18.3.0",
7172
"@typescript-eslint/eslint-plugin": "8.5.0",
@@ -86,7 +87,7 @@
8687
"rollup": "4.21.2",
8788
"size-limit": "11.1.5",
8889
"ts-jest": "29.2.5",
89-
"typescript": "5.5.4"
90+
"typescript": "5.6.2"
9091
},
9192
"peerDependencies": {
9293
"@types/react": "0.14 || 15 || 16 || 17 || 18",

0 commit comments

Comments
 (0)