@elliemae/ds-form-layout-blocks 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.
- package/package.json +13 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form-layout-blocks",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.0-next.15",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Form Layout",
|
|
6
6
|
"files": [
|
|
@@ -76,20 +76,22 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"uid": "~2.0.1",
|
|
79
|
-
"@elliemae/ds-grid": "3.22.0-next.
|
|
80
|
-
"@elliemae/ds-
|
|
81
|
-
"@elliemae/ds-
|
|
82
|
-
"@elliemae/ds-
|
|
83
|
-
"@elliemae/ds-
|
|
79
|
+
"@elliemae/ds-grid": "3.22.0-next.15",
|
|
80
|
+
"@elliemae/ds-icons": "3.22.0-next.15",
|
|
81
|
+
"@elliemae/ds-utilities": "3.22.0-next.15",
|
|
82
|
+
"@elliemae/ds-props-helpers": "3.22.0-next.15",
|
|
83
|
+
"@elliemae/ds-system": "3.22.0-next.15"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
+
"@elliemae/pui-cli": "~9.0.0-next.22",
|
|
86
87
|
"@testing-library/jest-dom": "~5.16.5",
|
|
87
88
|
"@testing-library/react": "~12.1.3",
|
|
88
89
|
"jest-axe": "^7.0.1",
|
|
89
90
|
"styled-components": "~5.3.9",
|
|
90
|
-
"@elliemae/ds-form-checkbox": "3.22.0-next.
|
|
91
|
-
"@elliemae/ds-
|
|
92
|
-
"@elliemae/ds-form-radio": "3.22.0-next.
|
|
91
|
+
"@elliemae/ds-form-checkbox": "3.22.0-next.15",
|
|
92
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-next.15",
|
|
93
|
+
"@elliemae/ds-form-radio": "3.22.0-next.15",
|
|
94
|
+
"@elliemae/ds-form-input-text": "3.22.0-next.15"
|
|
93
95
|
},
|
|
94
96
|
"peerDependencies": {
|
|
95
97
|
"react": "~17.0.2",
|
|
@@ -102,12 +104,13 @@
|
|
|
102
104
|
},
|
|
103
105
|
"scripts": {
|
|
104
106
|
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
105
|
-
"test": "
|
|
107
|
+
"test": "pui-cli test --passWithNoTests",
|
|
106
108
|
"lint": "node ../../scripts/lint.mjs",
|
|
107
109
|
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
|
|
108
110
|
"dts": "node ../../scripts/dts.mjs",
|
|
109
111
|
"dts:withdeps": "pnpm --filter {.}... dts",
|
|
110
112
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
113
|
+
"versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
|
|
111
114
|
"dev:build": "pnpm --filter {.}... build",
|
|
112
115
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
113
116
|
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|