@elliemae/ds-tabs 3.0.4-rc.2 → 3.0.4-rc.5

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 +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tabs",
3
- "version": "3.0.4-rc.2",
3
+ "version": "3.0.4-rc.5",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tabs",
6
6
  "files": [
@@ -130,19 +130,12 @@
130
130
  "reportFile": "tests.xml",
131
131
  "indent": 4
132
132
  },
133
- "scripts": {
134
- "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
135
- "test": "node ../../scripts/testing/test.mjs",
136
- "lint": "node ../../scripts/lint.mjs",
137
- "dts": "node ../../scripts/dts.mjs",
138
- "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
139
- },
140
133
  "dependencies": {
141
- "@elliemae/ds-button": "3.0.4-rc.2",
142
- "@elliemae/ds-icon": "3.0.4-rc.2",
143
- "@elliemae/ds-icons": "3.0.4-rc.2",
144
- "@elliemae/ds-system": "3.0.4-rc.2",
145
- "@elliemae/ds-utilities": "3.0.4-rc.2",
134
+ "@elliemae/ds-button": "3.0.4-rc.5",
135
+ "@elliemae/ds-icon": "3.0.4-rc.5",
136
+ "@elliemae/ds-icons": "3.0.4-rc.5",
137
+ "@elliemae/ds-system": "3.0.4-rc.5",
138
+ "@elliemae/ds-utilities": "3.0.4-rc.5",
146
139
  "@react-hook/resize-observer": "~1.2.5",
147
140
  "prop-types": "~15.8.1",
148
141
  "react-desc": "~4.1.3",
@@ -163,5 +156,12 @@
163
156
  "publishConfig": {
164
157
  "access": "public",
165
158
  "typeSafety": false
159
+ },
160
+ "scripts": {
161
+ "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
162
+ "test": "node ../../scripts/testing/test.mjs",
163
+ "lint": "node ../../scripts/lint.mjs",
164
+ "dts": "node ../../scripts/dts.mjs",
165
+ "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
166
166
  }
167
- }
167
+ }