next-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 +20 -20
package/README.md CHANGED
@@ -178,7 +178,7 @@ The `next-intlayer` package also provides some functions to help you to internat
178
178
  ## Read about Intlayer
179
179
 
180
180
  - [Intlayer Website](https://intlayer.org)
181
- - [Intlayer Documentation](https://intlayer.org/docs)
181
+ - [Intlayer Documentation](https://intlayer.org/doc)
182
182
  - [Intlayer GitHub](https://github.com/aymericzip/intlayer)
183
183
 
184
- - [Ask your questions to our smart documentation](https://intlayer.org/docs/chat)
184
+ - [Ask your questions to our smart documentation](https://intlayer.org/docchat)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-intlayer",
3
- "version": "5.5.6",
3
+ "version": "5.5.8",
4
4
  "private": false,
5
5
  "description": "Simplify internationalization i18n in Next.js with context providers, hooks, locale detection, and multilingual content integration.",
6
6
  "keywords": [
@@ -69,41 +69,41 @@
69
69
  "dependencies": {
70
70
  "deepmerge": "^4.3.1",
71
71
  "node-loader": "^2.1.0",
72
- "@intlayer/chokidar": "5.5.6",
73
- "@intlayer/core": "5.5.6",
74
- "react-intlayer": "5.5.6",
75
- "@intlayer/dictionaries-entry": "5.5.6",
76
- "@intlayer/config": "5.5.6",
77
- "@intlayer/webpack": "5.5.6"
72
+ "@intlayer/chokidar": "5.5.8",
73
+ "@intlayer/config": "5.5.8",
74
+ "@intlayer/dictionaries-entry": "5.5.8",
75
+ "@intlayer/core": "5.5.8",
76
+ "@intlayer/webpack": "5.5.8",
77
+ "react-intlayer": "5.5.8"
78
78
  },
79
79
  "devDependencies": {
80
- "@types/node": "^22.13.10",
80
+ "@types/node": "^22.15.30",
81
81
  "@types/react": ">=16.0.0",
82
82
  "@types/react-dom": ">=16.0.0",
83
- "@typescript-eslint/parser": "^8.27.0",
83
+ "@typescript-eslint/parser": "^8.33.1",
84
84
  "concurrently": "^9.1.2",
85
- "eslint": "^9.22.0",
85
+ "eslint": "^9.28.0",
86
86
  "prettier": "^3.5.3",
87
87
  "rimraf": "^6.0.1",
88
- "tsc-alias": "^1.8.11",
89
- "tsup": "^8.4.0",
90
- "typescript": "^5.8.2",
88
+ "tsc-alias": "^1.8.16",
89
+ "tsup": "^8.5.0",
90
+ "typescript": "^5.8.3",
91
91
  "@utils/eslint-config": "1.0.4",
92
92
  "@utils/ts-config": "1.0.4",
93
93
  "@utils/ts-config-types": "1.0.4",
94
94
  "@utils/tsup-config": "1.0.4",
95
- "intlayer": "5.5.6"
95
+ "intlayer": "5.5.8"
96
96
  },
97
97
  "peerDependencies": {
98
98
  "next": ">=14.0.0",
99
99
  "react": ">=16.0.0",
100
100
  "react-dom": ">=16.0.0",
101
- "@intlayer/config": "5.5.6",
102
- "@intlayer/core": "5.5.6",
103
- "@intlayer/dictionaries-entry": "5.5.6",
104
- "@intlayer/webpack": "5.5.6",
105
- "react-intlayer": "5.5.6",
106
- "intlayer": "5.5.6"
101
+ "@intlayer/config": "5.5.8",
102
+ "@intlayer/core": "5.5.8",
103
+ "@intlayer/webpack": "5.5.8",
104
+ "@intlayer/dictionaries-entry": "5.5.8",
105
+ "intlayer": "5.5.8",
106
+ "react-intlayer": "5.5.8"
107
107
  },
108
108
  "engines": {
109
109
  "node": ">=14.18"