Skip to content

Commit

Permalink
Move react and react-dom to peerDependencies from dependencies #419 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
acherkashin authored May 7, 2024
1 parent bb08d46 commit 901598d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
14 changes: 11 additions & 3 deletions packages/react-cheetah-grid/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions packages/react-cheetah-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
"module": "dist/react-cheetah-grid.es.js",
"types": "dist/index.d.ts",
"dependencies": {
"cheetah-grid": "^1.1.7",
"react": "^17.0.0",
"react-dom": "^17.0.0"
"cheetah-grid": "^1.1.7"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.0",
Expand Down

0 comments on commit 901598d

Please sign in to comment.