@elliemae/ds-wysiwygeditor 3.18.0-next.0 → 3.18.0-next.2
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-wysiwygeditor",
|
|
3
|
-
"version": "3.18.0-next.
|
|
3
|
+
"version": "3.18.0-next.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - WYSIWYG Editor",
|
|
6
6
|
"files": [
|
|
@@ -99,19 +99,19 @@
|
|
|
99
99
|
"indent": 4
|
|
100
100
|
},
|
|
101
101
|
"dependencies": {
|
|
102
|
-
"@elliemae/ds-button": "3.18.0-next.0",
|
|
103
|
-
"@elliemae/ds-dropdownmenu": "3.18.0-next.0",
|
|
104
|
-
"@elliemae/ds-icons": "3.18.0-next.0",
|
|
105
|
-
"@elliemae/ds-imagelibrarymodal": "3.18.0-next.0",
|
|
106
|
-
"@elliemae/ds-modal": "3.18.0-next.0",
|
|
107
|
-
"@elliemae/ds-props-helpers": "3.18.0-next.0",
|
|
108
|
-
"@elliemae/ds-shared": "3.18.0-next.0",
|
|
109
|
-
"@elliemae/ds-tooltip": "3.18.0-next.0",
|
|
110
|
-
"@elliemae/ds-uploader": "3.18.0-next.0",
|
|
111
102
|
"quill-blot-formatter": "~1.0.5",
|
|
112
103
|
"quill-delta": "5.0.0",
|
|
113
104
|
"react-quill": "2.0.0-beta.4",
|
|
114
|
-
"uid": "^2.0.1"
|
|
105
|
+
"uid": "^2.0.1",
|
|
106
|
+
"@elliemae/ds-button": "3.18.0-next.2",
|
|
107
|
+
"@elliemae/ds-dropdownmenu": "3.18.0-next.2",
|
|
108
|
+
"@elliemae/ds-icons": "3.18.0-next.2",
|
|
109
|
+
"@elliemae/ds-imagelibrarymodal": "3.18.0-next.2",
|
|
110
|
+
"@elliemae/ds-shared": "3.18.0-next.2",
|
|
111
|
+
"@elliemae/ds-modal": "3.18.0-next.2",
|
|
112
|
+
"@elliemae/ds-props-helpers": "3.18.0-next.2",
|
|
113
|
+
"@elliemae/ds-tooltip": "3.18.0-next.2",
|
|
114
|
+
"@elliemae/ds-uploader": "3.18.0-next.2"
|
|
115
115
|
},
|
|
116
116
|
"publishConfig": {
|
|
117
117
|
"access": "public",
|
|
@@ -131,6 +131,6 @@
|
|
|
131
131
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
132
132
|
"dev:build": "pnpm --filter {.}... build",
|
|
133
133
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
134
|
-
"checkDeps": "
|
|
134
|
+
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
135
135
|
}
|
|
136
136
|
}
|