@elliemae/ds-modal 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 +11 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-modal",
3
- "version": "3.22.0-next.16",
3
+ "version": "3.22.0-next.18",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Modal",
6
6
  "files": [
@@ -102,21 +102,21 @@
102
102
  "prop-types": "~15.8.1",
103
103
  "react-modal": "~3.16.1",
104
104
  "styled-components": "~5.3.9",
105
- "@elliemae/ds-button": "3.22.0-next.16",
106
- "@elliemae/ds-form": "3.22.0-next.16",
107
- "@elliemae/ds-classnames": "3.22.0-next.16",
108
- "@elliemae/ds-icon": "3.22.0-next.16",
109
- "@elliemae/ds-icons": "3.22.0-next.16",
110
- "@elliemae/ds-props-helpers": "3.22.0-next.16",
111
- "@elliemae/ds-shared": "3.22.0-next.16",
112
- "@elliemae/ds-system": "3.22.0-next.16",
113
- "@elliemae/ds-utilities": "3.22.0-next.16"
105
+ "@elliemae/ds-button": "3.22.0-next.18",
106
+ "@elliemae/ds-form": "3.22.0-next.18",
107
+ "@elliemae/ds-classnames": "3.22.0-next.18",
108
+ "@elliemae/ds-icon": "3.22.0-next.18",
109
+ "@elliemae/ds-props-helpers": "3.22.0-next.18",
110
+ "@elliemae/ds-icons": "3.22.0-next.18",
111
+ "@elliemae/ds-shared": "3.22.0-next.18",
112
+ "@elliemae/ds-system": "3.22.0-next.18",
113
+ "@elliemae/ds-utilities": "3.22.0-next.18"
114
114
  },
115
115
  "devDependencies": {
116
116
  "@elliemae/pui-cli": "~9.0.0-next.22",
117
117
  "@testing-library/jest-dom": "~5.16.5",
118
118
  "@testing-library/react": "~12.1.3",
119
- "@elliemae/ds-monorepo-devops": "3.22.0-next.16"
119
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.18"
120
120
  },
121
121
  "peerDependencies": {
122
122
  "lodash": "^4.17.21",
@@ -134,7 +134,6 @@
134
134
  "eslint:fix": "exit 0 | echo",
135
135
  "dts": "exit 0 | echo",
136
136
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
137
- "versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
138
137
  "dev:build": "pnpm --filter {.}... build",
139
138
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
140
139
  "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""