@elliemae/ds-tabs 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.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tabs",
3
- "version": "3.34.0-next.2",
3
+ "version": "3.34.0-next.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tabs",
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
  },
@@ -133,17 +134,17 @@
133
134
  "dependencies": {
134
135
  "@react-hook/resize-observer": "~1.2.6",
135
136
  "react-swipeable-views": "~0.14.0",
136
- "@elliemae/ds-button-v2": "3.34.0-next.2",
137
- "@elliemae/ds-icons": "3.34.0-next.2",
138
- "@elliemae/ds-icon": "3.34.0-next.2",
139
- "@elliemae/ds-props-helpers": "3.34.0-next.2",
140
- "@elliemae/ds-system": "3.34.0-next.2",
141
- "@elliemae/ds-utilities": "3.34.0-next.2"
137
+ "@elliemae/ds-button-v2": "3.34.0-next.4",
138
+ "@elliemae/ds-icon": "3.34.0-next.4",
139
+ "@elliemae/ds-icons": "3.34.0-next.4",
140
+ "@elliemae/ds-props-helpers": "3.34.0-next.4",
141
+ "@elliemae/ds-utilities": "3.34.0-next.4",
142
+ "@elliemae/ds-system": "3.34.0-next.4"
142
143
  },
143
144
  "devDependencies": {
144
145
  "@elliemae/pui-cli": "~9.0.0-next.31",
145
146
  "styled-components": "~5.3.9",
146
- "@elliemae/ds-monorepo-devops": "3.34.0-next.2"
147
+ "@elliemae/ds-monorepo-devops": "3.34.0-next.4"
147
148
  },
148
149
  "peerDependencies": {
149
150
  "lodash": "^4.17.21",
@@ -158,8 +159,7 @@
158
159
  "scripts": {
159
160
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
160
161
  "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
161
- "lint": "node ../../../scripts/lint.mjs",
162
- "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
162
+ "lint": "node ../../../scripts/lint.mjs --fix",
163
163
  "dts": "node ../../../scripts/dts.mjs",
164
164
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
165
165
  "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""