Skip to content

Commit

Permalink
Remove unused prop-types dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jimender2 committed Nov 28, 2024
1 parent 2452507 commit 7503937
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
28 changes: 22 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,23 @@
"module": "dist/es/index.js",
"unpkg": "dist/react-datepicker.min.js",
"style": "dist/react-datepicker.min.css",
"files": ["*.md", "dist", "lib", "es", "src/stylesheets"],
"sideEffects": ["**/*.css"],
"keywords": ["react", "datepicker", "calendar", "date", "react-component"],
"files": [
"*.md",
"dist",
"lib",
"es",
"src/stylesheets"
],
"sideEffects": [
"**/*.css"
],
"keywords": [
"react",
"datepicker",
"calendar",
"date",
"react-component"
],
"repository": {
"type": "git",
"url": "git://github.com/Hacker0x01/react-datepicker.git"
Expand Down Expand Up @@ -84,8 +98,7 @@
"dependencies": {
"@floating-ui/react": "^0.26.23",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"prop-types": "^15.8.1"
"date-fns": "^3.6.0"
},
"scripts": {
"eslint": "eslint --ext .js,.jsx,.ts,.tsx ./src",
Expand All @@ -111,7 +124,10 @@
"prepare": "husky"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,scss,md}": ["prettier --write", "git add"]
"*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write",
"git add"
]
},
"packageManager": "[email protected]"
}
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9318,7 +9318,6 @@ __metadata:
lint-staged: "npm:^15.2.9"
lodash: "npm:^4.17.21"
prettier: "npm:^3.3.3"
prop-types: "npm:^15.8.1"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
rollup: "npm:^4.21.1"
Expand Down

0 comments on commit 7503937

Please sign in to comment.