@elliemae/ds-drag-and-drop 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.
- package/package.json +8 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-drag-and-drop",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.0-next.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Drag And Drop",
|
|
6
6
|
"files": [
|
|
@@ -110,8 +110,12 @@
|
|
|
110
110
|
"@dnd-kit/core": "~6.0.8",
|
|
111
111
|
"@dnd-kit/modifiers": "~6.0.1",
|
|
112
112
|
"@dnd-kit/sortable": "~7.0.2",
|
|
113
|
-
"@elliemae/ds-fast-list": "3.22.0-next.
|
|
114
|
-
"@elliemae/ds-tree-model": "3.22.0-next.
|
|
113
|
+
"@elliemae/ds-fast-list": "3.22.0-next.3",
|
|
114
|
+
"@elliemae/ds-tree-model": "3.22.0-next.3"
|
|
115
|
+
},
|
|
116
|
+
"devDependencies": {
|
|
117
|
+
"@elliemae/pui-cli": "~9.0.0-next.17",
|
|
118
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-next.3"
|
|
115
119
|
},
|
|
116
120
|
"peerDependencies": {
|
|
117
121
|
"lodash": "^4.17.21",
|
|
@@ -125,7 +129,7 @@
|
|
|
125
129
|
},
|
|
126
130
|
"scripts": {
|
|
127
131
|
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
128
|
-
"test": "
|
|
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",
|