Skip to content

Commit

Permalink
fix: move react from dependencies to devDependencies (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: Burcu Saglam <[email protected]>
  • Loading branch information
saglamburcu and Burcu Saglam authored Feb 9, 2023
1 parent 16e77ad commit bef4a18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trendyol-js/react-carousel",
"version": "3.0.1",
"version": "3.0.2",
"description": "Lightweight carousel component for react",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -40,9 +40,6 @@
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"react": "^16.13.1"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
Expand All @@ -59,6 +56,7 @@
"lint-staged": "^10.0.9",
"prettier": "^2.0.2",
"pretty-quick": "^2.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rollup": "^2.3.3",
"rollup-plugin-peer-deps-external": "^2.2.2",
Expand Down

0 comments on commit bef4a18

Please sign in to comment.