@yamada-ui/highlight 1.0.14 → 1.0.15-dev-20240303100548

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 +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -20,9 +20,9 @@ $ npm install @yamada-ui/highlight
20
20
 
21
21
  ## Contribution
22
22
 
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.
23
+ Wouldn't you like to contribute? That's amazing! We have prepared a [contribution guide](https://github.com/yamada-ui/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
- [MIT license](https://github.com/hirotomoyamada/yamada-ui/blob/main/LICENSE).
28
+ [MIT license](https://github.com/yamada-ui/yamada-ui/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/highlight",
3
- "version": "1.0.14",
3
+ "version": "1.0.15-dev-20240303100548",
4
4
  "description": "Yamada UI highlight component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -29,16 +29,16 @@
29
29
  "homepage": "https://yamada-ui.com",
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "git+https://github.com/hirotomoyamada/yamada-ui",
32
+ "url": "git+https://github.com/yamada-ui/yamada-ui",
33
33
  "directory": "packages/components/highlight"
34
34
  },
35
35
  "bugs": {
36
- "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
36
+ "url": "https://github.com/yamada-ui/yamada-ui/issues"
37
37
  },
38
38
  "dependencies": {
39
- "@yamada-ui/core": "1.4.2",
40
- "@yamada-ui/typography": "1.0.14",
41
- "@yamada-ui/utils": "1.0.6"
39
+ "@yamada-ui/core": "1.4.3-dev-20240303100548",
40
+ "@yamada-ui/utils": "1.0.7-dev-20240303100548",
41
+ "@yamada-ui/typography": "1.0.15-dev-20240303100548"
42
42
  },
43
43
  "devDependencies": {
44
44
  "react": "^18.0.0",