@elliemae/ds-shared 3.22.0-next.1 → 3.22.0-next.16

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 +9 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-shared",
3
- "version": "3.22.0-next.1",
3
+ "version": "3.22.0-next.16",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Shared components and utilities",
6
6
  "files": [
@@ -224,8 +224,12 @@
224
224
  "react-window": "~1.8.8",
225
225
  "table-resolver": "~4.1.1",
226
226
  "uuid": "~8.3.2",
227
- "@elliemae/ds-popover": "3.22.0-next.1",
228
- "@elliemae/ds-utilities": "3.22.0-next.1"
227
+ "@elliemae/ds-popover": "3.22.0-next.16",
228
+ "@elliemae/ds-utilities": "3.22.0-next.16"
229
+ },
230
+ "devDependencies": {
231
+ "@elliemae/pui-cli": "~9.0.0-next.22",
232
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.16"
229
233
  },
230
234
  "peerDependencies": {
231
235
  "lodash": "~4.17.21",
@@ -233,11 +237,12 @@
233
237
  "react-dom": "~17.0.2"
234
238
  },
235
239
  "scripts": {
236
- "test": "node ../../scripts/testing/test.mjs",
240
+ "test": "pui-cli test --passWithNoTests",
237
241
  "lint": "node ../../scripts/lint.mjs",
238
242
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
239
243
  "dts": "node ../../scripts/dts.mjs",
240
244
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
245
+ "versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
241
246
  "dev:build": "pnpm --filter {.}... build",
242
247
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
243
248
  "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\"",