Skip to content

Commit b845b36

Browse files
Bump typescript from 4.9.5 to 5.7.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.7.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v4.9.5...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84b7bd9 commit b845b36

File tree

3 files changed

+160
-200
lines changed

3 files changed

+160
-200
lines changed

apps/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/styled-components": "^5.1.2",
2626
"@vitejs/plugin-react": "^3.0.1",
2727
"cypress": "^12.12.0",
28-
"typescript": "^4.9.5",
28+
"typescript": "^5.7.2",
2929
"vite": "^4.0.4"
3030
}
3131
}

packages/react-use-intercom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@
8585
"ts-jest": "^29.0.5",
8686
"tslib": "^2.0.3",
8787
"tsup": "^6.6.3",
88-
"typescript": "^4.9.4"
88+
"typescript": "^5.7.2"
8989
}
9090
}

0 commit comments

Comments
 (0)