@elliemae/ds-form-layout-blocks 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-form-layout-blocks",
3
- "version": "3.22.0-next.16",
3
+ "version": "3.22.0-next.18",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form Layout",
6
6
  "files": [
@@ -76,11 +76,11 @@
76
76
  },
77
77
  "dependencies": {
78
78
  "uid": "~2.0.1",
79
- "@elliemae/ds-props-helpers": "3.22.0-next.16",
80
- "@elliemae/ds-grid": "3.22.0-next.16",
81
- "@elliemae/ds-system": "3.22.0-next.16",
82
- "@elliemae/ds-utilities": "3.22.0-next.16",
83
- "@elliemae/ds-icons": "3.22.0-next.16"
79
+ "@elliemae/ds-grid": "3.22.0-next.18",
80
+ "@elliemae/ds-props-helpers": "3.22.0-next.18",
81
+ "@elliemae/ds-system": "3.22.0-next.18",
82
+ "@elliemae/ds-icons": "3.22.0-next.18",
83
+ "@elliemae/ds-utilities": "3.22.0-next.18"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@elliemae/pui-cli": "~9.0.0-next.22",
@@ -88,10 +88,10 @@
88
88
  "@testing-library/react": "~12.1.3",
89
89
  "jest-axe": "^7.0.1",
90
90
  "styled-components": "~5.3.9",
91
- "@elliemae/ds-form-checkbox": "3.22.0-next.16",
92
- "@elliemae/ds-form-input-text": "3.22.0-next.16",
93
- "@elliemae/ds-form-radio": "3.22.0-next.16",
94
- "@elliemae/ds-monorepo-devops": "3.22.0-next.16"
91
+ "@elliemae/ds-form-checkbox": "3.22.0-next.18",
92
+ "@elliemae/ds-form-input-text": "3.22.0-next.18",
93
+ "@elliemae/ds-form-radio": "3.22.0-next.18",
94
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.18"
95
95
  },
96
96
  "peerDependencies": {
97
97
  "react": "~17.0.2",
@@ -110,7 +110,6 @@
110
110
  "dts": "node ../../scripts/dts.mjs",
111
111
  "dts:withdeps": "pnpm --filter {.}... dts",
112
112
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
113
- "versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
114
113
  "dev:build": "pnpm --filter {.}... build",
115
114
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
116
115
  "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""