lynx-intlayer 5.5.7 → 5.5.9
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/README.md +2 -2
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -72,7 +72,7 @@ Intlayer provides a lot of features to help you internationalize your Vite appli
|
|
|
72
72
|
## Read about Intlayer
|
|
73
73
|
|
|
74
74
|
- [Intlayer Website](https://intlayer.org)
|
|
75
|
-
- [Intlayer Documentation](https://intlayer.org/
|
|
75
|
+
- [Intlayer Documentation](https://intlayer.org/doc)
|
|
76
76
|
- [Intlayer GitHub](https://github.com/aymericzip/intlayer)
|
|
77
77
|
|
|
78
|
-
- [Ask your questions to our smart documentation](https://intlayer.org/
|
|
78
|
+
- [Ask your questions to our smart documentation](https://intlayer.org/docchat)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lynx-intlayer",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Lynx plugin for seamless internationalization (i18n) and localization (l10n) of your mobile app.",
|
|
6
6
|
"keywords": [
|
|
@@ -63,34 +63,34 @@
|
|
|
63
63
|
"./package.json"
|
|
64
64
|
],
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@intlayer/
|
|
67
|
-
"@intlayer/
|
|
68
|
-
"@intlayer/
|
|
66
|
+
"@intlayer/config": "5.5.9",
|
|
67
|
+
"@intlayer/chokidar": "5.5.9",
|
|
68
|
+
"@intlayer/core": "5.5.9"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@rsbuild/core": "^1.2.16",
|
|
72
|
-
"@types/node": "^22.
|
|
73
|
-
"@typescript-eslint/parser": "^8.
|
|
72
|
+
"@types/node": "^22.15.30",
|
|
73
|
+
"@typescript-eslint/parser": "^8.33.1",
|
|
74
74
|
"concurrently": "^9.1.2",
|
|
75
|
-
"eslint": "^9.
|
|
75
|
+
"eslint": "^9.28.0",
|
|
76
76
|
"expo": "^52.0.37",
|
|
77
77
|
"metro-resolver": "^0.82.0",
|
|
78
78
|
"prettier": "^3.5.3",
|
|
79
79
|
"rimraf": "^6.0.1",
|
|
80
|
-
"tsc-alias": "^1.8.
|
|
81
|
-
"tsup": "^8.
|
|
82
|
-
"typescript": "^5.8.
|
|
80
|
+
"tsc-alias": "^1.8.16",
|
|
81
|
+
"tsup": "^8.5.0",
|
|
82
|
+
"typescript": "^5.8.3",
|
|
83
83
|
"@utils/eslint-config": "1.0.4",
|
|
84
|
+
"@utils/ts-config": "1.0.4",
|
|
84
85
|
"@utils/ts-config-types": "1.0.4",
|
|
85
|
-
"@utils/tsup-config": "1.0.4"
|
|
86
|
-
"@utils/ts-config": "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.5.
|
|
92
|
-
"@intlayer/config": "5.5.
|
|
93
|
-
"@intlayer/core": "5.5.
|
|
91
|
+
"@intlayer/chokidar": "5.5.9",
|
|
92
|
+
"@intlayer/config": "5.5.9",
|
|
93
|
+
"@intlayer/core": "5.5.9"
|
|
94
94
|
},
|
|
95
95
|
"engines": {
|
|
96
96
|
"node": ">=14.18"
|