@elliemae/ds-utilities 3.11.2 → 3.11.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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-utilities",
3
- "version": "3.11.2",
3
+ "version": "3.11.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Utilities",
6
6
  "files": [
@@ -151,7 +151,6 @@
151
151
  "typeSafety": true
152
152
  },
153
153
  "dependencies": {
154
- "@elliemae/ds-system": "3.11.2",
155
154
  "@elliemae/pui-theme": "~2.6.0",
156
155
  "fast-deep-equal": "~3.1.3",
157
156
  "hotkeys-js": "~3.9.3",
@@ -161,7 +160,8 @@
161
160
  "uncontrollable": "~6.2.3",
162
161
  "use-force-update": "~1.0.8",
163
162
  "use-measure": "~0.3.0",
164
- "use-onclickoutside": "~0.4.0"
163
+ "use-onclickoutside": "~0.4.0",
164
+ "@elliemae/ds-system": "3.11.4"
165
165
  },
166
166
  "devDependencies": {
167
167
  "@testing-library/jest-dom": "~5.16.4",