@elliemae/ds-form-toggle 3.22.0-next.2 → 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 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-toggle",
3
- "version": "3.22.0-next.2",
3
+ "version": "3.22.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Toggle",
6
6
  "files": [
@@ -37,19 +37,21 @@
37
37
  "dependencies": {
38
38
  "styled-components": "~5.3.9",
39
39
  "uid": "~2.0.1",
40
- "@elliemae/ds-props-helpers": "3.22.0-next.2",
41
- "@elliemae/ds-system": "3.22.0-next.2",
42
- "@elliemae/ds-button-v2": "3.22.0-next.2",
43
- "@elliemae/ds-tooltip": "3.22.0-next.2"
40
+ "@elliemae/ds-button-v2": "3.22.0-next.3",
41
+ "@elliemae/ds-props-helpers": "3.22.0-next.3",
42
+ "@elliemae/ds-system": "3.22.0-next.3",
43
+ "@elliemae/ds-tooltip": "3.22.0-next.3"
44
44
  },
45
45
  "devDependencies": {
46
+ "@elliemae/pui-cli": "~9.0.0-next.17",
46
47
  "@elliemae/pui-theme": "~2.7.0",
47
48
  "@testing-library/dom": "~8.19.0",
48
49
  "@testing-library/jest-dom": "~5.16.5",
49
50
  "@testing-library/react": "~12.1.3",
50
51
  "@testing-library/user-event": "~13.5.0",
51
52
  "jest-axe": "^7.0.1",
52
- "styled-components": "~5.3.9"
53
+ "styled-components": "~5.3.9",
54
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.3"
53
55
  },
54
56
  "peerDependencies": {
55
57
  "@elliemae/pui-theme": "~2.7.0",
@@ -64,7 +66,7 @@
64
66
  },
65
67
  "scripts": {
66
68
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
67
- "test": "node ../../scripts/testing/test.mjs",
69
+ "test": "pui-cli test --passWithNoTests",
68
70
  "lint": "node ../../scripts/lint.mjs",
69
71
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
70
72
  "dts": "node ../../scripts/dts.mjs",