@elliemae/ds-form-toggle 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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-toggle",
3
- "version": "3.33.0-next.5",
3
+ "version": "3.33.0-next.9",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Toggle",
6
6
  "files": [
@@ -38,17 +38,17 @@
38
38
  "lodash": "~4.17.21",
39
39
  "styled-components": "~5.3.9",
40
40
  "uid": "~2.0.1",
41
- "@elliemae/ds-props-helpers": "3.33.0-next.5",
42
- "@elliemae/ds-system": "3.33.0-next.5",
43
- "@elliemae/ds-utilities": "3.33.0-next.5",
44
- "@elliemae/ds-button-v2": "3.33.0-next.5",
45
- "@elliemae/ds-tooltip": "3.33.0-next.5"
41
+ "@elliemae/ds-button-v2": "3.33.0-next.9",
42
+ "@elliemae/ds-system": "3.33.0-next.9",
43
+ "@elliemae/ds-props-helpers": "3.33.0-next.9",
44
+ "@elliemae/ds-tooltip": "3.33.0-next.9",
45
+ "@elliemae/ds-utilities": "3.33.0-next.9"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@elliemae/pui-cli": "~9.0.0-next.31",
49
49
  "@elliemae/pui-theme": "~2.9.3",
50
50
  "styled-components": "~5.3.9",
51
- "@elliemae/ds-monorepo-devops": "3.33.0-next.5"
51
+ "@elliemae/ds-monorepo-devops": "3.33.0-next.9"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@elliemae/pui-theme": "~2.9.3",
@@ -64,7 +64,7 @@
64
64
  },
65
65
  "scripts": {
66
66
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
67
- "test": "pui-cli test --passWithNoTests",
67
+ "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
68
68
  "lint": "node ../../../scripts/lint.mjs",
69
69
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
70
70
  "dts": "node ../../../scripts/dts.mjs",