Skip to content

Commit d8d9f94

Browse files
committed
Change react version
1 parent 899d38b commit d8d9f94

File tree

2 files changed

+686
-14
lines changed

2 files changed

+686
-14
lines changed

examples/contentlayer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"contentlayer": "latest",
1414
"next": "^12.1.0",
1515
"next-contentlayer": "latest",
16-
"react": "17.0.1",
17-
"react-dom": "17.0.1"
16+
"react": "^17.0.2",
17+
"react-dom": "^17.0.2"
1818
},
1919
"devDependencies": {
20-
"@types/react": "17.0.1",
20+
"@types/react": "^17.0.2",
2121
"typescript": "4.6.3"
2222
}
2323
}

0 commit comments

Comments
 (0)