@elliemae/ds-form-toggle 3.33.0-next.1 → 3.33.0-next.10

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-toggle",
3
- "version": "3.33.0-next.1",
3
+ "version": "3.33.0-next.10",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Toggle",
6
6
  "files": [
@@ -38,20 +38,20 @@
38
38
  "lodash": "~4.17.21",
39
39
  "styled-components": "~5.3.9",
40
40
  "uid": "~2.0.1",
41
- "@elliemae/ds-button-v2": "3.33.0-next.1",
42
- "@elliemae/ds-props-helpers": "3.33.0-next.1",
43
- "@elliemae/ds-system": "3.33.0-next.1",
44
- "@elliemae/ds-tooltip": "3.33.0-next.1",
45
- "@elliemae/ds-utilities": "3.33.0-next.1"
41
+ "@elliemae/ds-button-v2": "3.33.0-next.10",
42
+ "@elliemae/ds-system": "3.33.0-next.10",
43
+ "@elliemae/ds-utilities": "3.33.0-next.10",
44
+ "@elliemae/ds-tooltip": "3.33.0-next.10",
45
+ "@elliemae/ds-props-helpers": "3.33.0-next.10"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@elliemae/pui-cli": "~9.0.0-next.31",
49
- "@elliemae/pui-theme": "~2.7.0",
49
+ "@elliemae/pui-theme": "~2.9.3",
50
50
  "styled-components": "~5.3.9",
51
- "@elliemae/ds-monorepo-devops": "3.33.0-next.1"
51
+ "@elliemae/ds-monorepo-devops": "3.33.0-next.10"
52
52
  },
53
53
  "peerDependencies": {
54
- "@elliemae/pui-theme": "~2.7.0",
54
+ "@elliemae/pui-theme": "~2.9.3",
55
55
  "lodash": "^4.17.21",
56
56
  "react": "^17.0.2",
57
57
  "react-dom": "^17.0.2",
@@ -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",