From ca2bfc28639291972a119c079f491b821f165622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 01:59:40 +0000 Subject: [PATCH] fix: bump typescript in /packages/react-scroll-section Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.4...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/react-scroll-section/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scroll-section/package.json b/packages/react-scroll-section/package.json index d20c501..70b81d9 100644 --- a/packages/react-scroll-section/package.json +++ b/packages/react-scroll-section/package.json @@ -20,7 +20,7 @@ "acorn-jsx": "5.3.2", "babel-loader": "8.2.5", "json": "11.0.0", - "typescript": "4.8.4", + "typescript": "5.3.3", "vite": "3.1.8", "vite-plugin-dts": "1.5.0" },