@huin-core/react-toggle-group 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@huin-core/react-toggle-group",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.5",
|
4
4
|
"license": "MIT",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
@@ -34,7 +34,6 @@
|
|
34
34
|
"@huin-core/react-direction": "latest",
|
35
35
|
"@huin-core/react-primitive": "latest",
|
36
36
|
"@huin-core/react-roving-focus": "latest",
|
37
|
-
"@huin-core/react-toggle": "latest",
|
38
37
|
"@huin-core/react-use-controllable-state": "latest"
|
39
38
|
},
|
40
39
|
"peerDependencies": {
|