@huin-core/react-select 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +20 -20
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@huin-core/react-select",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.2",
|
4
4
|
"license": "MIT",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
@@ -28,25 +28,25 @@
|
|
28
28
|
"version": "yarn version"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@huin-core/number": "
|
32
|
-
"@huin-core/primitive": "
|
33
|
-
"@huin-core/react-collection": "
|
34
|
-
"@huin-core/react-compose-refs": "
|
35
|
-
"@huin-core/react-context": "
|
36
|
-
"@huin-core/react-direction": "
|
37
|
-
"@huin-core/react-dismissable-layer": "
|
38
|
-
"@huin-core/react-focus-guards": "
|
39
|
-
"@huin-core/react-focus-scope": "
|
40
|
-
"@huin-core/react-id": "
|
41
|
-
"@huin-core/react-popper": "
|
42
|
-
"@huin-core/react-portal": "
|
43
|
-
"@huin-core/react-primitive": "
|
44
|
-
"@huin-core/react-slot": "
|
45
|
-
"@huin-core/react-use-callback-ref": "
|
46
|
-
"@huin-core/react-use-controllable-state": "
|
47
|
-
"@huin-core/react-use-layout-effect": "
|
48
|
-
"@huin-core/react-use-previous": "
|
49
|
-
"@huin-core/react-visually-hidden": "
|
31
|
+
"@huin-core/number": "latest",
|
32
|
+
"@huin-core/primitive": "latest",
|
33
|
+
"@huin-core/react-collection": "latest",
|
34
|
+
"@huin-core/react-compose-refs": "latest",
|
35
|
+
"@huin-core/react-context": "latest",
|
36
|
+
"@huin-core/react-direction": "latest",
|
37
|
+
"@huin-core/react-dismissable-layer": "latest",
|
38
|
+
"@huin-core/react-focus-guards": "latest",
|
39
|
+
"@huin-core/react-focus-scope": "latest",
|
40
|
+
"@huin-core/react-id": "latest",
|
41
|
+
"@huin-core/react-popper": "latest",
|
42
|
+
"@huin-core/react-portal": "latest",
|
43
|
+
"@huin-core/react-primitive": "latest",
|
44
|
+
"@huin-core/react-slot": "latest",
|
45
|
+
"@huin-core/react-use-callback-ref": "latest",
|
46
|
+
"@huin-core/react-use-controllable-state": "latest",
|
47
|
+
"@huin-core/react-use-layout-effect": "latest",
|
48
|
+
"@huin-core/react-use-previous": "latest",
|
49
|
+
"@huin-core/react-visually-hidden": "latest",
|
50
50
|
"aria-hidden": "^1.1.1",
|
51
51
|
"react-remove-scroll": "2.5.7"
|
52
52
|
},
|