@elliemae/ds-shuttle 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 +16 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-shuttle",
3
- "version": "3.22.0-next.2",
3
+ "version": "3.22.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Shuttle",
6
6
  "files": [
@@ -163,24 +163,26 @@
163
163
  "react-window": "~1.8.8",
164
164
  "react-window-infinite-loader": "~1.0.8",
165
165
  "treetabular": "~3.6.0",
166
- "@elliemae/ds-breadcrumb": "3.22.0-next.2",
167
- "@elliemae/ds-button": "3.22.0-next.2",
168
- "@elliemae/ds-circular-progress-indicator": "3.22.0-next.2",
169
- "@elliemae/ds-classnames": "3.22.0-next.2",
170
- "@elliemae/ds-form": "3.22.0-next.2",
171
- "@elliemae/ds-indeterminate-progress-indicator": "3.22.0-next.2",
172
- "@elliemae/ds-icons": "3.22.0-next.2",
173
- "@elliemae/ds-props-helpers": "3.22.0-next.2",
174
- "@elliemae/ds-system": "3.22.0-next.2",
175
- "@elliemae/ds-truncated-tooltip-text": "3.22.0-next.2",
176
- "@elliemae/ds-utilities": "3.22.0-next.2"
166
+ "@elliemae/ds-breadcrumb": "3.22.0-next.3",
167
+ "@elliemae/ds-button": "3.22.0-next.3",
168
+ "@elliemae/ds-circular-progress-indicator": "3.22.0-next.3",
169
+ "@elliemae/ds-classnames": "3.22.0-next.3",
170
+ "@elliemae/ds-form": "3.22.0-next.3",
171
+ "@elliemae/ds-icons": "3.22.0-next.3",
172
+ "@elliemae/ds-indeterminate-progress-indicator": "3.22.0-next.3",
173
+ "@elliemae/ds-props-helpers": "3.22.0-next.3",
174
+ "@elliemae/ds-system": "3.22.0-next.3",
175
+ "@elliemae/ds-truncated-tooltip-text": "3.22.0-next.3",
176
+ "@elliemae/ds-utilities": "3.22.0-next.3"
177
177
  },
178
178
  "devDependencies": {
179
+ "@elliemae/pui-cli": "~9.0.0-next.17",
179
180
  "@testing-library/jest-dom": "~5.16.5",
180
181
  "@testing-library/react": "~12.1.3",
181
182
  "@testing-library/user-event": "~13.5.0",
182
183
  "redux": "~4.1.2",
183
- "styled-components": "~5.3.9"
184
+ "styled-components": "~5.3.9",
185
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.3"
184
186
  },
185
187
  "peerDependencies": {
186
188
  "lodash": "^4.17.21",
@@ -194,7 +196,7 @@
194
196
  },
195
197
  "scripts": {
196
198
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
197
- "test": "node ../../scripts/testing/test.mjs",
199
+ "test": "pui-cli test --passWithNoTests",
198
200
  "lint": "node ../../scripts/lint.mjs",
199
201
  "eslint:fix": "exit 0 | echo",
200
202
  "dts": "exit 0 | echo",