@elliemae/ds-form-toggle 3.34.0-next.2 → 3.34.0-next.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +9 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-form-toggle",
|
3
|
-
"version": "3.34.0-next.
|
3
|
+
"version": "3.34.0-next.4",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Controlled Form Toggle",
|
6
6
|
"files": [
|
@@ -11,6 +11,7 @@
|
|
11
11
|
"types": "./dist/types/index.d.ts",
|
12
12
|
"exports": {
|
13
13
|
".": {
|
14
|
+
"types": "./dist/types/index.d.ts",
|
14
15
|
"import": "./dist/esm/index.js",
|
15
16
|
"require": "./dist/cjs/index.js"
|
16
17
|
}
|
@@ -38,17 +39,17 @@
|
|
38
39
|
"lodash": "~4.17.21",
|
39
40
|
"styled-components": "~5.3.9",
|
40
41
|
"uid": "~2.0.1",
|
41
|
-
"@elliemae/ds-button-v2": "3.34.0-next.
|
42
|
-
"@elliemae/ds-props-helpers": "3.34.0-next.
|
43
|
-
"@elliemae/ds-
|
44
|
-
"@elliemae/ds-
|
45
|
-
"@elliemae/ds-utilities": "3.34.0-next.
|
42
|
+
"@elliemae/ds-button-v2": "3.34.0-next.4",
|
43
|
+
"@elliemae/ds-props-helpers": "3.34.0-next.4",
|
44
|
+
"@elliemae/ds-tooltip": "3.34.0-next.4",
|
45
|
+
"@elliemae/ds-system": "3.34.0-next.4",
|
46
|
+
"@elliemae/ds-utilities": "3.34.0-next.4"
|
46
47
|
},
|
47
48
|
"devDependencies": {
|
48
49
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
49
50
|
"@elliemae/pui-theme": "~2.9.3",
|
50
51
|
"styled-components": "~5.3.9",
|
51
|
-
"@elliemae/ds-monorepo-devops": "3.34.0-next.
|
52
|
+
"@elliemae/ds-monorepo-devops": "3.34.0-next.4"
|
52
53
|
},
|
53
54
|
"peerDependencies": {
|
54
55
|
"@elliemae/pui-theme": "~2.9.3",
|
@@ -65,8 +66,7 @@
|
|
65
66
|
"scripts": {
|
66
67
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
67
68
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
68
|
-
"lint": "node ../../../scripts/lint.mjs",
|
69
|
-
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
|
69
|
+
"lint": "node ../../../scripts/lint.mjs --fix",
|
70
70
|
"dts": "node ../../../scripts/dts.mjs",
|
71
71
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
72
72
|
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|