react-scripts-intlayer 5.7.2 → 5.7.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.
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-scripts-intlayer",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.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": [
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"node-loader": "^2.1.0",
|
|
66
66
|
"process": "^0.11.10",
|
|
67
67
|
"webpack": "^5.98.0",
|
|
68
|
-
"@intlayer/config": "5.7.
|
|
69
|
-
"@intlayer/webpack": "5.7.
|
|
68
|
+
"@intlayer/config": "5.7.4",
|
|
69
|
+
"@intlayer/webpack": "5.7.4"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@craco/types": "^7.1.0",
|
|
@@ -82,16 +82,16 @@
|
|
|
82
82
|
"tsup": "^8.5.0",
|
|
83
83
|
"typescript": "^5.8.3",
|
|
84
84
|
"vitest": "^3.2.2",
|
|
85
|
-
"@intlayer/backend": "5.7.2",
|
|
86
85
|
"@utils/eslint-config": "1.0.4",
|
|
87
|
-
"@utils/ts-config": "1.0.4",
|
|
88
86
|
"@utils/tsup-config": "1.0.4",
|
|
89
|
-
"@utils/ts-config-types": "1.0.4"
|
|
87
|
+
"@utils/ts-config-types": "1.0.4",
|
|
88
|
+
"@utils/ts-config": "1.0.4",
|
|
89
|
+
"@intlayer/backend": "5.7.4"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"webpack": ">=5.0.0",
|
|
93
|
-
"@intlayer/config": "5.7.
|
|
94
|
-
"@intlayer/webpack": "5.7.
|
|
93
|
+
"@intlayer/config": "5.7.4",
|
|
94
|
+
"@intlayer/webpack": "5.7.4"
|
|
95
95
|
},
|
|
96
96
|
"engines": {
|
|
97
97
|
"node": ">=14.18"
|
|
@@ -100,7 +100,8 @@
|
|
|
100
100
|
"url": "https://github.com/aymericzip/intlayer/issues"
|
|
101
101
|
},
|
|
102
102
|
"scripts": {
|
|
103
|
-
"build": "pnpm
|
|
103
|
+
"build": "pnpm clean & pnpm build:ci",
|
|
104
|
+
"build:ci": "pnpm build:package & pnpm build:types",
|
|
104
105
|
"build:package": "tsup",
|
|
105
106
|
"build:types": "tsc --project ./tsconfig.types.json && tsc-alias --project ./tsconfig.types.json",
|
|
106
107
|
"clean": "rimraf ./dist",
|
|
@@ -109,7 +110,6 @@
|
|
|
109
110
|
"lint:fix": "eslint . --cache --fix",
|
|
110
111
|
"prettier": "prettier . --check",
|
|
111
112
|
"prettier:fix": "prettier . --write",
|
|
112
|
-
"reset": "pnpm clean & pnpm build",
|
|
113
113
|
"test": "vitest run",
|
|
114
114
|
"test:watch": "vitest",
|
|
115
115
|
"typecheck": "tsup --project ./tsconfig.json --noEmit"
|