@tolgee/react 1.7.5 → 1.7.6
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 +7 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+

|
|
2
|
+

|
|
3
|
+

|
|
4
|
+

|
|
5
|
+

|
|
6
|
+
|
|
1
7
|
# Tolgee React integration library
|
|
2
8
|
|
|
3
|
-
[<img src="https://raw.githubusercontent.com/tolgee/documentation/
|
|
9
|
+
[<img src="https://raw.githubusercontent.com/tolgee/documentation/main/tolgee_logo_text.svg" alt="Tolgee" width="200" />](https://tolgee.io)
|
|
4
10
|
|
|
5
11
|
React integration library of Tolgee localization toolkit. For more information about using Tolgee with React, visit our
|
|
6
12
|
documentation [website](https://toolkit.tolgee.io/docs/web/using_with_react/installation).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tolgee/react",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.6",
|
|
4
4
|
"description": "React implementation for tolgee localization framework",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"develop": "concurrently \"rollup -c rollup.config.js -w\" \"tsc --watch\" "
|
|
25
25
|
},
|
|
26
26
|
"author": "JanCizmar",
|
|
27
|
-
"license": "
|
|
27
|
+
"license": "MIT",
|
|
28
28
|
"files": [
|
|
29
29
|
"index.js",
|
|
30
30
|
"lib/**/*",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"react": "^16.14.0 || ^17.0.1"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@tolgee/core": "^1.7.
|
|
37
|
+
"@tolgee/core": "^1.7.6"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@rollup/plugin-typescript": "8.2.5",
|
|
41
41
|
"@testing-library/dom": "^8.7.2",
|
|
42
42
|
"@testing-library/jest-dom": "^5.11.4",
|
|
43
43
|
"@testing-library/react": "^12.1.2",
|
|
44
|
-
"@tolgee/ui": "^1.7.
|
|
44
|
+
"@tolgee/ui": "^1.7.6",
|
|
45
45
|
"@types/jest": "^27.0.2",
|
|
46
46
|
"@types/node": "^16.10.4",
|
|
47
47
|
"@types/react": "^17.0.1",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "83b91aad9f7a06d2e044c4e7c8e027b7929d3319"
|
|
66
66
|
}
|