@elliemae/ds-controlled-form 2.3.0-next.0 → 2.3.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.
Files changed (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-controlled-form",
3
- "version": "2.3.0-next.0",
3
+ "version": "2.3.0-next.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Controllers",
6
6
  "module": "./esm/index.js",
@@ -744,22 +744,22 @@
744
744
  "build": "node ../../scripts/build/build.js"
745
745
  },
746
746
  "dependencies": {
747
- "@elliemae/ds-button": "2.3.0-next.0",
748
- "@elliemae/ds-form-layout-blocks": "2.3.0-next.0",
749
- "@elliemae/ds-grid": "2.3.0-next.0",
750
- "@elliemae/ds-icon": "2.3.0-next.0",
751
- "@elliemae/ds-icons": "2.3.0-next.0",
752
- "@elliemae/ds-props-helpers": "2.3.0-next.0",
753
- "@elliemae/ds-system": "2.3.0-next.0",
754
- "@elliemae/ds-tooltip": "2.3.0-next.0",
755
- "@elliemae/ds-truncated-tooltip-text": "2.3.0-next.0",
747
+ "@elliemae/ds-button": "2.3.0-next.4",
748
+ "@elliemae/ds-form-layout-blocks": "2.3.0-next.4",
749
+ "@elliemae/ds-grid": "2.3.0-next.4",
750
+ "@elliemae/ds-icon": "2.3.0-next.4",
751
+ "@elliemae/ds-icons": "2.3.0-next.4",
752
+ "@elliemae/ds-props-helpers": "2.3.0-next.4",
753
+ "@elliemae/ds-system": "2.3.0-next.4",
754
+ "@elliemae/ds-tooltip": "2.3.0-next.4",
755
+ "@elliemae/ds-truncated-tooltip-text": "2.3.0-next.4",
756
756
  "prop-types": "~15.7.2",
757
757
  "react-desc": "~4.1.3",
758
758
  "react-popper": "~2.2.5",
759
759
  "uid": "~2.0.0"
760
760
  },
761
761
  "devDependencies": {
762
- "@elliemae/pui-theme": "~2.2.5",
762
+ "@elliemae/pui-theme": "~2.3.0",
763
763
  "@testing-library/dom": "~8.11.1",
764
764
  "@testing-library/jest-dom": "~5.15.0",
765
765
  "@testing-library/react": "~12.1.2",
@@ -768,7 +768,7 @@
768
768
  "styled-system": "~5.1.5"
769
769
  },
770
770
  "peerDependencies": {
771
- "@elliemae/pui-theme": "^2.2.5",
771
+ "@elliemae/pui-theme": "~2.3.0",
772
772
  "react": "^17.0.2",
773
773
  "react-dom": "^17.0.2",
774
774
  "styled-components": "^5.3.3",