react-scripts-intlayer 4.1.0 → 4.1.2

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 -3
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <a href="https://www.npmjs.com/package/react-scripts-intlayer">
2
+ <a href="https://intlayer.org">
3
3
  <img src="https://raw.githubusercontent.com/aymericzip/intlayer/572ae9c9acafb74307b81530c1931a8e98990aef/docs/assets/logo.png" width="500" alt="intlayer" />
4
4
  </a>
5
5
  </div>
@@ -14,7 +14,6 @@
14
14
  <a href="https://npmjs.org/package/react-scripts-intlayer">
15
15
  <img alt="types included" src="https://badgen.net/npm/types/react-scripts-intlayer?labelColor=49516F&color=8994BC"
16
16
  />
17
- </a>
18
17
  </div>
19
18
 
20
19
  # react-scripts-intlayer: Use Intlayer in a React Create App application
@@ -73,7 +72,7 @@ If you need to customize the Webpack configuration, you can also implement your
73
72
  ## Read the full Intlayer guide for React Create App
74
73
 
75
74
  Intlayer provides a lot of features to help you internationalize your React application.
76
- [See how to use intlayer with React Create App](https://github.com/aymericzip/intlayer/blob/main/docs/en/intlayer_with_create_react_app.md).
75
+ [See how to use intlayer with React Create App](https://intlayer.org//doc/environment/create-react-app).
77
76
 
78
77
  ## Read about Intlayer
79
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-scripts-intlayer",
3
- "version": "4.1.0",
3
+ "version": "4.1.2",
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.0",
67
- "@intlayer/webpack": "4.1.0"
66
+ "@intlayer/config": "4.1.2",
67
+ "@intlayer/webpack": "4.1.2"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@craco/types": "^7.1.0",
@@ -81,18 +81,18 @@
81
81
  "tsc-alias": "^1.8.10",
82
82
  "tsup": "^8.3.5",
83
83
  "typescript": "^5.7.3",
84
- "@utils/ts-config": "1.0.4",
85
- "@utils/tsup-config": "1.0.4",
84
+ "@utils/eslint-config": "1.0.4",
86
85
  "@utils/ts-config-types": "1.0.4",
87
- "@intlayer/backend": "4.1.0",
88
- "@utils/eslint-config": "1.0.4"
86
+ "@utils/tsup-config": "1.0.4",
87
+ "@intlayer/backend": "4.1.2",
88
+ "@utils/ts-config": "1.0.4"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "react": ">=16.0.0",
92
92
  "react-dom": ">=16.0.0",
93
93
  "webpack": ">=5.0.0",
94
- "@intlayer/config": "4.1.0",
95
- "@intlayer/webpack": "4.1.0"
94
+ "@intlayer/config": "4.1.2",
95
+ "@intlayer/webpack": "4.1.2"
96
96
  },
97
97
  "engines": {
98
98
  "node": ">=14.18"