@elliemae/ds-pagination 3.0.0-next.49 → 3.0.0-next.52

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 +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-pagination",
3
- "version": "3.0.0-next.49",
3
+ "version": "3.0.0-next.52",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Pagination",
6
6
  "files": [
@@ -74,13 +74,20 @@
74
74
  "reportFile": "tests.xml",
75
75
  "indent": 4
76
76
  },
77
+ "scripts": {
78
+ "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
79
+ "test": "node ../../scripts/testing/test.mjs",
80
+ "lint": "node ../../scripts/lint.mjs",
81
+ "dts": "node ../../scripts/dts.mjs",
82
+ "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
83
+ },
77
84
  "dependencies": {
78
- "@elliemae/ds-button": "3.0.0-next.49",
79
- "@elliemae/ds-dropdownmenu": "3.0.0-next.49",
80
- "@elliemae/ds-grid": "3.0.0-next.49",
81
- "@elliemae/ds-icons": "3.0.0-next.49",
82
- "@elliemae/ds-truncated-tooltip-text": "3.0.0-next.49",
83
- "@elliemae/ds-utilities": "3.0.0-next.49",
85
+ "@elliemae/ds-button": "workspace:*",
86
+ "@elliemae/ds-dropdownmenu": "workspace:*",
87
+ "@elliemae/ds-grid": "workspace:*",
88
+ "@elliemae/ds-icons": "workspace:*",
89
+ "@elliemae/ds-truncated-tooltip-text": "workspace:*",
90
+ "@elliemae/ds-utilities": "workspace:*",
84
91
  "@xstyled/styled-components": "~3.1.2",
85
92
  "memoize-one": "~5.1.1",
86
93
  "react-desc": "~4.1.3"
@@ -99,12 +106,5 @@
99
106
  "publishConfig": {
100
107
  "access": "public",
101
108
  "typeSafety": false
102
- },
103
- "scripts": {
104
- "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
105
- "test": "node ../../scripts/testing/test.mjs",
106
- "lint": "node ../../scripts/lint.mjs",
107
- "dts": "node ../../scripts/dts.mjs",
108
- "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
109
109
  }
110
- }
110
+ }