Skip to content

Commit

Permalink
dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
clefayomide committed Feb 28, 2023
1 parent 24a1694 commit 41a6daa
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
Expand Down Expand Up @@ -73,5 +70,14 @@
"tsdx": "^0.14.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"tailwindcss": "^3.2.7",
"axios": "^1.3.4"

}
}

0 comments on commit 41a6daa

Please sign in to comment.