Skip to content

Commit a005066

Browse files
committed
v3.3.2
1 parent e388527 commit a005066

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-picker",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "React date & time picker",
55
"keywords": [
66
"react",
@@ -55,6 +55,8 @@
5555
"@types/react-dom": "^17.0.8",
5656
"coveralls": "^3.0.6",
5757
"cross-env": "^7.0.2",
58+
"date-fns": "2.x",
59+
"dayjs": "1.x",
5860
"dumi": "^1.1.37",
5961
"eslint": "~7.32.0",
6062
"eslint-plugin-eslint-comments": "^3.1.2",
@@ -65,22 +67,20 @@
6567
"glob": "^7.2.0",
6668
"less": "^3.10.3",
6769
"mockdate": "^3.0.2",
70+
"moment": "^2.24.0",
6871
"np": "^7.1.0",
6972
"prettier": "^2.0.5",
7073
"rc-test": "^7.0.9",
7174
"react": "^17.0.0",
7275
"react-dom": "^17.0.0",
73-
"typescript": "^4.0.3",
74-
"date-fns": "2.x",
75-
"dayjs": "1.x",
76-
"moment": "^2.24.0"
76+
"typescript": "^4.0.3"
7777
},
7878
"peerDependencies": {
79-
"react": ">=16.9.0",
80-
"react-dom": ">=16.9.0",
8179
"date-fns": ">= 2.x",
8280
"dayjs": ">= 1.x",
83-
"moment": ">= 2.x"
81+
"moment": ">= 2.x",
82+
"react": ">=16.9.0",
83+
"react-dom": ">=16.9.0"
8484
},
8585
"peerDependenciesMeta": {
8686
"date-fns": {

0 commit comments

Comments
 (0)