diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f560c9d..49ac284 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,7 +26,7 @@ "react-hot-toast": "2.4.1", "react-router-dom": "6.16.0", "react-scripts": "5.0.1", - "typescript": "4.9.5", + "typescript": "4.5.4", "web-vitals": "2.1.4" }, "devDependencies": { @@ -17954,9 +17954,9 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -31743,9 +31743,9 @@ } }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==" }, "ua-parser-js": { "version": "1.0.36", diff --git a/frontend/package.json b/frontend/package.json index 8eec51c..0947899 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "react-hot-toast": "2.4.1", "react-router-dom": "6.16.0", "react-scripts": "5.0.1", - "typescript": "4.9.5", + "typescript": "4.5.4", "web-vitals": "2.1.4" }, "scripts": { diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 434582c..caa6f51 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -33,7 +33,7 @@ const AppRouter = () => { path="signup" element={} /> - } /> + } /> { {op === "login" && (
Forgot password?