@elliemae/ds-query-builder 3.22.0-next.2 → 3.22.0-next.3

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.
Files changed (1) hide show
  1. package/package.json +18 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-query-builder",
3
- "version": "3.22.0-next.2",
3
+ "version": "3.22.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Query Builder",
6
6
  "files": [
@@ -174,18 +174,22 @@
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.22.0-next.2",
178
- "@elliemae/ds-button": "3.22.0-next.2",
179
- "@elliemae/ds-classnames": "3.22.0-next.2",
180
- "@elliemae/ds-form": "3.22.0-next.2",
181
- "@elliemae/ds-grid": "3.22.0-next.2",
182
- "@elliemae/ds-popper": "3.22.0-next.2",
183
- "@elliemae/ds-icon": "3.22.0-next.2",
184
- "@elliemae/ds-props-helpers": "3.22.0-next.2",
185
- "@elliemae/ds-shared": "3.22.0-next.2",
186
- "@elliemae/ds-icons": "3.22.0-next.2",
187
- "@elliemae/ds-tooltip": "3.22.0-next.2",
188
- "@elliemae/ds-utilities": "3.22.0-next.2"
177
+ "@elliemae/ds-button": "3.22.0-next.3",
178
+ "@elliemae/ds-classnames": "3.22.0-next.3",
179
+ "@elliemae/ds-form": "3.22.0-next.3",
180
+ "@elliemae/ds-accordion": "3.22.0-next.3",
181
+ "@elliemae/ds-grid": "3.22.0-next.3",
182
+ "@elliemae/ds-icon": "3.22.0-next.3",
183
+ "@elliemae/ds-icons": "3.22.0-next.3",
184
+ "@elliemae/ds-props-helpers": "3.22.0-next.3",
185
+ "@elliemae/ds-popper": "3.22.0-next.3",
186
+ "@elliemae/ds-tooltip": "3.22.0-next.3",
187
+ "@elliemae/ds-shared": "3.22.0-next.3",
188
+ "@elliemae/ds-utilities": "3.22.0-next.3"
189
+ },
190
+ "devDependencies": {
191
+ "@elliemae/pui-cli": "~9.0.0-next.17",
192
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.3"
189
193
  },
190
194
  "peerDependencies": {
191
195
  "lodash": "^4.17.21",
@@ -198,7 +202,7 @@
198
202
  },
199
203
  "scripts": {
200
204
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
201
- "test": "node ../../scripts/testing/test.mjs",
205
+ "test": "pui-cli test --passWithNoTests",
202
206
  "lint": "node ../../scripts/lint.mjs",
203
207
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
204
208
  "dts": "node ../../scripts/dts.mjs",