@elliemae/ds-form-layout-blocks 3.34.0-next.3 → 3.34.0-next.4

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 +12 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-layout-blocks",
3
- "version": "3.34.0-next.3",
3
+ "version": "3.34.0-next.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form Layout",
6
6
  "files": [
@@ -11,6 +11,7 @@
11
11
  "types": "./dist/types/index.d.ts",
12
12
  "exports": {
13
13
  ".": {
14
+ "types": "./dist/types/index.d.ts",
14
15
  "import": "./dist/esm/index.js",
15
16
  "require": "./dist/cjs/index.js"
16
17
  },
@@ -76,19 +77,19 @@
76
77
  },
77
78
  "dependencies": {
78
79
  "uid": "~2.0.1",
79
- "@elliemae/ds-grid": "3.34.0-next.3",
80
- "@elliemae/ds-props-helpers": "3.34.0-next.3",
81
- "@elliemae/ds-icons": "3.34.0-next.3",
82
- "@elliemae/ds-system": "3.34.0-next.3",
83
- "@elliemae/ds-utilities": "3.34.0-next.3"
80
+ "@elliemae/ds-grid": "3.34.0-next.4",
81
+ "@elliemae/ds-icons": "3.34.0-next.4",
82
+ "@elliemae/ds-props-helpers": "3.34.0-next.4",
83
+ "@elliemae/ds-utilities": "3.34.0-next.4",
84
+ "@elliemae/ds-system": "3.34.0-next.4"
84
85
  },
85
86
  "devDependencies": {
86
87
  "@elliemae/pui-cli": "~9.0.0-next.31",
87
88
  "styled-components": "~5.3.9",
88
- "@elliemae/ds-form-checkbox": "3.34.0-next.3",
89
- "@elliemae/ds-monorepo-devops": "3.34.0-next.3",
90
- "@elliemae/ds-form-radio": "3.34.0-next.3",
91
- "@elliemae/ds-form-input-text": "3.34.0-next.3"
89
+ "@elliemae/ds-form-checkbox": "3.34.0-next.4",
90
+ "@elliemae/ds-form-input-text": "3.34.0-next.4",
91
+ "@elliemae/ds-form-radio": "3.34.0-next.4",
92
+ "@elliemae/ds-monorepo-devops": "3.34.0-next.4"
92
93
  },
93
94
  "peerDependencies": {
94
95
  "react": "~17.0.2",
@@ -102,10 +103,8 @@
102
103
  "scripts": {
103
104
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
104
105
  "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
105
- "lint": "node ../../../scripts/lint.mjs",
106
- "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
106
+ "lint": "node ../../../scripts/lint.mjs --fix",
107
107
  "dts": "node ../../../scripts/dts.mjs",
108
- "dts:withdeps": "pnpm --filter {.}... dts",
109
108
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
110
109
  "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
111
110
  }