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

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-progress-indicator",
3
- "version": "3.33.0-next.5",
3
+ "version": "3.33.0-next.9",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Progress Indicator",
6
6
  "files": [
@@ -56,14 +56,14 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "prop-types": "~15.8.1",
59
- "@elliemae/ds-classnames": "3.33.0-next.5",
60
- "@elliemae/ds-props-helpers": "3.33.0-next.5",
61
- "@elliemae/ds-truncated-tooltip-text": "3.33.0-next.5"
59
+ "@elliemae/ds-classnames": "3.33.0-next.9",
60
+ "@elliemae/ds-truncated-tooltip-text": "3.33.0-next.9",
61
+ "@elliemae/ds-props-helpers": "3.33.0-next.9"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@elliemae/pui-cli": "~9.0.0-next.31",
65
65
  "styled-components": "~5.3.9",
66
- "@elliemae/ds-monorepo-devops": "3.33.0-next.5"
66
+ "@elliemae/ds-monorepo-devops": "3.33.0-next.9"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "react": "^17.0.2",
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "scripts": {
77
77
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
78
- "test": "pui-cli test --passWithNoTests",
78
+ "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
79
79
  "lint": "node ../../../scripts/lint.mjs",
80
80
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
81
81
  "dts": "node ../../../scripts/dts.mjs",