react-scripts-intlayer 4.0.4 → 4.1.0

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  __commonJS
3
- } from './chunk-ZD7AOCMD.mjs';
4
- import * as intlayerPlugin from './intlayerCracoPlugin.mjs';
3
+ } from "./chunk-ZD7AOCMD.mjs";
4
+ import * as intlayerPlugin from "./intlayerCracoPlugin.mjs";
5
5
  var require_craco_config = __commonJS({
6
6
  "src/craco.config.ts"(exports, module) {
7
7
  module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-scripts-intlayer",
3
- "version": "4.0.4",
3
+ "version": "4.1.0",
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.0.4",
67
- "@intlayer/webpack": "4.0.4"
66
+ "@intlayer/config": "4.1.0",
67
+ "@intlayer/webpack": "4.1.0"
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
- "@intlayer/backend": "4.0.4",
85
- "@utils/eslint-config": "1.0.4",
86
84
  "@utils/ts-config": "1.0.4",
85
+ "@utils/tsup-config": "1.0.4",
87
86
  "@utils/ts-config-types": "1.0.4",
88
- "@utils/tsup-config": "1.0.4"
87
+ "@intlayer/backend": "4.1.0",
88
+ "@utils/eslint-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.0.4",
95
- "@intlayer/webpack": "4.0.4"
94
+ "@intlayer/config": "4.1.0",
95
+ "@intlayer/webpack": "4.1.0"
96
96
  },
97
97
  "engines": {
98
98
  "node": ">=14.18"