@elliemae/ds-date-picker 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.
Files changed (1) hide show
  1. package/package.json +16 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-date-picker",
3
- "version": "3.22.0-next.2",
3
+ "version": "3.22.0-next.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Date Picker",
6
6
  "files": [
@@ -98,21 +98,23 @@
98
98
  "moment": "~2.29.4",
99
99
  "prop-types": "~15.8.1",
100
100
  "react-dates": "~21.8.0",
101
- "@elliemae/ds-button": "3.22.0-next.2",
102
- "@elliemae/ds-classnames": "3.22.0-next.2",
103
- "@elliemae/ds-grid": "3.22.0-next.2",
104
- "@elliemae/ds-form": "3.22.0-next.2",
105
- "@elliemae/ds-icon": "3.22.0-next.2",
106
- "@elliemae/ds-props-helpers": "3.22.0-next.2",
107
- "@elliemae/ds-icons": "3.22.0-next.2",
108
- "@elliemae/ds-popper": "3.22.0-next.2",
109
- "@elliemae/ds-shared": "3.22.0-next.2",
110
- "@elliemae/ds-utilities": "3.22.0-next.2",
111
- "@elliemae/ds-system": "3.22.0-next.2"
101
+ "@elliemae/ds-button": "3.22.0-next.4",
102
+ "@elliemae/ds-classnames": "3.22.0-next.4",
103
+ "@elliemae/ds-form": "3.22.0-next.4",
104
+ "@elliemae/ds-grid": "3.22.0-next.4",
105
+ "@elliemae/ds-icon": "3.22.0-next.4",
106
+ "@elliemae/ds-popper": "3.22.0-next.4",
107
+ "@elliemae/ds-props-helpers": "3.22.0-next.4",
108
+ "@elliemae/ds-icons": "3.22.0-next.4",
109
+ "@elliemae/ds-system": "3.22.0-next.4",
110
+ "@elliemae/ds-utilities": "3.22.0-next.4",
111
+ "@elliemae/ds-shared": "3.22.0-next.4"
112
112
  },
113
113
  "devDependencies": {
114
+ "@elliemae/pui-cli": "~9.0.0-next.17",
114
115
  "@testing-library/jest-dom": "~5.16.5",
115
- "@testing-library/react": "~12.1.3"
116
+ "@testing-library/react": "~12.1.3",
117
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.4"
116
118
  },
117
119
  "peerDependencies": {
118
120
  "lodash": "^4.17.21",
@@ -125,7 +127,7 @@
125
127
  },
126
128
  "scripts": {
127
129
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
128
- "test": "node ../../scripts/testing/test.mjs",
130
+ "test": "pui-cli test --passWithNoTests",
129
131
  "lint": "node ../../scripts/lint.mjs",
130
132
  "eslint:fix": "exit 0 | echo",
131
133
  "dts": "exit 0 | echo",