@elliemae/ds-slider 3.22.0-next.1 → 3.22.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.
Files changed (1) hide show
  1. package/package.json +11 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-slider",
3
- "version": "3.22.0-next.1",
3
+ "version": "3.22.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Slider",
6
6
  "files": [
@@ -78,15 +78,17 @@
78
78
  "prop-types": "~15.8.1",
79
79
  "react-range": "~1.8.14",
80
80
  "uuid": "~8.3.2",
81
- "@elliemae/ds-grid": "3.22.0-next.1",
82
- "@elliemae/ds-props-helpers": "3.22.0-next.1",
83
- "@elliemae/ds-system": "3.22.0-next.1",
84
- "@elliemae/ds-tooltip": "3.22.0-next.1",
85
- "@elliemae/ds-utilities": "3.22.0-next.1",
86
- "@elliemae/ds-truncated-tooltip-text": "3.22.0-next.1"
81
+ "@elliemae/ds-grid": "3.22.0-next.3",
82
+ "@elliemae/ds-props-helpers": "3.22.0-next.3",
83
+ "@elliemae/ds-system": "3.22.0-next.3",
84
+ "@elliemae/ds-tooltip": "3.22.0-next.3",
85
+ "@elliemae/ds-truncated-tooltip-text": "3.22.0-next.3",
86
+ "@elliemae/ds-utilities": "3.22.0-next.3"
87
87
  },
88
88
  "devDependencies": {
89
- "styled-components": "~5.3.9"
89
+ "@elliemae/pui-cli": "~9.0.0-next.17",
90
+ "styled-components": "~5.3.9",
91
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.3"
90
92
  },
91
93
  "peerDependencies": {
92
94
  "react": "^17.0.2",
@@ -99,7 +101,7 @@
99
101
  },
100
102
  "scripts": {
101
103
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
102
- "test": "node ../../scripts/testing/test.mjs",
104
+ "test": "pui-cli test --passWithNoTests",
103
105
  "lint": "node ../../scripts/lint.mjs",
104
106
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
105
107
  "dts": "node ../../scripts/dts.mjs",