@projectcor/maia-components 2.44.2 → 2.44.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 (1) hide show
  1. package/package.json +10 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projectcor/maia-components",
3
- "version": "2.44.2",
3
+ "version": "2.44.4",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -21,6 +21,9 @@
21
21
  "clean:web": "rm -Rf ~/cor/dockerEnviroment/web/node_modules/@projectcor/maia-components/lib",
22
22
  "copy:web": "cp -R ./lib ~/cor/dockerEnviroment/web/node_modules/@projectcor/maia-components/lib",
23
23
  "eslint": "eslint \"src/**/*.{ts,tsx,js}\"",
24
+ "doctor": "react-doctor .",
25
+ "doctor:diff": "react-doctor . --scope files --base master",
26
+ "doctor:ci": "react-doctor . --scope changed --base master --no-dead-code --no-telemetry --blocking none",
24
27
  "prepare": "husky install || true",
25
28
  "start": "node scripts/auth-and-start.js",
26
29
  "start:no-auth": "NODE_ENV=development webpack-dev-server --mode development",
@@ -90,7 +93,10 @@
90
93
  "ws@7": "7.5.11",
91
94
  "ws@8": "8.21.0",
92
95
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
93
- "yaml": "^1.10.3"
96
+ "yaml": "^1.10.3",
97
+ "react-doctor": {
98
+ "yaml": "^2.9.0"
99
+ }
94
100
  },
95
101
  "devDependencies": {
96
102
  "@apollo/client": "3.8.10",
@@ -176,6 +182,7 @@
176
182
  "prettier": "^3.3.3",
177
183
  "process": "0.11.10",
178
184
  "react": "18.2.0",
185
+ "react-doctor": "^0.9.14",
179
186
  "react-dom": "18.2.0",
180
187
  "react-i18next": "11.18.6",
181
188
  "react-router-dom": "6.30.6",
@@ -220,7 +227,7 @@
220
227
  "uuid": "^8.3.0 || ^11.1.1"
221
228
  },
222
229
  "engines": {
223
- "node": ">=18",
230
+ "node": ">=20.19.0",
224
231
  "npm": ">=9"
225
232
  },
226
233
  "np": {