gt-react 10.19.11 → 10.19.12

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.11",
3
+ "version": "10.19.12",
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",
@@ -20,8 +20,8 @@
20
20
  "dependencies": {
21
21
  "@generaltranslation/supported-locales": "2.0.69",
22
22
  "generaltranslation": "8.2.11",
23
- "@generaltranslation/react-core": "1.8.13",
24
- "gt-i18n": "0.8.12"
23
+ "@generaltranslation/react-core": "1.8.14",
24
+ "gt-i18n": "0.8.13"
25
25
  },
26
26
  "repository": {
27
27
  "type": "git",
@@ -144,8 +144,6 @@
144
144
  "release:alpha": "pnpm run build:clean && pnpm publish --tag alpha",
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
- "lint": "eslint \"src/**/*.{js,ts,tsx}\" \"__tests__/**/*.{js,ts,tsx}\"",
148
- "lint:fix": "eslint \"src/**/*.{js,ts,tsx}\" \"__tests__/**/*.{js,ts,tsx}\" --fix",
149
147
  "test": "vitest run",
150
148
  "test:watch": "vitest"
151
149
  }