@elliemae/ds-query-builder 3.38.0-rc.1 → 3.38.0-rc.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.
- package/package.json +14 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-query-builder",
|
|
3
|
-
"version": "3.38.0-rc.
|
|
3
|
+
"version": "3.38.0-rc.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Query Builder",
|
|
6
6
|
"files": [
|
|
@@ -175,22 +175,22 @@
|
|
|
175
175
|
"classnames": "~2.3.2",
|
|
176
176
|
"prop-types": "~15.8.1",
|
|
177
177
|
"react-addons-update": "~15.6.3",
|
|
178
|
-
"@elliemae/ds-accordion": "3.38.0-rc.
|
|
179
|
-
"@elliemae/ds-button": "3.38.0-rc.
|
|
180
|
-
"@elliemae/ds-classnames": "3.38.0-rc.
|
|
181
|
-
"@elliemae/ds-form": "3.38.0-rc.
|
|
182
|
-
"@elliemae/ds-grid": "3.38.0-rc.
|
|
183
|
-
"@elliemae/ds-icon": "3.38.0-rc.
|
|
184
|
-
"@elliemae/ds-
|
|
185
|
-
"@elliemae/ds-
|
|
186
|
-
"@elliemae/ds-props-helpers": "3.38.0-rc.
|
|
187
|
-
"@elliemae/ds-
|
|
188
|
-
"@elliemae/ds-
|
|
178
|
+
"@elliemae/ds-accordion": "3.38.0-rc.4",
|
|
179
|
+
"@elliemae/ds-button": "3.38.0-rc.4",
|
|
180
|
+
"@elliemae/ds-classnames": "3.38.0-rc.4",
|
|
181
|
+
"@elliemae/ds-form": "3.38.0-rc.4",
|
|
182
|
+
"@elliemae/ds-grid": "3.38.0-rc.4",
|
|
183
|
+
"@elliemae/ds-icon": "3.38.0-rc.4",
|
|
184
|
+
"@elliemae/ds-popper": "3.38.0-rc.4",
|
|
185
|
+
"@elliemae/ds-icons": "3.38.0-rc.4",
|
|
186
|
+
"@elliemae/ds-props-helpers": "3.38.0-rc.4",
|
|
187
|
+
"@elliemae/ds-tooltip": "3.38.0-rc.4",
|
|
188
|
+
"@elliemae/ds-shared": "3.38.0-rc.4"
|
|
189
189
|
},
|
|
190
190
|
"devDependencies": {
|
|
191
191
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
192
192
|
"styled-components": "~5.3.9",
|
|
193
|
-
"@elliemae/ds-monorepo-devops": "3.38.0-rc.
|
|
193
|
+
"@elliemae/ds-monorepo-devops": "3.38.0-rc.4"
|
|
194
194
|
},
|
|
195
195
|
"peerDependencies": {
|
|
196
196
|
"lodash": "^4.17.21",
|
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
|
206
206
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
207
207
|
"lint": "node ../../../scripts/lint.mjs --fix",
|
|
208
|
+
"lint:strict": "node ../../../scripts/lint-strict.mjs",
|
|
208
209
|
"dts": "node ../../../scripts/dts.mjs",
|
|
209
210
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
|
210
211
|
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|