@elliemae/ds-chat-container 3.38.0-rc.1 → 3.38.0-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +15 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-chat-container",
|
|
3
|
-
"version": "3.38.0-rc.
|
|
3
|
+
"version": "3.38.0-rc.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Chat Container",
|
|
6
6
|
"files": [
|
|
@@ -125,24 +125,24 @@
|
|
|
125
125
|
},
|
|
126
126
|
"dependencies": {
|
|
127
127
|
"react-virtual": "~2.10.4",
|
|
128
|
-
"@elliemae/ds-banner": "3.38.0-rc.
|
|
129
|
-
"@elliemae/ds-button-v2": "3.38.0-rc.
|
|
130
|
-
"@elliemae/ds-chat-bubble": "3.38.0-rc.
|
|
131
|
-
"@elliemae/ds-chat-
|
|
132
|
-
"@elliemae/ds-chat-
|
|
133
|
-
"@elliemae/ds-
|
|
134
|
-
"@elliemae/ds-
|
|
135
|
-
"@elliemae/ds-
|
|
136
|
-
"@elliemae/ds-
|
|
137
|
-
"@elliemae/ds-props-helpers": "3.38.0-rc.
|
|
138
|
-
"@elliemae/ds-
|
|
139
|
-
"@elliemae/ds-
|
|
128
|
+
"@elliemae/ds-banner": "3.38.0-rc.4",
|
|
129
|
+
"@elliemae/ds-button-v2": "3.38.0-rc.4",
|
|
130
|
+
"@elliemae/ds-chat-bubble": "3.38.0-rc.4",
|
|
131
|
+
"@elliemae/ds-chat-container-header": "3.38.0-rc.4",
|
|
132
|
+
"@elliemae/ds-chat-message-delimeter": "3.38.0-rc.4",
|
|
133
|
+
"@elliemae/ds-chat-system-message": "3.38.0-rc.4",
|
|
134
|
+
"@elliemae/ds-grid": "3.38.0-rc.4",
|
|
135
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.38.0-rc.4",
|
|
136
|
+
"@elliemae/ds-icons": "3.38.0-rc.4",
|
|
137
|
+
"@elliemae/ds-props-helpers": "3.38.0-rc.4",
|
|
138
|
+
"@elliemae/ds-system": "3.38.0-rc.4",
|
|
139
|
+
"@elliemae/ds-typescript-helpers": "3.38.0-rc.4"
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
142
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
143
143
|
"@types/react": "latest",
|
|
144
144
|
"styled-components": "~5.3.9",
|
|
145
|
-
"@elliemae/ds-monorepo-devops": "3.38.0-rc.
|
|
145
|
+
"@elliemae/ds-monorepo-devops": "3.38.0-rc.4"
|
|
146
146
|
},
|
|
147
147
|
"peerDependencies": {
|
|
148
148
|
"lodash": "^4.17.21",
|
|
@@ -153,6 +153,7 @@
|
|
|
153
153
|
"scripts": {
|
|
154
154
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
155
155
|
"lint": "node ../../../scripts/lint.mjs --fix",
|
|
156
|
+
"lint:strict": "node ../../../scripts/lint-strict.mjs",
|
|
156
157
|
"dts": "node ../../../scripts/dts.mjs",
|
|
157
158
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
|
158
159
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|