@elliemae/ds-tabs 3.16.0-next.2 → 3.16.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tabs",
3
- "version": "3.16.0-next.2",
3
+ "version": "3.16.0-next.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tabs",
6
6
  "files": [
@@ -133,11 +133,12 @@
133
133
  "dependencies": {
134
134
  "@react-hook/resize-observer": "~1.2.5",
135
135
  "react-swipeable-views": "~0.14.0",
136
- "@elliemae/ds-button": "3.16.0-next.2",
137
- "@elliemae/ds-icon": "3.16.0-next.2",
138
- "@elliemae/ds-system": "3.16.0-next.2",
139
- "@elliemae/ds-utilities": "3.16.0-next.2",
140
- "@elliemae/ds-icons": "3.16.0-next.2"
136
+ "@elliemae/ds-button": "3.16.0-next.4",
137
+ "@elliemae/ds-system": "3.16.0-next.4",
138
+ "@elliemae/ds-utilities": "3.16.0-next.4",
139
+ "@elliemae/ds-icon": "3.16.0-next.4",
140
+ "@elliemae/ds-icons": "3.16.0-next.4",
141
+ "@elliemae/ds-props-helpers": "3.16.0-next.4"
141
142
  },
142
143
  "devDependencies": {
143
144
  "@testing-library/jest-dom": "~5.16.4",
@@ -162,7 +163,7 @@
162
163
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
163
164
  "dts": "node ../../scripts/dts.mjs",
164
165
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
165
- "dev:build": "pnpm --filter {.}... build && pnpm --filter {.}... dts",
166
+ "dev:build": "pnpm --filter {.}... build",
166
167
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
167
168
  "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
168
169
  }