@elliemae/ds-menu 3.22.0-next.2 → 3.22.0-next.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.
- package/package.json +7 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-menu",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.0-next.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Menu",
|
|
6
6
|
"files": [
|
|
@@ -107,7 +107,11 @@
|
|
|
107
107
|
"indent": 4
|
|
108
108
|
},
|
|
109
109
|
"dependencies": {
|
|
110
|
-
"@elliemae/ds-common": "3.22.0-next.
|
|
110
|
+
"@elliemae/ds-common": "3.22.0-next.4"
|
|
111
|
+
},
|
|
112
|
+
"devDependencies": {
|
|
113
|
+
"@elliemae/pui-cli": "~9.0.0-next.17",
|
|
114
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-next.4"
|
|
111
115
|
},
|
|
112
116
|
"peerDependencies": {
|
|
113
117
|
"lodash": "^4.17.21",
|
|
@@ -121,7 +125,7 @@
|
|
|
121
125
|
},
|
|
122
126
|
"scripts": {
|
|
123
127
|
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
124
|
-
"test": "
|
|
128
|
+
"test": "pui-cli test --passWithNoTests",
|
|
125
129
|
"lint": "node ../../scripts/lint.mjs",
|
|
126
130
|
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
|
|
127
131
|
"dts": "node ../../scripts/dts.mjs",
|