Skip to content

Commit

Permalink
use peerdependencies (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyarpaing authored Sep 13, 2024
1 parent 2ec8d17 commit 33183db
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 15 deletions.
12 changes: 7 additions & 5 deletions example/package-lock.json

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

17 changes: 11 additions & 6 deletions package-lock.json

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

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,20 @@
"prepare": "husky"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"use-async-effect": "^2.2.7",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"peerDependencies": {
"react": "^16.x || ^17.x || ^18.x",
"react-dom": "^16.x || ^17.x || ^18.x"
},
"devDependencies": {
"@playwright/test": "^1.46.0",
"@stripe/stripe-js": "^4.3.0",
"@types/node": "^22.0.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
Expand Down

0 comments on commit 33183db

Please sign in to comment.