@elliemae/ds-form-toggle 3.22.0-next.2 → 3.22.0-next.4
Sign up to get free protection for your applications and to get access to all the features.
- 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.
|
3
|
+
"version": "3.22.0-next.4",
|
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-
|
41
|
-
"@elliemae/ds-
|
42
|
-
"@elliemae/ds-
|
43
|
-
"@elliemae/ds-tooltip": "3.22.0-next.
|
40
|
+
"@elliemae/ds-button-v2": "3.22.0-next.4",
|
41
|
+
"@elliemae/ds-props-helpers": "3.22.0-next.4",
|
42
|
+
"@elliemae/ds-system": "3.22.0-next.4",
|
43
|
+
"@elliemae/ds-tooltip": "3.22.0-next.4"
|
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.4"
|
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": "
|
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",
|