Skip to content

Commit caad680

Browse files
Update react monorepo to v18
| datasource | package | from | to | | ---------- | ------------ | ------- | ------- | | npm | @types/react | 17.0.42 | 18.2.14 | | npm | react | 17.0.2 | 18.2.0 | | npm | react-dom | 17.0.2 | 18.2.0 |
1 parent 277953d commit caad680

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"eslint-plugin-promise": "6.0.0",
1717
"eslint-plugin-react": "7.29.4",
1818
"next": "12.1.0",
19-
"react": "17.0.2",
20-
"react-dom": "17.0.2",
19+
"react": "18.2.0",
20+
"react-dom": "18.2.0",
2121
"styled-components": "5.3.3"
2222
},
2323
"devDependencies": {
2424
"@types/node": "17.0.22",
25-
"@types/react": "17.0.42",
25+
"@types/react": "18.2.14",
2626
"@types/styled-components": "5.1.24",
2727
"eslint": "8.11.0",
2828
"eslint-config-prettier": "8.5.0",

0 commit comments

Comments
 (0)