@elliemae/ds-progress-indicator 3.51.0-next.0 → 3.51.0-next.11
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -28
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-progress-indicator",
|
3
|
-
"version": "3.51.0-next.
|
3
|
+
"version": "3.51.0-next.11",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Progress Indicator",
|
6
6
|
"files": [
|
@@ -14,26 +14,6 @@
|
|
14
14
|
"types": "./dist/types/index.d.ts",
|
15
15
|
"import": "./dist/esm/index.js",
|
16
16
|
"require": "./dist/cjs/index.js"
|
17
|
-
},
|
18
|
-
"./utils": {
|
19
|
-
"import": "./dist/esm/utils.js",
|
20
|
-
"require": "./dist/cjs/utils.js"
|
21
|
-
},
|
22
|
-
"./ProgressCounter": {
|
23
|
-
"import": "./dist/esm/ProgressCounter.js",
|
24
|
-
"require": "./dist/cjs/ProgressCounter.js"
|
25
|
-
},
|
26
|
-
"./ProgressBar": {
|
27
|
-
"import": "./dist/esm/ProgressBar.js",
|
28
|
-
"require": "./dist/cjs/ProgressBar.js"
|
29
|
-
},
|
30
|
-
"./DSProgressIndicator": {
|
31
|
-
"import": "./dist/esm/DSProgressIndicator.js",
|
32
|
-
"require": "./dist/cjs/DSProgressIndicator.js"
|
33
|
-
},
|
34
|
-
"./classedComponents": {
|
35
|
-
"import": "./dist/esm/classedComponents.js",
|
36
|
-
"require": "./dist/cjs/classedComponents.js"
|
37
17
|
}
|
38
18
|
},
|
39
19
|
"sideEffects": [
|
@@ -45,8 +25,8 @@
|
|
45
25
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
46
26
|
},
|
47
27
|
"engines": {
|
48
|
-
"pnpm": ">=
|
49
|
-
"node": ">=
|
28
|
+
"pnpm": ">=9",
|
29
|
+
"node": ">=22"
|
50
30
|
},
|
51
31
|
"author": "ICE MT",
|
52
32
|
"jestSonar": {
|
@@ -57,15 +37,15 @@
|
|
57
37
|
},
|
58
38
|
"dependencies": {
|
59
39
|
"prop-types": "~15.8.1",
|
60
|
-
"@elliemae/ds-classnames": "3.51.0-next.
|
61
|
-
"@elliemae/ds-props-helpers": "3.51.0-next.
|
62
|
-
"@elliemae/ds-truncated-tooltip-text": "3.51.0-next.
|
40
|
+
"@elliemae/ds-classnames": "3.51.0-next.11",
|
41
|
+
"@elliemae/ds-props-helpers": "3.51.0-next.11",
|
42
|
+
"@elliemae/ds-truncated-tooltip-text": "3.51.0-next.11"
|
63
43
|
},
|
64
44
|
"devDependencies": {
|
65
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
45
|
+
"@elliemae/pui-cli": "9.0.0-next.55",
|
66
46
|
"jest": "~29.7.0",
|
67
47
|
"styled-components": "~5.3.9",
|
68
|
-
"@elliemae/ds-monorepo-devops": "3.51.0-next.
|
48
|
+
"@elliemae/ds-monorepo-devops": "3.51.0-next.11"
|
69
49
|
},
|
70
50
|
"peerDependencies": {
|
71
51
|
"react": "^18.3.1",
|