lynx-intlayer 5.5.7 → 5.5.8

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +16 -16
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/docs)
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/docs/chat)
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.7",
3
+ "version": "5.5.8",
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/chokidar": "5.5.7",
67
- "@intlayer/core": "5.5.7",
68
- "@intlayer/config": "5.5.7"
66
+ "@intlayer/chokidar": "5.5.8",
67
+ "@intlayer/core": "5.5.8",
68
+ "@intlayer/config": "5.5.8"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@rsbuild/core": "^1.2.16",
72
- "@types/node": "^22.13.10",
73
- "@typescript-eslint/parser": "^8.27.0",
72
+ "@types/node": "^22.15.30",
73
+ "@typescript-eslint/parser": "^8.33.1",
74
74
  "concurrently": "^9.1.2",
75
- "eslint": "^9.22.0",
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.11",
81
- "tsup": "^8.4.0",
82
- "typescript": "^5.8.2",
83
- "@utils/eslint-config": "1.0.4",
80
+ "tsc-alias": "^1.8.16",
81
+ "tsup": "^8.5.0",
82
+ "typescript": "^5.8.3",
83
+ "@utils/ts-config": "1.0.4",
84
84
  "@utils/ts-config-types": "1.0.4",
85
- "@utils/tsup-config": "1.0.4",
86
- "@utils/ts-config": "1.0.4"
85
+ "@utils/eslint-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.7",
92
- "@intlayer/config": "5.5.7",
93
- "@intlayer/core": "5.5.7"
91
+ "@intlayer/chokidar": "5.5.8",
92
+ "@intlayer/core": "5.5.8",
93
+ "@intlayer/config": "5.5.8"
94
94
  },
95
95
  "engines": {
96
96
  "node": ">=14.18"