@elliemae/ds-datagrids 3.22.0-next.16 → 3.22.0-next.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +20 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-datagrids",
3
- "version": "3.22.0-next.16",
3
+ "version": "3.22.0-next.18",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Grids",
6
6
  "files": [
@@ -556,24 +556,24 @@
556
556
  "sortabular": "~1.6.0",
557
557
  "stylesheet-helpers": "~0.2.2",
558
558
  "uuid": "~8.3.2",
559
- "@elliemae/ds-button": "3.22.0-next.16",
560
- "@elliemae/ds-controlled-form": "3.22.0-next.16",
561
- "@elliemae/ds-classnames": "3.22.0-next.16",
562
- "@elliemae/ds-dropdownmenu": "3.22.0-next.16",
563
- "@elliemae/ds-filterbar": "3.22.0-next.16",
564
- "@elliemae/ds-grid": "3.22.0-next.16",
565
- "@elliemae/ds-menu": "3.22.0-next.16",
566
- "@elliemae/ds-popper": "3.22.0-next.16",
567
- "@elliemae/ds-props-helpers": "3.22.0-next.16",
568
- "@elliemae/ds-separator": "3.22.0-next.16",
569
- "@elliemae/ds-system": "3.22.0-next.16",
570
- "@elliemae/ds-truncated-tooltip-text": "3.22.0-next.16",
571
- "@elliemae/ds-utilities": "3.22.0-next.16",
572
- "@elliemae/ds-toolbar": "3.22.0-next.16",
573
- "@elliemae/ds-form": "3.22.0-next.16",
574
- "@elliemae/ds-spinner": "3.22.0-next.16",
575
- "@elliemae/ds-icons": "3.22.0-next.16",
576
- "@elliemae/ds-shared": "3.22.0-next.16"
559
+ "@elliemae/ds-button": "3.22.0-next.18",
560
+ "@elliemae/ds-classnames": "3.22.0-next.18",
561
+ "@elliemae/ds-dropdownmenu": "3.22.0-next.18",
562
+ "@elliemae/ds-filterbar": "3.22.0-next.18",
563
+ "@elliemae/ds-form": "3.22.0-next.18",
564
+ "@elliemae/ds-controlled-form": "3.22.0-next.18",
565
+ "@elliemae/ds-grid": "3.22.0-next.18",
566
+ "@elliemae/ds-icons": "3.22.0-next.18",
567
+ "@elliemae/ds-menu": "3.22.0-next.18",
568
+ "@elliemae/ds-popper": "3.22.0-next.18",
569
+ "@elliemae/ds-props-helpers": "3.22.0-next.18",
570
+ "@elliemae/ds-separator": "3.22.0-next.18",
571
+ "@elliemae/ds-shared": "3.22.0-next.18",
572
+ "@elliemae/ds-spinner": "3.22.0-next.18",
573
+ "@elliemae/ds-system": "3.22.0-next.18",
574
+ "@elliemae/ds-toolbar": "3.22.0-next.18",
575
+ "@elliemae/ds-truncated-tooltip-text": "3.22.0-next.18",
576
+ "@elliemae/ds-utilities": "3.22.0-next.18"
577
577
  },
578
578
  "devDependencies": {
579
579
  "@elliemae/pui-cli": "~9.0.0-next.22",
@@ -581,7 +581,7 @@
581
581
  "@testing-library/react": "~12.1.3",
582
582
  "@testing-library/user-event": "~13.5.0",
583
583
  "styled-components": "~5.3.9",
584
- "@elliemae/ds-monorepo-devops": "3.22.0-next.16"
584
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.18"
585
585
  },
586
586
  "peerDependencies": {
587
587
  "lodash": "^4.17.21",
@@ -596,7 +596,6 @@
596
596
  "eslint:fix": "exit 0 | echo",
597
597
  "dts": "exit 0 | echo",
598
598
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
599
- "versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
600
599
  "dev:build": "pnpm --filter {.}... build",
601
600
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
602
601
  "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""