@tolgee/react 7.1.1 → 7.1.2

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 +5 -5
package/README.md CHANGED
@@ -193,7 +193,7 @@ pnpm run e2e open react
193
193
 
194
194
  ## Contributors
195
195
 
196
- <a href="https://github.com/tolgee/tolgee-platform/graphs/contributors">
196
+ <a href="https://github.com/tolgee/tolgee-js/graphs/contributors">
197
197
  <img alt="contributors" src="https://contrib.rocks/image?repo=tolgee/tolgee-js"/>
198
198
  </a>
199
199
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolgee/react",
3
- "version": "7.1.1",
3
+ "version": "7.1.2",
4
4
  "description": "React implementation for Tolgee localization framework",
5
5
  "main": "./dist/tolgee-react.cjs.js",
6
6
  "module": "./dist/tolgee-react.esm.js",
@@ -38,7 +38,7 @@
38
38
  "react": "^16.14.0 || ^17.0.1 || ^18.1.0 || ^19"
39
39
  },
40
40
  "dependencies": {
41
- "@tolgee/web": "7.1.1"
41
+ "@tolgee/web": "7.1.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@rollup/plugin-node-resolve": "^14.1.0",
@@ -46,8 +46,8 @@
46
46
  "@testing-library/dom": "^8.7.2",
47
47
  "@testing-library/jest-dom": "^5.11.4",
48
48
  "@testing-library/react": "^14.3.1",
49
- "@tolgee/format-icu": "7.1.1",
50
- "@tolgee/testing": "7.1.1",
49
+ "@tolgee/format-icu": "7.1.2",
50
+ "@tolgee/testing": "7.1.2",
51
51
  "@types/jest": "^29.5.0",
52
52
  "@types/node": "^17.0.8",
53
53
  "@types/react": "^18.3.16",
@@ -88,5 +88,5 @@
88
88
  "access": "public"
89
89
  },
90
90
  "sideEffects": false,
91
- "gitHead": "b6809293389db584534a8f8896e2461584421b74"
91
+ "gitHead": "322a72655f1e00604ea859e07cd25fe6541c6da0"
92
92
  }