@elliemae/ds-wysiwygeditor 3.22.0-next.2 → 3.22.0-next.3

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 +19 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-wysiwygeditor",
3
- "version": "3.22.0-next.2",
3
+ "version": "3.22.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - WYSIWYG Editor",
6
6
  "files": [
@@ -103,29 +103,33 @@
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-button-v2": "3.22.0-next.2",
107
- "@elliemae/ds-dropdownmenu": "3.22.0-next.2",
108
- "@elliemae/ds-grid": "3.22.0-next.2",
109
- "@elliemae/ds-imagelibrarymodal": "3.22.0-next.2",
110
- "@elliemae/ds-modal": "3.22.0-next.2",
111
- "@elliemae/ds-icons": "3.22.0-next.2",
112
- "@elliemae/ds-props-helpers": "3.22.0-next.2",
113
- "@elliemae/ds-shared": "3.22.0-next.2",
114
- "@elliemae/ds-tooltip": "3.22.0-next.2",
115
- "@elliemae/ds-uploader": "3.22.0-next.2"
106
+ "@elliemae/ds-button-v2": "3.22.0-next.3",
107
+ "@elliemae/ds-grid": "3.22.0-next.3",
108
+ "@elliemae/ds-dropdownmenu": "3.22.0-next.3",
109
+ "@elliemae/ds-icons": "3.22.0-next.3",
110
+ "@elliemae/ds-imagelibrarymodal": "3.22.0-next.3",
111
+ "@elliemae/ds-modal": "3.22.0-next.3",
112
+ "@elliemae/ds-shared": "3.22.0-next.3",
113
+ "@elliemae/ds-props-helpers": "3.22.0-next.3",
114
+ "@elliemae/ds-tooltip": "3.22.0-next.3",
115
+ "@elliemae/ds-uploader": "3.22.0-next.3"
116
116
  },
117
- "publishConfig": {
118
- "access": "public",
119
- "typeSafety": false
117
+ "devDependencies": {
118
+ "@elliemae/pui-cli": "~9.0.0-next.17",
119
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.3"
120
120
  },
121
121
  "peerDependencies": {
122
122
  "lodash": "^4.17.21",
123
123
  "react": "~17.0.2",
124
124
  "react-dom": "^17.0.2"
125
125
  },
126
+ "publishConfig": {
127
+ "access": "public",
128
+ "typeSafety": false
129
+ },
126
130
  "scripts": {
127
131
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
128
- "test": "node ../../scripts/testing/test.mjs",
132
+ "test": "pui-cli test --passWithNoTests",
129
133
  "lint": "node ../../scripts/lint.mjs",
130
134
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
131
135
  "dts": "node ../../scripts/dts.mjs",