@elliemae/ds-mobile 3.56.0-rc.2 → 3.56.0-rc.6
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 +43 -42
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-mobile",
|
|
3
|
-
"version": "3.56.0-rc.
|
|
3
|
+
"version": "3.56.0-rc.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - System",
|
|
6
6
|
"files": [
|
|
@@ -35,57 +35,58 @@
|
|
|
35
35
|
"reportFile": "tests.xml",
|
|
36
36
|
"indent": 4
|
|
37
37
|
},
|
|
38
|
+
"scripts": {
|
|
39
|
+
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
40
|
+
"lint": "node ../../../scripts/lint.mjs --fix",
|
|
41
|
+
"lint:strict": "node ../../../scripts/lint-strict.mjs",
|
|
42
|
+
"dts": "exit 0 | echo",
|
|
43
|
+
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
|
44
|
+
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
|
|
45
|
+
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch"
|
|
46
|
+
},
|
|
38
47
|
"publishConfig": {
|
|
39
48
|
"access": "public",
|
|
40
49
|
"typeSafety": false
|
|
41
50
|
},
|
|
42
51
|
"dependencies": {
|
|
52
|
+
"@elliemae/ds-accordion": "3.56.0-rc.6",
|
|
53
|
+
"@elliemae/ds-backdrop": "3.56.0-rc.6",
|
|
54
|
+
"@elliemae/ds-button": "3.56.0-rc.6",
|
|
55
|
+
"@elliemae/ds-button-v2": "3.56.0-rc.6",
|
|
56
|
+
"@elliemae/ds-circular-progress-indicator": "3.56.0-rc.6",
|
|
57
|
+
"@elliemae/ds-form": "3.56.0-rc.6",
|
|
58
|
+
"@elliemae/ds-form-checkbox": "3.56.0-rc.6",
|
|
59
|
+
"@elliemae/ds-grid": "3.56.0-rc.6",
|
|
60
|
+
"@elliemae/ds-icon": "3.56.0-rc.6",
|
|
61
|
+
"@elliemae/ds-icons": "3.56.0-rc.6",
|
|
62
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.56.0-rc.6",
|
|
63
|
+
"@elliemae/ds-props-helpers": "3.56.0-rc.6",
|
|
64
|
+
"@elliemae/ds-shared": "3.56.0-rc.6",
|
|
65
|
+
"@elliemae/ds-system": "3.56.0-rc.6",
|
|
66
|
+
"@elliemae/ds-tabs": "3.56.0-rc.6",
|
|
67
|
+
"@elliemae/ds-truncated-expandable-text": "3.56.0-rc.6",
|
|
43
68
|
"polished": "~4.2.2",
|
|
44
69
|
"prop-types": "~15.8.1",
|
|
45
70
|
"react-window": "~1.8.8",
|
|
46
|
-
"react-window-infinite-loader": "~1.0.8"
|
|
47
|
-
"@elliemae/ds-accordion": "3.56.0-rc.2",
|
|
48
|
-
"@elliemae/ds-button": "3.56.0-rc.2",
|
|
49
|
-
"@elliemae/ds-backdrop": "3.56.0-rc.2",
|
|
50
|
-
"@elliemae/ds-button-v2": "3.56.0-rc.2",
|
|
51
|
-
"@elliemae/ds-circular-progress-indicator": "3.56.0-rc.2",
|
|
52
|
-
"@elliemae/ds-form": "3.56.0-rc.2",
|
|
53
|
-
"@elliemae/ds-form-checkbox": "3.56.0-rc.2",
|
|
54
|
-
"@elliemae/ds-grid": "3.56.0-rc.2",
|
|
55
|
-
"@elliemae/ds-icon": "3.56.0-rc.2",
|
|
56
|
-
"@elliemae/ds-indeterminate-progress-indicator": "3.56.0-rc.2",
|
|
57
|
-
"@elliemae/ds-icons": "3.56.0-rc.2",
|
|
58
|
-
"@elliemae/ds-props-helpers": "3.56.0-rc.2",
|
|
59
|
-
"@elliemae/ds-shared": "3.56.0-rc.2",
|
|
60
|
-
"@elliemae/ds-system": "3.56.0-rc.2",
|
|
61
|
-
"@elliemae/ds-tabs": "3.56.0-rc.2",
|
|
62
|
-
"@elliemae/ds-truncated-expandable-text": "3.56.0-rc.2"
|
|
71
|
+
"react-window-infinite-loader": "~1.0.8"
|
|
63
72
|
},
|
|
64
73
|
"devDependencies": {
|
|
65
|
-
"@elliemae/
|
|
66
|
-
"@elliemae/
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
74
|
+
"@elliemae/ds-monorepo-devops": "3.56.0-rc.6",
|
|
75
|
+
"@elliemae/ds-test-utils": "3.56.0-rc.6",
|
|
76
|
+
"@elliemae/pui-cli": "catalog:",
|
|
77
|
+
"@elliemae/pui-theme": "catalog:",
|
|
78
|
+
"jest": "catalog:",
|
|
79
|
+
"jest-cli": "catalog:",
|
|
80
|
+
"styled-components": "catalog:",
|
|
81
|
+
"styled-system": "catalog:"
|
|
73
82
|
},
|
|
74
83
|
"peerDependencies": {
|
|
75
|
-
"@elliemae/pui-theme": "
|
|
76
|
-
"lodash-es": "
|
|
77
|
-
"react": "
|
|
78
|
-
"react-dom": "
|
|
79
|
-
"styled-components": "
|
|
80
|
-
"styled-system": "
|
|
84
|
+
"@elliemae/pui-theme": "catalog:",
|
|
85
|
+
"lodash-es": "catalog:",
|
|
86
|
+
"react": "catalog:",
|
|
87
|
+
"react-dom": "catalog:",
|
|
88
|
+
"styled-components": "catalog:",
|
|
89
|
+
"styled-system": "catalog:"
|
|
81
90
|
},
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
"lint": "node ../../../scripts/lint.mjs --fix",
|
|
85
|
-
"lint:strict": "node ../../../scripts/lint-strict.mjs",
|
|
86
|
-
"dts": "exit 0 | echo",
|
|
87
|
-
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
|
88
|
-
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
|
|
89
|
-
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch"
|
|
90
|
-
}
|
|
91
|
-
}
|
|
91
|
+
"gitHead": "13379fa3baf0f841094e000925a2ed380488eae6"
|
|
92
|
+
}
|