Skip to content

Commit

Permalink
change peer dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasan Genc committed Jun 9, 2022
1 parent 42f1e19 commit 1d599b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
20 changes: 4 additions & 16 deletions package-lock.json

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

6 changes: 4 additions & 2 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.0-beta.5",
"version": "3.0.0",
"description": "Lightweight carousel component for react",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -38,6 +38,9 @@
],
"license": "MIT",
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"react": "^16.13.1"
},
"devDependencies": {
Expand All @@ -56,7 +59,6 @@
"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 1d599b2

Please sign in to comment.