gt-react-native 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.
Files changed (1) hide show
  1. package/package.json +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-react-native",
3
- "version": "10.19.13",
3
+ "version": "10.19.14",
4
4
  "description": "An i18n package for React Native",
5
5
  "main": "./dist/commonjs/index.js",
6
6
  "module": "./dist/module/index.js",
@@ -92,9 +92,9 @@
92
92
  "@formatjs/intl-numberformat": "^8.15.6",
93
93
  "@formatjs/intl-pluralrules": "^5.4.6",
94
94
  "@formatjs/intl-relativetimeformat": "^11.4.13",
95
- "@generaltranslation/react-core": "1.8.15",
96
- "@generaltranslation/supported-locales": "2.0.69",
97
- "generaltranslation": "8.2.11"
95
+ "@generaltranslation/react-core": "1.8.16",
96
+ "@generaltranslation/supported-locales": "2.0.70",
97
+ "generaltranslation": "8.2.12"
98
98
  },
99
99
  "devDependencies": {
100
100
  "@babel/core": "^7.28.4",
@@ -150,6 +150,7 @@
150
150
  "release": "pnpm run build:clean && pnpm publish",
151
151
  "release:alpha": "pnpm run build:clean && pnpm publish --tag alpha",
152
152
  "release:beta": "pnpm run build:clean && pnpm publish --tag beta",
153
- "release:latest": "pnpm run build:clean && pnpm publish --tag latest"
153
+ "release:latest": "pnpm run build:clean && pnpm publish --tag latest",
154
+ "typecheck": "tsc --noEmit"
154
155
  }
155
156
  }