react-native-intlayer 5.5.6 → 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 +13 -13
package/README.md CHANGED
@@ -71,7 +71,7 @@ Intlayer provides a lot of features to help you internationalize your Vite appli
71
71
  ## Read about Intlayer
72
72
 
73
73
  - [Intlayer Website](https://intlayer.org)
74
- - [Intlayer Documentation](https://intlayer.org/docs)
74
+ - [Intlayer Documentation](https://intlayer.org/doc)
75
75
  - [Intlayer GitHub](https://github.com/aymericzip/intlayer)
76
76
 
77
- - [Ask your questions to our smart documentation](https://intlayer.org/docs/chat)
77
+ - [Ask your questions to our smart documentation](https://intlayer.org/docchat)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-intlayer",
3
- "version": "5.5.6",
3
+ "version": "5.5.8",
4
4
  "private": false,
5
5
  "description": "A React Native plugin for seamless internationalization (i18n), providing locale detection, redirection, and environment-based configuration",
6
6
  "keywords": [
@@ -63,22 +63,22 @@
63
63
  "./package.json"
64
64
  ],
65
65
  "dependencies": {
66
- "@intlayer/chokidar": "5.5.6",
67
- "@intlayer/config": "5.5.6",
68
- "@intlayer/core": "5.5.6"
66
+ "@intlayer/chokidar": "5.5.8",
67
+ "@intlayer/config": "5.5.8",
68
+ "@intlayer/core": "5.5.8"
69
69
  },
70
70
  "devDependencies": {
71
- "@types/node": "^22.13.10",
72
- "@typescript-eslint/parser": "^8.27.0",
71
+ "@types/node": "^22.15.30",
72
+ "@typescript-eslint/parser": "^8.33.1",
73
73
  "concurrently": "^9.1.2",
74
- "eslint": "^9.22.0",
74
+ "eslint": "^9.28.0",
75
75
  "expo": "^52.0.37",
76
76
  "metro-resolver": "^0.82.0",
77
77
  "prettier": "^3.5.3",
78
78
  "rimraf": "^6.0.1",
79
- "tsc-alias": "^1.8.11",
80
- "tsup": "^8.4.0",
81
- "typescript": "^5.8.2",
79
+ "tsc-alias": "^1.8.16",
80
+ "tsup": "^8.5.0",
81
+ "typescript": "^5.8.3",
82
82
  "@utils/eslint-config": "1.0.4",
83
83
  "@utils/ts-config": "1.0.4",
84
84
  "@utils/ts-config-types": "1.0.4",
@@ -87,9 +87,9 @@
87
87
  "peerDependencies": {
88
88
  "expo": "^52.0.37",
89
89
  "metro-resolver": "^0.82.0",
90
- "@intlayer/chokidar": "5.5.6",
91
- "@intlayer/config": "5.5.6",
92
- "@intlayer/core": "5.5.6"
90
+ "@intlayer/chokidar": "5.5.8",
91
+ "@intlayer/config": "5.5.8",
92
+ "@intlayer/core": "5.5.8"
93
93
  },
94
94
  "engines": {
95
95
  "node": ">=14.18"