@elliemae/ds-progress-indicator 3.34.0-next.3 → 3.34.0-next.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-progress-indicator",
|
3
|
-
"version": "3.34.0-next.
|
3
|
+
"version": "3.34.0-next.5",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Progress Indicator",
|
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
|
},
|
@@ -56,14 +57,14 @@
|
|
56
57
|
},
|
57
58
|
"dependencies": {
|
58
59
|
"prop-types": "~15.8.1",
|
59
|
-
"@elliemae/ds-classnames": "3.34.0-next.
|
60
|
-
"@elliemae/ds-props-helpers": "3.34.0-next.
|
61
|
-
"@elliemae/ds-truncated-tooltip-text": "3.34.0-next.
|
60
|
+
"@elliemae/ds-classnames": "3.34.0-next.5",
|
61
|
+
"@elliemae/ds-props-helpers": "3.34.0-next.5",
|
62
|
+
"@elliemae/ds-truncated-tooltip-text": "3.34.0-next.5"
|
62
63
|
},
|
63
64
|
"devDependencies": {
|
64
65
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
65
66
|
"styled-components": "~5.3.9",
|
66
|
-
"@elliemae/ds-monorepo-devops": "3.34.0-next.
|
67
|
+
"@elliemae/ds-monorepo-devops": "3.34.0-next.5"
|
67
68
|
},
|
68
69
|
"peerDependencies": {
|
69
70
|
"react": "^17.0.2",
|
@@ -71,13 +72,12 @@
|
|
71
72
|
},
|
72
73
|
"publishConfig": {
|
73
74
|
"access": "public",
|
74
|
-
"typeSafety":
|
75
|
+
"typeSafety": false
|
75
76
|
},
|
76
77
|
"scripts": {
|
77
78
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
78
79
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
79
|
-
"lint": "node ../../../scripts/lint.mjs",
|
80
|
-
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
|
80
|
+
"lint": "node ../../../scripts/lint.mjs --fix",
|
81
81
|
"dts": "node ../../../scripts/dts.mjs",
|
82
82
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
83
83
|
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|