vite-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 +16 -16
package/README.md CHANGED
@@ -180,7 +180,7 @@ Apache-2.0
180
180
  ## Read about Intlayer
181
181
 
182
182
  - [Intlayer Website](https://intlayer.org)
183
- - [Intlayer Documentation](https://intlayer.org/docs)
183
+ - [Intlayer Documentation](https://intlayer.org/doc)
184
184
  - [Intlayer GitHub](https://github.com/aymericzip/intlayer)
185
185
 
186
- - [Ask your questions to our smart documentation](https://intlayer.org/docs/chat)
186
+ - [Ask your questions to our smart documentation](https://intlayer.org/docchat)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-intlayer",
3
- "version": "5.5.6",
3
+ "version": "5.5.8",
4
4
  "private": false,
5
5
  "description": "A Vite plugin for seamless internationalization (i18n), providing locale detection, redirection, and environment-based configuration",
6
6
  "keywords": [
@@ -58,31 +58,31 @@
58
58
  "./package.json"
59
59
  ],
60
60
  "dependencies": {
61
- "@intlayer/chokidar": "5.5.6",
62
- "@intlayer/config": "5.5.6",
63
- "@intlayer/core": "5.5.6",
64
- "@intlayer/babel": "5.5.6"
61
+ "@intlayer/config": "5.5.8",
62
+ "@intlayer/chokidar": "5.5.8",
63
+ "@intlayer/core": "5.5.8",
64
+ "@intlayer/babel": "5.5.8"
65
65
  },
66
66
  "devDependencies": {
67
- "@types/node": "^22.13.10",
68
- "@typescript-eslint/parser": "^8.27.0",
67
+ "@types/node": "^22.15.30",
68
+ "@typescript-eslint/parser": "^8.33.1",
69
69
  "concurrently": "^9.1.2",
70
- "eslint": "^9.22.0",
70
+ "eslint": "^9.28.0",
71
71
  "prettier": "^3.5.3",
72
72
  "rimraf": "^6.0.1",
73
- "tsc-alias": "^1.8.11",
74
- "tsup": "^8.4.0",
75
- "typescript": "^5.8.2",
73
+ "tsc-alias": "^1.8.16",
74
+ "tsup": "^8.5.0",
75
+ "typescript": "^5.8.3",
76
+ "@utils/eslint-config": "1.0.4",
76
77
  "@utils/ts-config": "1.0.4",
77
- "@utils/ts-config-types": "1.0.4",
78
78
  "@utils/tsup-config": "1.0.4",
79
- "@utils/eslint-config": "1.0.4"
79
+ "@utils/ts-config-types": "1.0.4"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "vite": ">=4.0.0",
83
- "@intlayer/chokidar": "5.5.6",
84
- "@intlayer/core": "5.5.6",
85
- "@intlayer/config": "5.5.6"
83
+ "@intlayer/chokidar": "5.5.8",
84
+ "@intlayer/config": "5.5.8",
85
+ "@intlayer/core": "5.5.8"
86
86
  },
87
87
  "engines": {
88
88
  "node": ">=14.18"