@elliemae/ds-chat-card 3.34.0-next.3 → 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 +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-chat-card",
|
3
|
-
"version": "3.34.0-next.
|
3
|
+
"version": "3.34.0-next.4",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Chat Card",
|
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
|
},
|
@@ -47,15 +48,15 @@
|
|
47
48
|
"typeSafety": true
|
48
49
|
},
|
49
50
|
"dependencies": {
|
50
|
-
"@elliemae/ds-grid": "3.34.0-next.
|
51
|
-
"@elliemae/ds-props-helpers": "3.34.0-next.
|
52
|
-
"@elliemae/ds-system": "3.34.0-next.
|
53
|
-
"@elliemae/ds-truncated-tooltip-text": "3.34.0-next.
|
51
|
+
"@elliemae/ds-grid": "3.34.0-next.4",
|
52
|
+
"@elliemae/ds-props-helpers": "3.34.0-next.4",
|
53
|
+
"@elliemae/ds-system": "3.34.0-next.4",
|
54
|
+
"@elliemae/ds-truncated-tooltip-text": "3.34.0-next.4"
|
54
55
|
},
|
55
56
|
"devDependencies": {
|
56
57
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
57
58
|
"styled-components": "~5.3.9",
|
58
|
-
"@elliemae/ds-monorepo-devops": "3.34.0-next.
|
59
|
+
"@elliemae/ds-monorepo-devops": "3.34.0-next.4"
|
59
60
|
},
|
60
61
|
"peerDependencies": {
|
61
62
|
"lodash": "^4.17.21",
|
@@ -65,8 +66,7 @@
|
|
65
66
|
},
|
66
67
|
"scripts": {
|
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
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
72
72
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|