We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f9ec0 commit 86ca44bCopy full SHA for 86ca44b
package.json
@@ -16,15 +16,15 @@
16
"next": "^10.0.1",
17
"postcss": "^8.2.10",
18
"postcss-preset-env": "^6.7.0",
19
- "react": "^17.0.1",
+ "react": "^18.0.0",
20
"react-ace": "^9.0.0",
21
- "react-dom": "^17.0.1",
+ "react-dom": "^18.0.0",
22
"tailwindcss": "^2.1.1"
23
},
24
"devDependencies": {
25
"@types/node": "^14.14.7",
26
- "@types/react": "^17.0.0",
27
- "@types/react-dom": "^17.0.0",
+ "@types/react": "^18.3.12",
+ "@types/react-dom": "^18.3.1",
28
"@typescript-eslint/eslint-plugin": "^4.8.1",
29
"@typescript-eslint/parser": "^4.8.1",
30
"babel-eslint": "^10.1.0",
0 commit comments