@elliemae/ds-tabs 3.33.0-next.5 → 3.33.0-next.6
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-tabs",
|
|
3
|
-
"version": "3.33.0-next.
|
|
3
|
+
"version": "3.33.0-next.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Tabs",
|
|
6
6
|
"files": [
|
|
@@ -133,17 +133,17 @@
|
|
|
133
133
|
"dependencies": {
|
|
134
134
|
"@react-hook/resize-observer": "~1.2.6",
|
|
135
135
|
"react-swipeable-views": "~0.14.0",
|
|
136
|
-
"@elliemae/ds-
|
|
137
|
-
"@elliemae/ds-
|
|
138
|
-
"@elliemae/ds-
|
|
139
|
-
"@elliemae/ds-
|
|
140
|
-
"@elliemae/ds-
|
|
141
|
-
"@elliemae/ds-
|
|
136
|
+
"@elliemae/ds-icons": "3.33.0-next.6",
|
|
137
|
+
"@elliemae/ds-props-helpers": "3.33.0-next.6",
|
|
138
|
+
"@elliemae/ds-icon": "3.33.0-next.6",
|
|
139
|
+
"@elliemae/ds-system": "3.33.0-next.6",
|
|
140
|
+
"@elliemae/ds-utilities": "3.33.0-next.6",
|
|
141
|
+
"@elliemae/ds-button-v2": "3.33.0-next.6"
|
|
142
142
|
},
|
|
143
143
|
"devDependencies": {
|
|
144
144
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
145
145
|
"styled-components": "~5.3.9",
|
|
146
|
-
"@elliemae/ds-monorepo-devops": "3.33.0-next.
|
|
146
|
+
"@elliemae/ds-monorepo-devops": "3.33.0-next.6"
|
|
147
147
|
},
|
|
148
148
|
"peerDependencies": {
|
|
149
149
|
"lodash": "^4.17.21",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
},
|
|
158
158
|
"scripts": {
|
|
159
159
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
|
160
|
-
"test": "pui-cli test --passWithNoTests",
|
|
160
|
+
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
161
161
|
"lint": "node ../../../scripts/lint.mjs",
|
|
162
162
|
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
|
|
163
163
|
"dts": "node ../../../scripts/dts.mjs",
|