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" } }