@elliemae/ds-shared 3.1.0-next.0 → 3.1.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 +12 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-shared",
|
|
3
|
-
"version": "3.1.0-next.
|
|
3
|
+
"version": "3.1.0-next.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Shared components and utilities",
|
|
6
6
|
"files": [
|
|
@@ -210,20 +210,13 @@
|
|
|
210
210
|
"reportFile": "tests.xml",
|
|
211
211
|
"indent": 4
|
|
212
212
|
},
|
|
213
|
-
"scripts": {
|
|
214
|
-
"test": "node ../../scripts/testing/test.mjs",
|
|
215
|
-
"lint": "node ../../scripts/lint.mjs",
|
|
216
|
-
"dts": "node ../../scripts/dts.mjs",
|
|
217
|
-
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
218
|
-
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch"
|
|
219
|
-
},
|
|
220
213
|
"publishConfig": {
|
|
221
214
|
"access": "public",
|
|
222
215
|
"typeSafety": false
|
|
223
216
|
},
|
|
224
217
|
"dependencies": {
|
|
225
|
-
"@elliemae/ds-popover": "3.1.0-next.
|
|
226
|
-
"@elliemae/ds-utilities": "3.1.0-next.
|
|
218
|
+
"@elliemae/ds-popover": "3.1.0-next.3",
|
|
219
|
+
"@elliemae/ds-utilities": "3.1.0-next.3",
|
|
227
220
|
"hoist-non-react-statics": "~3.3.2",
|
|
228
221
|
"hotkeys-js": "~3.8.7",
|
|
229
222
|
"prop-types": "~15.8.1",
|
|
@@ -238,5 +231,13 @@
|
|
|
238
231
|
"lodash": "~4.17.21",
|
|
239
232
|
"react": "~17.0.2",
|
|
240
233
|
"react-dom": "~17.0.2"
|
|
234
|
+
},
|
|
235
|
+
"scripts": {
|
|
236
|
+
"test": "node ../../scripts/testing/test.mjs",
|
|
237
|
+
"lint": "node ../../scripts/lint.mjs",
|
|
238
|
+
"dts": "node ../../scripts/dts.mjs",
|
|
239
|
+
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
240
|
+
"checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",
|
|
241
|
+
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch"
|
|
241
242
|
}
|
|
242
|
-
}
|
|
243
|
+
}
|