@elliemae/ds-query-builder 3.33.0-next.4 → 3.33.0-next.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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-query-builder",
|
|
3
|
-
"version": "3.33.0-next.
|
|
3
|
+
"version": "3.33.0-next.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Query Builder",
|
|
6
6
|
"files": [
|
|
@@ -174,23 +174,23 @@
|
|
|
174
174
|
"classnames": "~2.3.2",
|
|
175
175
|
"prop-types": "~15.8.1",
|
|
176
176
|
"react-addons-update": "~15.6.3",
|
|
177
|
-
"@elliemae/ds-accordion": "3.33.0-next.
|
|
178
|
-
"@elliemae/ds-
|
|
179
|
-
"@elliemae/ds-
|
|
180
|
-
"@elliemae/ds-
|
|
181
|
-
"@elliemae/ds-
|
|
182
|
-
"@elliemae/ds-
|
|
183
|
-
"@elliemae/ds-
|
|
184
|
-
"@elliemae/ds-
|
|
185
|
-
"@elliemae/ds-tooltip": "3.33.0-next.
|
|
186
|
-
"@elliemae/ds-
|
|
187
|
-
"@elliemae/ds-
|
|
188
|
-
"@elliemae/ds-
|
|
177
|
+
"@elliemae/ds-accordion": "3.33.0-next.6",
|
|
178
|
+
"@elliemae/ds-form": "3.33.0-next.6",
|
|
179
|
+
"@elliemae/ds-grid": "3.33.0-next.6",
|
|
180
|
+
"@elliemae/ds-icon": "3.33.0-next.6",
|
|
181
|
+
"@elliemae/ds-popper": "3.33.0-next.6",
|
|
182
|
+
"@elliemae/ds-icons": "3.33.0-next.6",
|
|
183
|
+
"@elliemae/ds-props-helpers": "3.33.0-next.6",
|
|
184
|
+
"@elliemae/ds-shared": "3.33.0-next.6",
|
|
185
|
+
"@elliemae/ds-tooltip": "3.33.0-next.6",
|
|
186
|
+
"@elliemae/ds-button": "3.33.0-next.6",
|
|
187
|
+
"@elliemae/ds-utilities": "3.33.0-next.6",
|
|
188
|
+
"@elliemae/ds-classnames": "3.33.0-next.6"
|
|
189
189
|
},
|
|
190
190
|
"devDependencies": {
|
|
191
191
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
192
192
|
"styled-components": "~5.3.9",
|
|
193
|
-
"@elliemae/ds-monorepo-devops": "3.33.0-next.
|
|
193
|
+
"@elliemae/ds-monorepo-devops": "3.33.0-next.6"
|
|
194
194
|
},
|
|
195
195
|
"peerDependencies": {
|
|
196
196
|
"lodash": "^4.17.21",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
},
|
|
204
204
|
"scripts": {
|
|
205
205
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
|
206
|
-
"test": "pui-cli test --passWithNoTests",
|
|
206
|
+
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
207
207
|
"lint": "node ../../../scripts/lint.mjs",
|
|
208
208
|
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
|
|
209
209
|
"dts": "node ../../../scripts/dts.mjs",
|