@ix_waterford/lib 1.0.30 → 1.0.32

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ix_waterford/lib",
3
- "version": "1.0.30",
3
+ "version": "1.0.32",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -49,6 +49,9 @@
49
49
  "license": "ISC",
50
50
  "description": "Waterford UI component library built with React and Material-UI",
51
51
  "dependencies": {
52
+ "@dnd-kit/core": "^6.3.1",
53
+ "@dnd-kit/sortable": "^10.0.0",
54
+ "@dnd-kit/utilities": "^3.2.2",
52
55
  "@lexical/history": "^0.38.2",
53
56
  "@lexical/html": "^0.38.2",
54
57
  "@lexical/react": "^0.38.2",
@@ -62,15 +65,6 @@
62
65
  "swiper": "^12.0.3"
63
66
  },
64
67
  "peerDependenciesMeta": {
65
- "@dnd-kit/core": {
66
- "optional": true
67
- },
68
- "@dnd-kit/sortable": {
69
- "optional": true
70
- },
71
- "@dnd-kit/utilities": {
72
- "optional": true
73
- },
74
68
  "@lexical/history": {
75
69
  "optional": true
76
70
  },
@@ -106,9 +100,6 @@
106
100
  }
107
101
  },
108
102
  "peerDependencies": {
109
- "@dnd-kit/core": "^6.3.1",
110
- "@dnd-kit/sortable": "^10.0.0",
111
- "@dnd-kit/utilities": "^3.2.2",
112
103
  "@emotion/react": "^11.14.0",
113
104
  "@emotion/styled": "^11.14.1",
114
105
  "@mui/icons-material": "^7.3.4",