@yamada-ui/highlight 0.3.19 → 0.3.21
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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
@@ -22,7 +22,7 @@ $ npm install @yamada-ui/highlight
|
|
22
22
|
|
23
23
|
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.
|
24
24
|
|
25
|
-
##
|
25
|
+
## License
|
26
26
|
|
27
27
|
This package is licensed under the terms of the
|
28
28
|
[MIT license](https://github.com/hirotomoyamada/yamada-ui/blob/main/LICENSE).
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yamada-ui/highlight",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.21",
|
4
4
|
"description": "Yamada UI highlight component",
|
5
5
|
"keywords": [
|
6
6
|
"yamada",
|
@@ -35,9 +35,9 @@
|
|
35
35
|
"url": "https://github.com/hirotomoyamada/yamada-ui/issues"
|
36
36
|
},
|
37
37
|
"dependencies": {
|
38
|
-
"@yamada-ui/core": "0.13.
|
39
|
-
"@yamada-ui/utils": "0.
|
40
|
-
"@yamada-ui/typography": "0.3.
|
38
|
+
"@yamada-ui/core": "0.13.2",
|
39
|
+
"@yamada-ui/utils": "0.4.1",
|
40
|
+
"@yamada-ui/typography": "0.3.21"
|
41
41
|
},
|
42
42
|
"devDependencies": {
|
43
43
|
"react": "^18.0.0",
|