Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
“talatkuyuk” committed Jan 10, 2025
1 parent 8f01769 commit f7a7ddf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next-mdx-remote-client",
"description": "A wrapper of the `@mdx-js/mdx` for the `nextjs` applications in order to load MDX content. It is a fork of `next-mdx-remote`.",
"version": "1.0.3",
"version": "1.0.4",
"main": "./dist/csr/index.js",
"types": "./dist/csr/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -109,8 +109,8 @@
"vitest": "^2.1.8"
},
"peerDependencies": {
"react": "^18.3",
"react-dom": "^18.3"
"react": ">= 18.3.0 < 19.0.0",
"react-dom": ">= 18.3.0 < 19.0.0"
},
"engines": {
"node": ">=18.18.0"
Expand Down

0 comments on commit f7a7ddf

Please sign in to comment.