@elliemae/ds-shared 3.0.0-next.4 → 3.0.0-next.8

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-shared",
3
- "version": "3.0.0-next.4",
3
+ "version": "3.0.0-next.8",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Shared components and utilities",
6
6
  "files": [
@@ -215,11 +215,11 @@
215
215
  "typeSafety": false
216
216
  },
217
217
  "dependencies": {
218
- "@elliemae/ds-popper": "3.0.0-next.4",
219
- "@elliemae/ds-utilities": "3.0.0-next.4",
218
+ "@elliemae/ds-popper": "3.0.0-next.8",
219
+ "@elliemae/ds-utilities": "3.0.0-next.8",
220
220
  "hoist-non-react-statics": "~3.3.2",
221
221
  "hotkeys-js": "~3.8.7",
222
- "prop-types": "~15.7.2",
222
+ "prop-types": "~15.8.1",
223
223
  "raf": "~3.4.1",
224
224
  "react-spring": "~8.0.27",
225
225
  "react-virtualized-auto-sizer": "~1.0.6",
@@ -229,8 +229,8 @@
229
229
  },
230
230
  "peerDependencies": {
231
231
  "lodash": "~4.17.21",
232
- "react": "~16.14.0",
233
- "react-dom": "~16.14.0"
232
+ "react": "~17.0.2",
233
+ "react-dom": "~17.0.2"
234
234
  },
235
235
  "scripts": {
236
236
  "test": "node ../../scripts/testing/test.mjs",