@elliemae/ds-time-picker 3.22.0-next.16 → 3.22.0-next.18

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