Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
timlrx committed Oct 31, 2024
1 parent 29ada72 commit 36934ab
Show file tree
Hide file tree
Showing 2 changed files with 884 additions and 920 deletions.
6 changes: 3 additions & 3 deletions packages/next-contentlayer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-contentlayer2",
"version": "0.5.1",
"version": "0.5.2",
"type": "module",
"main": "./dist/index-cjs.cjs",
"sideEffects": false,
Expand Down Expand Up @@ -44,8 +44,8 @@
"peerDependencies": {
"contentlayer2": "workspace:*",
"next": ">=12.0.0",
"react": "*",
"react-dom": "*"
"react": "^18 || ^19 || ^19.0.0-rc",
"react-dom": "^18 || ^19 || ^19.0.0-rc"
},
"devDependencies": {
"@types/react": "^18.3.3",
Expand Down
Loading

0 comments on commit 36934ab

Please sign in to comment.