react-scripts-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 +14 -14
package/README.md CHANGED
@@ -77,7 +77,7 @@ Intlayer provides a lot of features to help you internationalize your React appl
77
77
  ## Read about Intlayer
78
78
 
79
79
  - [Intlayer Website](https://intlayer.org)
80
- - [Intlayer Documentation](https://intlayer.org/docs)
80
+ - [Intlayer Documentation](https://intlayer.org/doc)
81
81
  - [Intlayer GitHub](https://github.com/aymericzip/intlayer)
82
82
 
83
- - [Ask your questions to our smart documentation](https://intlayer.org/docs/chat)
83
+ - [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-scripts-intlayer",
3
- "version": "5.5.6",
3
+ "version": "5.5.8",
4
4
  "private": false,
5
5
  "description": "Integrate Intlayer with Create React App using custom React scripts for internationalization i18n and advanced Webpack configurations",
6
6
  "keywords": [
@@ -65,32 +65,32 @@
65
65
  "node-loader": "^2.1.0",
66
66
  "process": "^0.11.10",
67
67
  "webpack": "^5.98.0",
68
- "@intlayer/webpack": "5.5.6",
69
- "@intlayer/config": "5.5.6"
68
+ "@intlayer/config": "5.5.8",
69
+ "@intlayer/webpack": "5.5.8"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@craco/types": "^7.1.0",
73
73
  "@types/cross-spawn": "^6.0.6",
74
- "@types/node": "^22.13.10",
74
+ "@types/node": "^22.15.30",
75
75
  "@types/webpack": "^5.28.5",
76
- "@typescript-eslint/parser": "^8.27.0",
76
+ "@typescript-eslint/parser": "^8.33.1",
77
77
  "concurrently": "^9.1.2",
78
- "eslint": "^9.22.0",
78
+ "eslint": "^9.28.0",
79
79
  "prettier": "^3.5.3",
80
80
  "rimraf": "^6.0.1",
81
- "tsc-alias": "^1.8.11",
82
- "tsup": "^8.4.0",
83
- "typescript": "^5.8.2",
81
+ "tsc-alias": "^1.8.16",
82
+ "tsup": "^8.5.0",
83
+ "typescript": "^5.8.3",
84
84
  "@utils/eslint-config": "1.0.4",
85
- "@intlayer/backend": "5.5.6",
86
85
  "@utils/ts-config": "1.0.4",
87
- "@utils/tsup-config": "1.0.4",
88
- "@utils/ts-config-types": "1.0.4"
86
+ "@utils/ts-config-types": "1.0.4",
87
+ "@intlayer/backend": "5.5.8",
88
+ "@utils/tsup-config": "1.0.4"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "webpack": ">=5.0.0",
92
- "@intlayer/config": "5.5.6",
93
- "@intlayer/webpack": "5.5.6"
92
+ "@intlayer/config": "5.5.8",
93
+ "@intlayer/webpack": "5.5.8"
94
94
  },
95
95
  "engines": {
96
96
  "node": ">=14.18"