@elliemae/ds-tabs 3.22.0-next.16 → 3.22.0-next.18

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 +8 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tabs",
3
- "version": "3.22.0-next.16",
3
+ "version": "3.22.0-next.18",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tabs",
6
6
  "files": [
@@ -133,12 +133,12 @@
133
133
  "dependencies": {
134
134
  "@react-hook/resize-observer": "~1.2.6",
135
135
  "react-swipeable-views": "~0.14.0",
136
- "@elliemae/ds-button-v2": "3.22.0-next.16",
137
- "@elliemae/ds-icon": "3.22.0-next.16",
138
- "@elliemae/ds-icons": "3.22.0-next.16",
139
- "@elliemae/ds-props-helpers": "3.22.0-next.16",
140
- "@elliemae/ds-system": "3.22.0-next.16",
141
- "@elliemae/ds-utilities": "3.22.0-next.16"
136
+ "@elliemae/ds-button-v2": "3.22.0-next.18",
137
+ "@elliemae/ds-icons": "3.22.0-next.18",
138
+ "@elliemae/ds-props-helpers": "3.22.0-next.18",
139
+ "@elliemae/ds-utilities": "3.22.0-next.18",
140
+ "@elliemae/ds-system": "3.22.0-next.18",
141
+ "@elliemae/ds-icon": "3.22.0-next.18"
142
142
  },
143
143
  "devDependencies": {
144
144
  "@elliemae/pui-cli": "~9.0.0-next.22",
@@ -146,7 +146,7 @@
146
146
  "@testing-library/react": "~12.1.3",
147
147
  "@testing-library/user-event": "~13.5.0",
148
148
  "styled-components": "~5.3.9",
149
- "@elliemae/ds-monorepo-devops": "3.22.0-next.16"
149
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.18"
150
150
  },
151
151
  "peerDependencies": {
152
152
  "lodash": "^4.17.21",
@@ -165,7 +165,6 @@
165
165
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
166
166
  "dts": "node ../../scripts/dts.mjs",
167
167
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
168
- "versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
169
168
  "dev:build": "pnpm --filter {.}... build",
170
169
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
171
170
  "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""