react-scripts-intlayer 8.5.2 → 8.6.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,9 +1,9 @@
1
- import * as _craco_types0 from "@craco/types";
1
+ import * as _$_craco_types0 from "@craco/types";
2
2
 
3
3
  //#region src/craco.config.d.ts
4
4
  declare const cracoConfig: {
5
5
  plugins: {
6
- plugin: _craco_types0.CracoPlugin;
6
+ plugin: _$_craco_types0.CracoPlugin;
7
7
  }[];
8
8
  };
9
9
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"craco.config.d.ts","names":[],"sources":["../../src/craco.config.ts"],"mappings":";;;cAIM,WAAA;;YAMiB,aAAA,CAAA,WAAA;EAAA;AAAA"}
1
+ {"version":3,"file":"craco.config.d.ts","names":[],"sources":["../../src/craco.config.ts"],"mappings":";;;cAIM,WAAA;;YAMiB,eAAA,CAAA,WAAA;EAAA;AAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-scripts-intlayer",
3
- "version": "8.5.2",
3
+ "version": "8.6.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": [
@@ -79,9 +79,9 @@
79
79
  },
80
80
  "dependencies": {
81
81
  "@craco/craco": "7.1.0",
82
- "@intlayer/config": "8.5.2",
83
- "@intlayer/types": "8.5.2",
84
- "@intlayer/webpack": "8.5.2",
82
+ "@intlayer/config": "8.6.0",
83
+ "@intlayer/types": "8.6.0",
84
+ "@intlayer/webpack": "8.6.0",
85
85
  "defu": "6.1.4",
86
86
  "node-loader": "2.1.0",
87
87
  "process": "0.11.10",
@@ -96,9 +96,9 @@
96
96
  "@utils/ts-config-types": "1.0.4",
97
97
  "@utils/tsdown-config": "1.0.4",
98
98
  "rimraf": "6.1.3",
99
- "tsdown": "0.21.4",
99
+ "tsdown": "0.21.7",
100
100
  "typescript": "6.0.2",
101
- "vitest": "4.1.1"
101
+ "vitest": "4.1.2"
102
102
  },
103
103
  "peerDependencies": {
104
104
  "webpack": ">=5.0.0"