Skip to content

Commit

Permalink
Merge pull request #435 from RaoHai/fix/move-react-to-peerDependencies
Browse files Browse the repository at this point in the history
fix: move react into peerDependencies
  • Loading branch information
RaoHai authored Feb 24, 2022
2 parents de7793b + f3b535d commit 6027f5a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "react-ansi",
"version": "3.0.0",
"version": "3.0.2",
"description": "",
"author": "RaoHai",
"license": "MIT",
"repository": "RaoHai/react-ansi",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -38,9 +37,12 @@
"anser": "^1.4.8",
"escape-carriage": "^1.3.0",
"immer": "^7.0.8",
"react": "^16.12.0 || ^17.0.0",
"react-virtualized": "^9.22.3"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
},
"files": [
"dist",
"es"
Expand All @@ -59,7 +61,6 @@
"gh-pages": "^3.0.0",
"lint-staged": "^10.0.7",
"prettier": "^2.2.1",
"react-dom": "^17.0.2",
"yorkie": "^2.0.0"
}
}

1 comment on commit 6027f5a

@vercel
Copy link

@vercel vercel bot commented on 6027f5a Feb 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.