@elliemae/ds-indeterminate-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-indeterminate-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 - Indeterminate 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
|
},
|
@@ -39,15 +40,15 @@
|
|
39
40
|
"indent": 4
|
40
41
|
},
|
41
42
|
"dependencies": {
|
42
|
-
"@elliemae/ds-classnames": "3.34.0-next.
|
43
|
-
"@elliemae/ds-
|
44
|
-
"@elliemae/ds-truncated-tooltip-text": "3.34.0-next.
|
45
|
-
"@elliemae/ds-
|
43
|
+
"@elliemae/ds-classnames": "3.34.0-next.5",
|
44
|
+
"@elliemae/ds-props-helpers": "3.34.0-next.5",
|
45
|
+
"@elliemae/ds-truncated-tooltip-text": "3.34.0-next.5",
|
46
|
+
"@elliemae/ds-system": "3.34.0-next.5"
|
46
47
|
},
|
47
48
|
"devDependencies": {
|
48
49
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
49
50
|
"styled-components": "~5.3.9",
|
50
|
-
"@elliemae/ds-monorepo-devops": "3.34.0-next.
|
51
|
+
"@elliemae/ds-monorepo-devops": "3.34.0-next.5"
|
51
52
|
},
|
52
53
|
"peerDependencies": {
|
53
54
|
"react": "^17.0.2",
|
@@ -60,8 +61,7 @@
|
|
60
61
|
"scripts": {
|
61
62
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
62
63
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
63
|
-
"lint": "node ../../../scripts/lint.mjs",
|
64
|
-
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
|
64
|
+
"lint": "node ../../../scripts/lint.mjs --fix",
|
65
65
|
"dts": "node ../../../scripts/dts.mjs",
|
66
66
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
67
67
|
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|