Skip to content

Commit

Permalink
feat: allow react v19
Browse files Browse the repository at this point in the history
  • Loading branch information
dstaley committed May 22, 2024
1 parent f43d4ea commit 6b16b9d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"exports": {
".": "./index.js",
"./serialize": "./serialize.js",
"./rsc": "./rsc.js"
"./rsc": "./rsc.js",
"./package.json": "./package.json"
},
"dependencies": {
"@babel/code-frame": "^7.23.5",
Expand All @@ -20,8 +21,7 @@
"vfile-matter": "^5.0.0"
},
"peerDependencies": {
"react": ">=16.x <=18.x",
"react-dom": ">=16.x <=18.x"
"react": ">=16"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
Expand Down Expand Up @@ -75,9 +75,6 @@
"scripts": {
"build": "rm -rf ./dist && tsc -p .",
"lint": "prettier --write \"./**/*.{js,jsx,json}\"",
"release:major": "release major && npm publish",
"release:minor": "release minor && npm publish",
"release:patch": "release patch && npm publish",
"release:canary": "npm run build && changeset publish --tag canary",
"prepublishOnly": "npm run build",
"pretest": "mkdir -p ./dist && npm run build && npm pack --pack-destination ./dist",
Expand Down

0 comments on commit 6b16b9d

Please sign in to comment.