@elliemae/ds-toolbar-v2 3.34.0-next.2 → 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.
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-toolbar-v2",
|
|
3
|
-
"version": "3.34.0-next.
|
|
3
|
+
"version": "3.34.0-next.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Toolbar V2",
|
|
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
|
},
|
|
@@ -89,16 +90,16 @@
|
|
|
89
90
|
"dependencies": {
|
|
90
91
|
"prop-types": "~15.8.1",
|
|
91
92
|
"uid": "2.0.1",
|
|
92
|
-
"@elliemae/ds-button": "3.34.0-next.
|
|
93
|
-
"@elliemae/ds-grid": "3.34.0-next.
|
|
94
|
-
"@elliemae/ds-
|
|
95
|
-
"@elliemae/ds-
|
|
96
|
-
"@elliemae/ds-
|
|
93
|
+
"@elliemae/ds-button": "3.34.0-next.4",
|
|
94
|
+
"@elliemae/ds-grid": "3.34.0-next.4",
|
|
95
|
+
"@elliemae/ds-props-helpers": "3.34.0-next.4",
|
|
96
|
+
"@elliemae/ds-system": "3.34.0-next.4",
|
|
97
|
+
"@elliemae/ds-icons": "3.34.0-next.4"
|
|
97
98
|
},
|
|
98
99
|
"devDependencies": {
|
|
99
100
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
100
101
|
"styled-components": "~5.3.9",
|
|
101
|
-
"@elliemae/ds-monorepo-devops": "3.34.0-next.
|
|
102
|
+
"@elliemae/ds-monorepo-devops": "3.34.0-next.4"
|
|
102
103
|
},
|
|
103
104
|
"peerDependencies": {
|
|
104
105
|
"lodash": "^4.17.21",
|
|
@@ -113,8 +114,7 @@
|
|
|
113
114
|
"scripts": {
|
|
114
115
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
|
115
116
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
116
|
-
"lint": "node ../../../scripts/lint.mjs",
|
|
117
|
-
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
|
|
117
|
+
"lint": "node ../../../scripts/lint.mjs --fix",
|
|
118
118
|
"dts": "node ../../../scripts/dts.mjs",
|
|
119
119
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
|
120
120
|
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|