gt-react 10.19.13 → 10.19.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-react",
3
- "version": "10.19.13",
3
+ "version": "10.19.14",
4
4
  "description": "A React library for automatic internationalization.",
5
5
  "main": "./dist/index.cjs.min.cjs",
6
6
  "module": "./dist/index.esm.min.mjs",
@@ -18,10 +18,10 @@
18
18
  "react-dom": ">=16.8.0"
19
19
  },
20
20
  "dependencies": {
21
- "@generaltranslation/supported-locales": "2.0.69",
22
- "generaltranslation": "8.2.11",
23
- "gt-i18n": "0.8.14",
24
- "@generaltranslation/react-core": "1.8.15"
21
+ "generaltranslation": "8.2.12",
22
+ "@generaltranslation/react-core": "1.8.16",
23
+ "gt-i18n": "0.9.0",
24
+ "@generaltranslation/supported-locales": "2.0.70"
25
25
  },
26
26
  "repository": {
27
27
  "type": "git",
@@ -145,6 +145,7 @@
145
145
  "release:beta": "pnpm run build:clean && pnpm publish --tag beta",
146
146
  "release:latest": "pnpm run build:clean && pnpm publish --tag latest",
147
147
  "test": "vitest run",
148
- "test:watch": "vitest"
148
+ "test:watch": "vitest",
149
+ "typecheck": "tsc --noEmit"
149
150
  }
150
151
  }