@projectcor/maia-components 2.43.0 → 2.43.1

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 +18 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projectcor/maia-components",
3
- "version": "2.43.0",
3
+ "version": "2.43.1",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -28,8 +28,9 @@
28
28
  "test:watch": "node scripts/run-jest.js --watch",
29
29
  "test:coverage": "node scripts/run-jest.js --coverage",
30
30
  "test:jest": "node scripts/run-jest.js",
31
+ "audit:prod": "npm audit --omit=dev --audit-level=high",
31
32
  "np-publish": "npm run build; npm run release;",
32
- "release": "np --any-branch --no-tests",
33
+ "release": "node scripts/run-np-release.js",
33
34
  "build": "npm run clean; babel src --out-dir lib --copy-files src/ --extensions \".ts,.tsx,.js\" --source-maps inline "
34
35
  },
35
36
  "eslintConfig": {
@@ -51,20 +52,21 @@
51
52
  "overrides": {
52
53
  "brace-expansion@1": "1.1.18",
53
54
  "brace-expansion@2": "2.1.4",
54
- "brace-expansion@5": "5.0.8",
55
+ "brace-expansion@5": "5.0.12",
55
56
  "body-parser": "^1.20.6",
56
57
  "@babel/plugin-transform-modules-systemjs": "^7.29.7",
57
58
  "@tootallnate/once": "^3.0.1",
58
59
  "dompurify": "3.4.13",
59
- "fast-uri": "3.1.5",
60
+ "fast-uri": "3.1.6",
60
61
  "flatted": "^3.4.2",
61
62
  "follow-redirects": "^1.16.0",
62
63
  "form-data": "^4.0.6",
63
64
  "got": "^11.8.6",
64
65
  "handlebars": "^4.7.9",
65
66
  "http-proxy-middleware": "^2.0.10",
66
- "js-yaml@3": "3.15.1",
67
- "js-yaml@4": "4.3.1",
67
+ "js-yaml@3": "3.15.2",
68
+ "js-yaml@4": "4.3.2",
69
+ "uuid": "11.1.1",
68
70
  "jszip": "3.10.1",
69
71
  "lodash": "^4.18.1",
70
72
  "lodash@3": "4.18.1",
@@ -103,7 +105,7 @@
103
105
  "@babel/preset-env": "^7.25.4",
104
106
  "@babel/preset-react": "^7.24.7",
105
107
  "@babel/preset-typescript": "^7.24.7",
106
- "@emoji-mart/react": "^1.1.1",
108
+ "@emoji-mart/react": "1.1.1",
107
109
  "@emotion/react": "^11.13.3",
108
110
  "@emotion/styled": "^11.13.0",
109
111
  "@mui/material": "^5.16.7",
@@ -144,7 +146,7 @@
144
146
  "css-loader": "^6.11.0",
145
147
  "dotenv": "^16.4.5",
146
148
  "dotenv-webpack": "^8.1.0",
147
- "emoji-mart": "^5.6.0",
149
+ "emoji-mart": "5.6.0",
148
150
  "eslint": "^8.57.0",
149
151
  "eslint-config-airbnb": "^19.0.4",
150
152
  "eslint-config-prettier": "^9.1.0",
@@ -168,7 +170,6 @@
168
170
  "lottie-react": "^2.4.0",
169
171
  "mini-css-extract-plugin": "^2.9.1",
170
172
  "moment": "2.30.1",
171
- "np": "7.7.0",
172
173
  "path-browserify": "^1.0.1",
173
174
  "postcss": "^8.5.10",
174
175
  "postcss-loader": "^8.2.0",
@@ -177,9 +178,7 @@
177
178
  "react": "18.2.0",
178
179
  "react-dom": "18.2.0",
179
180
  "react-i18next": "11.18.6",
180
- "react-router-dom": "6.30.4",
181
- "react-tooltip": "^6.0.8",
182
- "react-tracked": "^2.0.1",
181
+ "react-router-dom": "6.30.6",
183
182
  "stream-browserify": "^3.0.0",
184
183
  "style-loader": "^3.3.4",
185
184
  "styled-components": "^5.3.11",
@@ -193,7 +192,7 @@
193
192
  "webpack": "^5.94.0",
194
193
  "webpack-bundle-analyzer": "^5.3.1",
195
194
  "webpack-cli": "^5.1.4",
196
- "webpack-dev-server": "4.15.2"
195
+ "webpack-dev-server": "5.2.6"
197
196
  },
198
197
  "peerDependencies": {
199
198
  "@apollo/client": "^3.*",
@@ -217,12 +216,17 @@
217
216
  "react-dom": "18.2.0",
218
217
  "react-i18next": "^11.*",
219
218
  "react-router-dom": "^6.8.0",
220
- "react-tracked": "^1.*",
221
219
  "styled-components": "^5.*",
222
220
  "uuid": "^8.3.0 || ^11.1.1"
223
221
  },
224
222
  "engines": {
225
223
  "node": ">=18",
226
224
  "npm": ">=9"
225
+ },
226
+ "np": {
227
+ "yarn": false,
228
+ "tests": false,
229
+ "cleanup": false,
230
+ "yolo": true
227
231
  }
228
232
  }