From ce8347aa1bbcf224db551f47c29bc4a3ade58b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 23:45:04 +0000 Subject: [PATCH] build(deps-dev): bump typescript Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.8.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../react-loading-overlay/examples/sample-vite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-loading-overlay/examples/sample-vite/package.json b/packages/react-loading-overlay/examples/sample-vite/package.json index b492fb4..c94b899 100644 --- a/packages/react-loading-overlay/examples/sample-vite/package.json +++ b/packages/react-loading-overlay/examples/sample-vite/package.json @@ -22,7 +22,7 @@ "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.9", - "typescript": "^5.5.4", + "typescript": "^5.8.2", "vite": "^6.2.2", "vite-tsconfig-paths": "^5.1.4" }