Skip to content

Commit

Permalink
No dependencies, Use peerdeps instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheu committed Nov 21, 2024
1 parent ffe0a6d commit 2cd2baf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"babel-eslint": "^10.1.0",
"babel-jest": "^29.5.0",
"babel-loader": "^8.3.0",
"classnames": "^2.5.1",
"eslint": "^8.37.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
Expand All @@ -51,13 +52,14 @@
"webpack": "^5.77.0",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {
"react": "^17.0.2",
"classnames": "^2.5.1"
},
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"classnames": "^2.3.2"
}
}

0 comments on commit 2cd2baf

Please sign in to comment.