@huin-core/react-separator 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huin-core/react-separator",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": {
@@ -28,7 +28,7 @@
28
28
  "version": "yarn version"
29
29
  },
30
30
  "dependencies": {
31
- "@huin-core/react-primitive": "workspace:*"
31
+ "@huin-core/react-primitive": "latest"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@types/react": "*",