@trycourier/react-designer 0.0.0-canary-20251113171853 → 0.0.0-canary-20251113174211

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": "@trycourier/react-designer",
3
- "version": "0.0.0-canary-20251113171853",
3
+ "version": "0.0.0-canary-20251113174211",
4
4
  "description": "React-based rich text designer component",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -110,6 +110,14 @@
110
110
  "@dnd-kit/core": "^6.3.1",
111
111
  "@dnd-kit/sortable": "^10.0.0"
112
112
  },
113
+ "peerDependenciesMeta": {
114
+ "@dnd-kit/core": {
115
+ "optional": false
116
+ },
117
+ "@dnd-kit/sortable": {
118
+ "optional": false
119
+ }
120
+ },
113
121
  "type": "module",
114
122
  "files": [
115
123
  "dist"