From 537f6f591b24c64a1299e325f200cd7a7c221b2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 00:26:49 +0000 Subject: [PATCH] build(deps-dev): bump typescript Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 5.8.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.2...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-patch ... 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..f025e32 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.3", "vite": "^6.2.2", "vite-tsconfig-paths": "^5.1.4" }