We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e4fb5 commit 93f2479Copy full SHA for 93f2479
package.json
@@ -20,9 +20,9 @@
20
"eslint": "8.38.0",
21
"eslint-config-next": "13.3.0",
22
"express": "^4.18.2",
23
- "next": "13.3.0",
24
- "react": "18.2.0",
25
- "react-dom": "18.2.0",
+ "next": "^12.2.0",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2",
26
"react-toastify": "^9.1.2",
27
"styled-components": "^5.3.9",
28
"typescript": "5.0.4"
@@ -35,4 +35,4 @@
35
"postcss": "^8.4.23",
36
"tailwindcss": "^3.3.1"
37
}
38
-}
+}
0 commit comments