diff --git a/packages/amplify-adapter-react-router/package.json b/packages/amplify-adapter-react-router/package.json index d750b93..69bb9c5 100644 --- a/packages/amplify-adapter-react-router/package.json +++ b/packages/amplify-adapter-react-router/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@aws-amplify/core": "^6.10.5", - "@types/node": "^22.13.4", + "@types/node": "^20.17.46", "typescript": "^5.7.3", "vite": "^6.3.0", "vite-plugin-dts": "^4.5.3" diff --git a/packages/vite-plugin-react-router-amplify-hosting/package.json b/packages/vite-plugin-react-router-amplify-hosting/package.json index 0ce0c6e..261be50 100644 --- a/packages/vite-plugin-react-router-amplify-hosting/package.json +++ b/packages/vite-plugin-react-router-amplify-hosting/package.json @@ -38,7 +38,7 @@ "build": "tsc && vite build" }, "devDependencies": { - "@types/node": "^22.13.4", + "@types/node": "^20.17.46", "dedent": "^1.5.3", "strip-indent": "^4.0.0", "typescript": "^5.7.3",