@elliemae/ds-query-builder 3.18.0-next.0 → 3.18.0-next.10
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.18.0-next.
|
|
3
|
+
"version": "3.18.0-next.10",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Query Builder",
|
|
6
6
|
"files": [
|
|
@@ -171,21 +171,21 @@
|
|
|
171
171
|
"indent": 4
|
|
172
172
|
},
|
|
173
173
|
"dependencies": {
|
|
174
|
-
"@elliemae/ds-accordion": "3.18.0-next.0",
|
|
175
|
-
"@elliemae/ds-button": "3.18.0-next.0",
|
|
176
|
-
"@elliemae/ds-classnames": "3.18.0-next.0",
|
|
177
|
-
"@elliemae/ds-form": "3.18.0-next.0",
|
|
178
|
-
"@elliemae/ds-grid": "3.18.0-next.0",
|
|
179
|
-
"@elliemae/ds-icon": "3.18.0-next.0",
|
|
180
|
-
"@elliemae/ds-icons": "3.18.0-next.0",
|
|
181
|
-
"@elliemae/ds-popper": "3.18.0-next.0",
|
|
182
|
-
"@elliemae/ds-props-helpers": "3.18.0-next.0",
|
|
183
|
-
"@elliemae/ds-shared": "3.18.0-next.0",
|
|
184
|
-
"@elliemae/ds-tooltip": "3.18.0-next.0",
|
|
185
|
-
"@elliemae/ds-utilities": "3.18.0-next.0",
|
|
186
174
|
"classnames": "~2.3.2",
|
|
187
175
|
"prop-types": "~15.8.1",
|
|
188
|
-
"react-addons-update": "~15.6.3"
|
|
176
|
+
"react-addons-update": "~15.6.3",
|
|
177
|
+
"@elliemae/ds-accordion": "3.18.0-next.10",
|
|
178
|
+
"@elliemae/ds-button": "3.18.0-next.10",
|
|
179
|
+
"@elliemae/ds-classnames": "3.18.0-next.10",
|
|
180
|
+
"@elliemae/ds-grid": "3.18.0-next.10",
|
|
181
|
+
"@elliemae/ds-icon": "3.18.0-next.10",
|
|
182
|
+
"@elliemae/ds-form": "3.18.0-next.10",
|
|
183
|
+
"@elliemae/ds-icons": "3.18.0-next.10",
|
|
184
|
+
"@elliemae/ds-popper": "3.18.0-next.10",
|
|
185
|
+
"@elliemae/ds-shared": "3.18.0-next.10",
|
|
186
|
+
"@elliemae/ds-props-helpers": "3.18.0-next.10",
|
|
187
|
+
"@elliemae/ds-tooltip": "3.18.0-next.10",
|
|
188
|
+
"@elliemae/ds-utilities": "3.18.0-next.10"
|
|
189
189
|
},
|
|
190
190
|
"peerDependencies": {
|
|
191
191
|
"lodash": "^4.17.21",
|
|
@@ -205,6 +205,6 @@
|
|
|
205
205
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
206
206
|
"dev:build": "pnpm --filter {.}... build",
|
|
207
207
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
208
|
-
"checkDeps": "
|
|
208
|
+
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
209
209
|
}
|
|
210
210
|
}
|