Skip to content

Commit

Permalink
Merge pull request #187 from timlrx/react-19-compatible
Browse files Browse the repository at this point in the history
add react 19 rc support
  • Loading branch information
timlrx authored Oct 31, 2024
2 parents 22159b3 + a2de4cb commit 75b076b
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 170 deletions.
5 changes: 5 additions & 0 deletions .changeset/fluffy-bananas-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'pliny': patch
---

add support for react 19 and next 15
10 changes: 5 additions & 5 deletions packages/pliny/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@
},
"author": "Timothy Lin <timothy0336@hotmail.com> (https://timlrx.com)",
"dependencies": {
"@docsearch/react": "^3.5.0",
"@docsearch/react": "^3.6.2",
"@giscus/react": "^3.0.0",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"contentlayer2": "^0.5.0",
"contentlayer2": "^0.5.3",
"copyfiles": "^2.4.1",
"github-slugger": "^2.0.0",
"js-yaml": "4.1.0",
"kbar": "0.1.0-beta.45",
"next-contentlayer2": "^0.5.0",
"next-contentlayer2": "^0.5.3",
"next-themes": "^0.3.0",
"probe-image-size": "^7.2.3",
"remark": "^15.0.0",
"unist-util-visit": "^5.0.0"
},
"peerDependencies": {
"next": ">=13.0.0",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
"react": "^17.0.2 || ^18 || ^19 || ^19.0.0-rc",
"react-dom": "^17.0.2 || ^18 || ^19 || ^19.0.0-rc"
},
"devDependencies": {
"@types/copyfiles": "^2",
Expand Down
Loading

0 comments on commit 75b076b

Please sign in to comment.