@elliemae/ds-indeterminate-progress-indicator 3.22.0-next.1 → 3.22.0-next.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-indeterminate-progress-indicator",
3
- "version": "3.22.0-next.1",
3
+ "version": "3.22.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Indeterminate Progress Indicator",
6
6
  "files": [
@@ -39,9 +39,13 @@
39
39
  "indent": 4
40
40
  },
41
41
  "dependencies": {
42
- "@elliemae/ds-classnames": "3.22.0-next.1",
43
- "@elliemae/ds-props-helpers": "3.22.0-next.1",
44
- "@elliemae/ds-truncated-tooltip-text": "3.22.0-next.1"
42
+ "@elliemae/ds-classnames": "3.22.0-next.3",
43
+ "@elliemae/ds-props-helpers": "3.22.0-next.3",
44
+ "@elliemae/ds-truncated-tooltip-text": "3.22.0-next.3"
45
+ },
46
+ "devDependencies": {
47
+ "@elliemae/pui-cli": "~9.0.0-next.17",
48
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.3"
45
49
  },
46
50
  "peerDependencies": {
47
51
  "react": "^17.0.2",
@@ -53,7 +57,7 @@
53
57
  },
54
58
  "scripts": {
55
59
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
56
- "test": "node ../../scripts/testing/test.mjs",
60
+ "test": "pui-cli test --passWithNoTests",
57
61
  "lint": "node ../../scripts/lint.mjs",
58
62
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
59
63
  "dts": "node ../../scripts/dts.mjs",