Skip to content

Commit

Permalink
v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed Mar 10, 2023
1 parent e388527 commit a005066
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-picker",
"version": "3.3.1",
"version": "3.3.2",
"description": "React date & time picker",
"keywords": [
"react",
Expand Down Expand Up @@ -55,6 +55,8 @@
"@types/react-dom": "^17.0.8",
"coveralls": "^3.0.6",
"cross-env": "^7.0.2",
"date-fns": "2.x",
"dayjs": "1.x",
"dumi": "^1.1.37",
"eslint": "~7.32.0",
"eslint-plugin-eslint-comments": "^3.1.2",
Expand All @@ -65,22 +67,20 @@
"glob": "^7.2.0",
"less": "^3.10.3",
"mockdate": "^3.0.2",
"moment": "^2.24.0",
"np": "^7.1.0",
"prettier": "^2.0.5",
"rc-test": "^7.0.9",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"typescript": "^4.0.3",
"date-fns": "2.x",
"dayjs": "1.x",
"moment": "^2.24.0"
"typescript": "^4.0.3"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0",
"date-fns": ">= 2.x",
"dayjs": ">= 1.x",
"moment": ">= 2.x"
"moment": ">= 2.x",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"peerDependenciesMeta": {
"date-fns": {
Expand Down

0 comments on commit a005066

Please sign in to comment.