@elliemae/ds-chat-container 3.22.0-next.2 → 3.22.0-next.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.
Files changed (1) hide show
  1. package/package.json +16 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat-container",
3
- "version": "3.22.0-next.2",
3
+ "version": "3.22.0-next.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat Container",
6
6
  "files": [
@@ -124,25 +124,27 @@
124
124
  },
125
125
  "dependencies": {
126
126
  "react-virtual": "~2.10.4",
127
- "@elliemae/ds-banner": "3.22.0-next.2",
128
- "@elliemae/ds-button-v2": "3.22.0-next.2",
129
- "@elliemae/ds-chat-container-header": "3.22.0-next.2",
130
- "@elliemae/ds-chat-bubble": "3.22.0-next.2",
131
- "@elliemae/ds-chat-message-delimeter": "3.22.0-next.2",
132
- "@elliemae/ds-chat-system-message": "3.22.0-next.2",
133
- "@elliemae/ds-icons": "3.22.0-next.2",
134
- "@elliemae/ds-grid": "3.22.0-next.2",
135
- "@elliemae/ds-indeterminate-progress-indicator": "3.22.0-next.2",
136
- "@elliemae/ds-props-helpers": "3.22.0-next.2",
137
- "@elliemae/ds-system": "3.22.0-next.2"
127
+ "@elliemae/ds-banner": "3.22.0-next.4",
128
+ "@elliemae/ds-button-v2": "3.22.0-next.4",
129
+ "@elliemae/ds-chat-bubble": "3.22.0-next.4",
130
+ "@elliemae/ds-chat-container-header": "3.22.0-next.4",
131
+ "@elliemae/ds-chat-system-message": "3.22.0-next.4",
132
+ "@elliemae/ds-chat-message-delimeter": "3.22.0-next.4",
133
+ "@elliemae/ds-grid": "3.22.0-next.4",
134
+ "@elliemae/ds-indeterminate-progress-indicator": "3.22.0-next.4",
135
+ "@elliemae/ds-icons": "3.22.0-next.4",
136
+ "@elliemae/ds-props-helpers": "3.22.0-next.4",
137
+ "@elliemae/ds-system": "3.22.0-next.4"
138
138
  },
139
139
  "devDependencies": {
140
+ "@elliemae/pui-cli": "~9.0.0-next.17",
140
141
  "@testing-library/dom": "~8.19.0",
141
142
  "@testing-library/jest-dom": "~5.16.5",
142
143
  "@testing-library/react": "~12.1.3",
143
144
  "@testing-library/user-event": "~13.5.0",
144
145
  "@types/react": "latest",
145
- "styled-components": "~5.3.9"
146
+ "styled-components": "~5.3.9",
147
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.4"
146
148
  },
147
149
  "peerDependencies": {
148
150
  "lodash": "^4.17.21",
@@ -151,7 +153,7 @@
151
153
  "styled-components": "~5.3.9"
152
154
  },
153
155
  "scripts": {
154
- "test": "node ../../scripts/testing/test.mjs",
156
+ "test": "pui-cli test --passWithNoTests",
155
157
  "lint": "node ../../scripts/lint.mjs",
156
158
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
157
159
  "dts": "node ../../scripts/dts.mjs",