@elliemae/ds-time-picker 3.22.0-next.0 → 3.22.0-next.15

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 +14 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-time-picker",
3
- "version": "3.22.0-next.0",
3
+ "version": "3.22.0-next.15",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Time Picker",
6
6
  "files": [
@@ -70,17 +70,19 @@
70
70
  "memoize-one": "~6.0.0",
71
71
  "moment": "~2.29.4",
72
72
  "prop-types": "~15.8.1",
73
- "@elliemae/ds-button": "3.22.0-next.0",
74
- "@elliemae/ds-classnames": "3.22.0-next.0",
75
- "@elliemae/ds-form": "3.22.0-next.0",
76
- "@elliemae/ds-icons": "3.22.0-next.0",
77
- "@elliemae/ds-popper": "3.22.0-next.0",
78
- "@elliemae/ds-props-helpers": "3.22.0-next.0",
79
- "@elliemae/ds-system": "3.22.0-next.0",
80
- "@elliemae/ds-utilities": "3.22.0-next.0"
73
+ "@elliemae/ds-button": "3.22.0-next.15",
74
+ "@elliemae/ds-form": "3.22.0-next.15",
75
+ "@elliemae/ds-classnames": "3.22.0-next.15",
76
+ "@elliemae/ds-popper": "3.22.0-next.15",
77
+ "@elliemae/ds-icons": "3.22.0-next.15",
78
+ "@elliemae/ds-props-helpers": "3.22.0-next.15",
79
+ "@elliemae/ds-system": "3.22.0-next.15",
80
+ "@elliemae/ds-utilities": "3.22.0-next.15"
81
81
  },
82
82
  "devDependencies": {
83
- "styled-components": "~5.3.9"
83
+ "@elliemae/pui-cli": "~9.0.0-next.22",
84
+ "styled-components": "~5.3.9",
85
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.15"
84
86
  },
85
87
  "peerDependencies": {
86
88
  "lodash": "^4.17.21",
@@ -94,11 +96,12 @@
94
96
  },
95
97
  "scripts": {
96
98
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
97
- "test": "node ../../scripts/testing/test.mjs",
99
+ "test": "pui-cli test --passWithNoTests",
98
100
  "lint": "node ../../scripts/lint.mjs",
99
101
  "eslint:fix": "exit 0 | echo",
100
102
  "dts": "exit 0 | echo",
101
103
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
104
+ "versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
102
105
  "dev:build": "pnpm --filter {.}... build",
103
106
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
104
107
  "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""