@elliemae/ds-wysiwygeditor 3.18.0-next.1 → 3.18.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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-wysiwygeditor",
3
- "version": "3.18.0-next.1",
3
+ "version": "3.18.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - WYSIWYG Editor",
6
6
  "files": [
@@ -103,15 +103,15 @@
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": "3.18.0-next.1",
107
- "@elliemae/ds-modal": "3.18.0-next.1",
108
- "@elliemae/ds-dropdownmenu": "3.18.0-next.1",
109
- "@elliemae/ds-shared": "3.18.0-next.1",
110
- "@elliemae/ds-icons": "3.18.0-next.1",
111
- "@elliemae/ds-tooltip": "3.18.0-next.1",
112
- "@elliemae/ds-uploader": "3.18.0-next.1",
113
- "@elliemae/ds-imagelibrarymodal": "3.18.0-next.1",
114
- "@elliemae/ds-props-helpers": "3.18.0-next.1"
106
+ "@elliemae/ds-button": "3.18.0-next.3",
107
+ "@elliemae/ds-dropdownmenu": "3.18.0-next.3",
108
+ "@elliemae/ds-icons": "3.18.0-next.3",
109
+ "@elliemae/ds-props-helpers": "3.18.0-next.3",
110
+ "@elliemae/ds-shared": "3.18.0-next.3",
111
+ "@elliemae/ds-tooltip": "3.18.0-next.3",
112
+ "@elliemae/ds-uploader": "3.18.0-next.3",
113
+ "@elliemae/ds-modal": "3.18.0-next.3",
114
+ "@elliemae/ds-imagelibrarymodal": "3.18.0-next.3"
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": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
134
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
135
135
  }
136
136
  }