@elliemae/ds-form-layout-blocks 3.17.1-rc.1 → 3.17.1-rc.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.
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form-layout-blocks",
|
|
3
|
-
"version": "3.17.1-rc.
|
|
3
|
+
"version": "3.17.1-rc.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Form Layout",
|
|
6
6
|
"files": [
|
|
@@ -76,20 +76,20 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"uid": "~2.0.1",
|
|
79
|
-
"@elliemae/ds-grid": "3.17.1-rc.
|
|
80
|
-
"@elliemae/ds-
|
|
81
|
-
"@elliemae/ds-
|
|
82
|
-
"@elliemae/ds-system": "3.17.1-rc.
|
|
83
|
-
"@elliemae/ds-utilities": "3.17.1-rc.
|
|
79
|
+
"@elliemae/ds-grid": "3.17.1-rc.3",
|
|
80
|
+
"@elliemae/ds-props-helpers": "3.17.1-rc.3",
|
|
81
|
+
"@elliemae/ds-icons": "3.17.1-rc.3",
|
|
82
|
+
"@elliemae/ds-system": "3.17.1-rc.3",
|
|
83
|
+
"@elliemae/ds-utilities": "3.17.1-rc.3"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@testing-library/jest-dom": "~5.16.5",
|
|
87
87
|
"@testing-library/react": "~12.1.3",
|
|
88
88
|
"jest-axe": "^7.0.1",
|
|
89
89
|
"styled-components": "~5.3.9",
|
|
90
|
-
"@elliemae/ds-form-checkbox": "3.17.1-rc.
|
|
91
|
-
"@elliemae/ds-form-input-text": "3.17.1-rc.
|
|
92
|
-
"@elliemae/ds-form-radio": "3.17.1-rc.
|
|
90
|
+
"@elliemae/ds-form-checkbox": "3.17.1-rc.3",
|
|
91
|
+
"@elliemae/ds-form-input-text": "3.17.1-rc.3",
|
|
92
|
+
"@elliemae/ds-form-radio": "3.17.1-rc.3"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
95
|
"react": "~17.0.2",
|
|
@@ -110,6 +110,6 @@
|
|
|
110
110
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
111
111
|
"dev:build": "pnpm --filter {.}... build",
|
|
112
112
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
113
|
-
"checkDeps": "
|
|
113
|
+
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
114
114
|
}
|
|
115
115
|
}
|