lynx-intlayer 5.3.9 → 5.3.11

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 +17 -17
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "lynx-intlayer",
3
- "version": "5.3.9",
3
+ "version": "5.3.11",
4
4
  "private": false,
5
- "description": "A React Native plugin for seamless internationalization (i18n), providing locale detection, redirection, and environment-based configuration",
5
+ "description": "A Lynx plugin for seamless internationalization (i18n) and localization (l10n) of your mobile app.",
6
6
  "keywords": [
7
7
  "intlayer",
8
8
  "data",
@@ -63,34 +63,34 @@
63
63
  "./package.json"
64
64
  ],
65
65
  "dependencies": {
66
- "@intlayer/chokidar": "5.3.9",
67
- "@intlayer/config": "5.3.9",
68
- "@intlayer/core": "5.3.9"
66
+ "@intlayer/chokidar": "5.3.11",
67
+ "@intlayer/core": "5.3.11",
68
+ "@intlayer/config": "5.3.11"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@rsbuild/core": "^1.2.16",
72
- "@types/node": "^22.10.6",
73
- "@typescript-eslint/parser": "^8.24.0",
72
+ "@types/node": "^22.13.10",
73
+ "@typescript-eslint/parser": "^8.27.0",
74
74
  "concurrently": "^9.1.2",
75
- "eslint": "^9.20.0",
75
+ "eslint": "^9.22.0",
76
76
  "expo": "^52.0.37",
77
77
  "metro-resolver": "^0.82.0",
78
- "prettier": "^3.5.0",
78
+ "prettier": "^3.5.3",
79
79
  "rimraf": "^6.0.1",
80
- "tsc-alias": "^1.8.10",
81
- "tsup": "^8.3.5",
82
- "typescript": "^5.7.3",
80
+ "tsc-alias": "^1.8.11",
81
+ "tsup": "^8.4.0",
82
+ "typescript": "^5.8.2",
83
+ "@utils/ts-config-types": "1.0.4",
83
84
  "@utils/eslint-config": "1.0.4",
84
85
  "@utils/ts-config": "1.0.4",
85
- "@utils/tsup-config": "1.0.4",
86
- "@utils/ts-config-types": "1.0.4"
86
+ "@utils/tsup-config": "1.0.4"
87
87
  },
88
88
  "peerDependencies": {
89
89
  "@lynx-js/rspeedy": "^0.8.2",
90
90
  "@rsbuild/core": "^1.2.16",
91
- "@intlayer/chokidar": "5.3.9",
92
- "@intlayer/config": "5.3.9",
93
- "@intlayer/core": "5.3.9"
91
+ "@intlayer/chokidar": "5.3.11",
92
+ "@intlayer/config": "5.3.11",
93
+ "@intlayer/core": "5.3.11"
94
94
  },
95
95
  "engines": {
96
96
  "node": ">=14.18"