@elliemae/ds-indeterminate-progress-indicator 3.33.0-next.5 → 3.33.0-next.6

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-indeterminate-progress-indicator",
3
- "version": "3.33.0-next.5",
3
+ "version": "3.33.0-next.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Indeterminate Progress Indicator",
6
6
  "files": [
@@ -39,15 +39,15 @@
39
39
  "indent": 4
40
40
  },
41
41
  "dependencies": {
42
- "@elliemae/ds-props-helpers": "3.33.0-next.5",
43
- "@elliemae/ds-system": "3.33.0-next.5",
44
- "@elliemae/ds-truncated-tooltip-text": "3.33.0-next.5",
45
- "@elliemae/ds-classnames": "3.33.0-next.5"
42
+ "@elliemae/ds-classnames": "3.33.0-next.6",
43
+ "@elliemae/ds-props-helpers": "3.33.0-next.6",
44
+ "@elliemae/ds-system": "3.33.0-next.6",
45
+ "@elliemae/ds-truncated-tooltip-text": "3.33.0-next.6"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@elliemae/pui-cli": "~9.0.0-next.31",
49
49
  "styled-components": "~5.3.9",
50
- "@elliemae/ds-monorepo-devops": "3.33.0-next.5"
50
+ "@elliemae/ds-monorepo-devops": "3.33.0-next.6"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": "^17.0.2",
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "scripts": {
61
61
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
62
- "test": "pui-cli test --passWithNoTests",
62
+ "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
63
63
  "lint": "node ../../../scripts/lint.mjs",
64
64
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
65
65
  "dts": "node ../../../scripts/dts.mjs",