@elliemae/ds-utilities 3.49.0-rc.8 → 3.49.0
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 +11 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-utilities",
|
|
3
|
-
"version": "3.49.0
|
|
3
|
+
"version": "3.49.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Utilities",
|
|
6
6
|
"files": [
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
|
138
138
|
},
|
|
139
139
|
"engines": {
|
|
140
|
-
"pnpm": ">=
|
|
141
|
-
"node": ">=
|
|
140
|
+
"pnpm": ">=9",
|
|
141
|
+
"node": ">=22"
|
|
142
142
|
},
|
|
143
143
|
"author": "ICE MT",
|
|
144
144
|
"jestSonar": {
|
|
@@ -161,16 +161,18 @@
|
|
|
161
161
|
"use-force-update": "~1.0.11",
|
|
162
162
|
"use-measure": "~0.3.0",
|
|
163
163
|
"use-onclickoutside": "~0.4.1",
|
|
164
|
-
"@elliemae/ds-hooks-focus-trap": "3.49.0
|
|
165
|
-
"@elliemae/ds-hooks-is-mobile": "3.49.0
|
|
166
|
-
"@elliemae/ds-hooks-on-blur-out": "3.49.0
|
|
167
|
-
"@elliemae/ds-hooks-on-first-focus-in": "3.49.0
|
|
168
|
-
"@elliemae/ds-props-helpers": "3.49.0
|
|
164
|
+
"@elliemae/ds-hooks-focus-trap": "3.49.0",
|
|
165
|
+
"@elliemae/ds-hooks-is-mobile": "3.49.0",
|
|
166
|
+
"@elliemae/ds-hooks-on-blur-out": "3.49.0",
|
|
167
|
+
"@elliemae/ds-hooks-on-first-focus-in": "3.49.0",
|
|
168
|
+
"@elliemae/ds-props-helpers": "3.49.0"
|
|
169
169
|
},
|
|
170
170
|
"devDependencies": {
|
|
171
171
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
172
|
+
"jest": "~29.7.0",
|
|
173
|
+
"jest-cli": "~29.7.0",
|
|
172
174
|
"react-dom": "^17.0.2",
|
|
173
|
-
"@elliemae/ds-monorepo-devops": "3.49.0
|
|
175
|
+
"@elliemae/ds-monorepo-devops": "3.49.0"
|
|
174
176
|
},
|
|
175
177
|
"peerDependencies": {
|
|
176
178
|
"lodash": "^4.17.21",
|