@yamada-ui/use-focus-visible 0.2.5 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,7 +24,7 @@ $ npm install @yamada-ui/use-focus-visible
24
24
 
25
25
  Wouldn't you like to contribute? That's amazing! We have prepared a [contribution guide](https://github.com/hirotomoyamada/yamada-ui/blob/main/CONTRIBUTING.md) to assist you.
26
26
 
27
- ## Licence
27
+ ## License
28
28
 
29
29
  This package is licensed under the terms of the
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/use-focus-visible",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "Yamada UI useFocusVisible custom hook",
5
5
  "keywords": [
6
6
  "use-focus-visible"
@@ -24,7 +24,7 @@
24
24
  "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
25
25
  },
26
26
  "dependencies": {
27
- "@yamada-ui/utils": "0.3.3"
27
+ "@yamada-ui/utils": "0.4.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "react": "^18.0.0",