@ttoss/react-i18n 1.26.6 → 1.26.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 +4 -4
package/README.md CHANGED
@@ -15,7 +15,7 @@ pnpm add @ttoss/react-i18n
15
15
  pnpm add -D @ttoss/i18n-cli
16
16
  ```
17
17
 
18
- To extract and compile your translations, check the [ttoss/i18n-cli](./i18n-cli/) documentation.
18
+ To extract and compile your translations, check the [ttoss/i18n-cli](/docs/modules/packages/i18n-cli/) documentation.
19
19
 
20
20
  ## Examples of use
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-i18n",
3
- "version": "1.26.6",
3
+ "version": "1.26.7",
4
4
  "author": "ttoss",
5
5
  "contributors": [
6
6
  "Pedro Arantes <arantespp@gmail.com> (https://arantespp.com)",
@@ -34,9 +34,9 @@
34
34
  "@types/react": "^18.2.79",
35
35
  "jest": "^29.7.0",
36
36
  "tsup": "^8.0.2",
37
- "@ttoss/config": "^1.32.2",
38
- "@ttoss/i18n-cli": "^0.7.10",
39
- "@ttoss/test-utils": "^2.1.5"
37
+ "@ttoss/config": "^1.32.3",
38
+ "@ttoss/i18n-cli": "^0.7.11",
39
+ "@ttoss/test-utils": "^2.1.6"
40
40
  },
41
41
  "keywords": [
42
42
  "React",