@elliemae/ds-toolbar 3.0.0-next.48 → 3.0.0-next.51

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 +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-toolbar",
3
- "version": "3.0.0-next.48",
3
+ "version": "3.0.0-next.51",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Toolbar",
6
6
  "files": [
@@ -86,15 +86,22 @@
86
86
  "reportFile": "tests.xml",
87
87
  "indent": 4
88
88
  },
89
+ "scripts": {
90
+ "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
91
+ "test": "node ../../scripts/testing/test.mjs",
92
+ "lint": "node ../../scripts/lint.mjs",
93
+ "dts": "node ../../scripts/dts.mjs",
94
+ "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
95
+ },
89
96
  "dependencies": {
90
- "@elliemae/ds-button": "3.0.0-next.48",
91
- "@elliemae/ds-classnames": "3.0.0-next.48",
92
- "@elliemae/ds-grid": "3.0.0-next.48",
93
- "@elliemae/ds-icons": "3.0.0-next.48",
94
- "@elliemae/ds-popper": "3.0.0-next.48",
95
- "@elliemae/ds-shared": "3.0.0-next.48",
96
- "@elliemae/ds-system": "3.0.0-next.48",
97
- "@elliemae/ds-utilities": "3.0.0-next.48",
97
+ "@elliemae/ds-button": "workspace:*",
98
+ "@elliemae/ds-classnames": "workspace:*",
99
+ "@elliemae/ds-grid": "workspace:*",
100
+ "@elliemae/ds-icons": "workspace:*",
101
+ "@elliemae/ds-popper": "workspace:*",
102
+ "@elliemae/ds-shared": "workspace:*",
103
+ "@elliemae/ds-system": "workspace:*",
104
+ "@elliemae/ds-utilities": "workspace:*",
98
105
  "prop-types": "~15.8.1",
99
106
  "react-desc": "~4.1.3",
100
107
  "uid": "2.0.0"
@@ -114,12 +121,5 @@
114
121
  "publishConfig": {
115
122
  "access": "public",
116
123
  "typeSafety": false
117
- },
118
- "scripts": {
119
- "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
120
- "test": "node ../../scripts/testing/test.mjs",
121
- "lint": "node ../../scripts/lint.mjs",
122
- "dts": "node ../../scripts/dts.mjs",
123
- "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
124
124
  }
125
- }
125
+ }