From 6a995e7307e8a9210df26c28dcfe7edf9f4f83e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 01:20:51 +0000 Subject: [PATCH] chore(deps-dev): bump typescript in /examples/todo-redux-style-nextjs Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/todo-redux-style-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todo-redux-style-nextjs/package.json b/examples/todo-redux-style-nextjs/package.json index bcafb0c..c81fa6c 100644 --- a/examples/todo-redux-style-nextjs/package.json +++ b/examples/todo-redux-style-nextjs/package.json @@ -21,6 +21,6 @@ "@types/react": "^19", "@types/react-dom": "^19", "tailwindcss": "^4.0.0", - "typescript": "^6.0.3" + "typescript": "^7.0.2" } }