react-scripts-intlayer 4.1.2 → 4.1.4

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 +1 -1
  2. package/package.json +8 -12
package/README.md CHANGED
@@ -72,7 +72,7 @@ If you need to customize the Webpack configuration, you can also implement your
72
72
  ## Read the full Intlayer guide for React Create App
73
73
 
74
74
  Intlayer provides a lot of features to help you internationalize your React application.
75
- [See how to use intlayer with React Create App](https://intlayer.org//doc/environment/create-react-app).
75
+ [See how to use intlayer with React Create App](https://intlayer.org/doc/environment/create-react-app).
76
76
 
77
77
  ## Read about Intlayer
78
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-scripts-intlayer",
3
- "version": "4.1.2",
3
+ "version": "4.1.4",
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": [
@@ -63,8 +63,8 @@
63
63
  "@craco/craco": "^7.1.0",
64
64
  "node-loader": "^2.1.0",
65
65
  "webpack": "^5.97.1",
66
- "@intlayer/config": "4.1.2",
67
- "@intlayer/webpack": "4.1.2"
66
+ "@intlayer/config": "4.1.4",
67
+ "@intlayer/webpack": "4.1.4"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@craco/types": "^7.1.0",
@@ -75,24 +75,20 @@
75
75
  "concurrently": "^9.1.2",
76
76
  "eslint": "^9.18.0",
77
77
  "prettier": "^3.4.2",
78
- "react": "^18.3.1",
79
- "react-dom": "^18.3.1",
80
78
  "rimraf": "^6.0.1",
81
79
  "tsc-alias": "^1.8.10",
82
80
  "tsup": "^8.3.5",
83
81
  "typescript": "^5.7.3",
84
82
  "@utils/eslint-config": "1.0.4",
83
+ "@intlayer/backend": "4.1.4",
84
+ "@utils/ts-config": "1.0.4",
85
85
  "@utils/ts-config-types": "1.0.4",
86
- "@utils/tsup-config": "1.0.4",
87
- "@intlayer/backend": "4.1.2",
88
- "@utils/ts-config": "1.0.4"
86
+ "@utils/tsup-config": "1.0.4"
89
87
  },
90
88
  "peerDependencies": {
91
- "react": ">=16.0.0",
92
- "react-dom": ">=16.0.0",
93
89
  "webpack": ">=5.0.0",
94
- "@intlayer/config": "4.1.2",
95
- "@intlayer/webpack": "4.1.2"
90
+ "@intlayer/config": "4.1.4",
91
+ "@intlayer/webpack": "4.1.4"
96
92
  },
97
93
  "engines": {
98
94
  "node": ">=14.18"