@elliemae/ds-wysiwygeditor 3.22.0-next.37 → 3.22.0-next.38

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 +22 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-wysiwygeditor",
3
- "version": "3.22.0-next.37",
3
+ "version": "3.22.0-next.38",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - WYSIWYG Editor",
6
6
  "files": [
@@ -103,31 +103,36 @@
103
103
  "quill-delta": "5.0.0",
104
104
  "react-quill": "2.0.0-beta.4",
105
105
  "uid": "^2.0.1",
106
- "@elliemae/ds-grid": "3.22.0-next.37",
107
- "@elliemae/ds-icons": "3.22.0-next.37",
108
- "@elliemae/ds-button-v2": "3.22.0-next.37",
109
- "@elliemae/ds-imagelibrarymodal": "3.22.0-next.37",
110
- "@elliemae/ds-dropdownmenu": "3.22.0-next.37",
111
- "@elliemae/ds-modal": "3.22.0-next.37",
112
- "@elliemae/ds-props-helpers": "3.22.0-next.37",
113
- "@elliemae/ds-system": "3.22.0-next.37",
114
- "@elliemae/ds-shared": "3.22.0-next.37",
115
- "@elliemae/ds-uploader": "3.22.0-next.37",
116
- "@elliemae/ds-tooltip": "3.22.0-next.37"
106
+ "@elliemae/ds-button-v2": "3.22.0-next.38",
107
+ "@elliemae/ds-grid": "3.22.0-next.38",
108
+ "@elliemae/ds-dropdownmenu": "3.22.0-next.38",
109
+ "@elliemae/ds-icons": "3.22.0-next.38",
110
+ "@elliemae/ds-imagelibrarymodal": "3.22.0-next.38",
111
+ "@elliemae/ds-props-helpers": "3.22.0-next.38",
112
+ "@elliemae/ds-modal": "3.22.0-next.38",
113
+ "@elliemae/ds-shared": "3.22.0-next.38",
114
+ "@elliemae/ds-system": "3.22.0-next.38",
115
+ "@elliemae/ds-tooltip": "3.22.0-next.38",
116
+ "@elliemae/ds-uploader": "3.22.0-next.38"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@elliemae/pui-cli": "~9.0.0-next.22",
120
- "@elliemae/ds-monorepo-devops": "3.22.0-next.37"
120
+ "@testing-library/jest-dom": "~5.16.5",
121
+ "@testing-library/react": "~12.1.3",
122
+ "@testing-library/user-event": "~13.5.0",
123
+ "jest-axe": "^7.0.1",
124
+ "styled-components": "~5.3.9",
125
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.38"
126
+ },
127
+ "publishConfig": {
128
+ "access": "public",
129
+ "typeSafety": false
121
130
  },
122
131
  "peerDependencies": {
123
132
  "lodash": "^4.17.21",
124
133
  "react": "~17.0.2",
125
134
  "react-dom": "^17.0.2"
126
135
  },
127
- "publishConfig": {
128
- "access": "public",
129
- "typeSafety": false
130
- },
131
136
  "scripts": {
132
137
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
133
138
  "test": "pui-cli test --passWithNoTests",