@elliemae/ds-toolbar 3.22.0-next.2 → 3.22.0-next.21
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 +15 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-toolbar",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.0-next.21",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Toolbar",
|
|
6
6
|
"files": [
|
|
@@ -89,22 +89,24 @@
|
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"prop-types": "~15.8.1",
|
|
91
91
|
"uid": "2.0.1",
|
|
92
|
-
"@elliemae/ds-button": "3.22.0-next.
|
|
93
|
-
"@elliemae/ds-button-v2": "3.22.0-next.
|
|
94
|
-
"@elliemae/ds-
|
|
95
|
-
"@elliemae/ds-
|
|
96
|
-
"@elliemae/ds-
|
|
97
|
-
"@elliemae/ds-
|
|
98
|
-
"@elliemae/ds-
|
|
99
|
-
"@elliemae/ds-shared": "3.22.0-next.
|
|
100
|
-
"@elliemae/ds-
|
|
101
|
-
"@elliemae/ds-
|
|
92
|
+
"@elliemae/ds-button": "3.22.0-next.21",
|
|
93
|
+
"@elliemae/ds-button-v2": "3.22.0-next.21",
|
|
94
|
+
"@elliemae/ds-grid": "3.22.0-next.21",
|
|
95
|
+
"@elliemae/ds-classnames": "3.22.0-next.21",
|
|
96
|
+
"@elliemae/ds-icons": "3.22.0-next.21",
|
|
97
|
+
"@elliemae/ds-popper": "3.22.0-next.21",
|
|
98
|
+
"@elliemae/ds-props-helpers": "3.22.0-next.21",
|
|
99
|
+
"@elliemae/ds-shared": "3.22.0-next.21",
|
|
100
|
+
"@elliemae/ds-utilities": "3.22.0-next.21",
|
|
101
|
+
"@elliemae/ds-system": "3.22.0-next.21"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
+
"@elliemae/pui-cli": "~9.0.0-next.22",
|
|
104
105
|
"@testing-library/jest-dom": "~5.16.5",
|
|
105
106
|
"@testing-library/react": "~12.1.3",
|
|
106
107
|
"@testing-library/user-event": "~13.5.0",
|
|
107
|
-
"styled-components": "~5.3.9"
|
|
108
|
+
"styled-components": "~5.3.9",
|
|
109
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-next.21"
|
|
108
110
|
},
|
|
109
111
|
"peerDependencies": {
|
|
110
112
|
"lodash": "^4.17.21",
|
|
@@ -118,7 +120,7 @@
|
|
|
118
120
|
},
|
|
119
121
|
"scripts": {
|
|
120
122
|
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
121
|
-
"test": "
|
|
123
|
+
"test": "pui-cli test --passWithNoTests",
|
|
122
124
|
"lint": "node ../../scripts/lint.mjs",
|
|
123
125
|
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
|
|
124
126
|
"dts": "node ../../scripts/dts.mjs",
|