@robuust-digital/vue-components 2.4.0-beta.3 → 2.4.0-beta.4

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 +23 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robuust-digital/vue-components",
3
- "version": "2.4.0-beta.3",
3
+ "version": "2.4.0-beta.4",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -93,8 +93,30 @@
93
93
  "vue": "^3.5.27"
94
94
  },
95
95
  "peerDependencies": {
96
+ "@floating-ui/vue": "^1.0.0",
97
+ "@headlessui/vue": "^1.7.0",
98
+ "@tiptap/starter-kit": "^3.0.0",
99
+ "@tiptap/vue-3": "^3.0.0",
100
+ "@vueuse/core": "^14.0.0",
96
101
  "vue": "*"
97
102
  },
103
+ "peerDependenciesMeta": {
104
+ "@floating-ui/vue": {
105
+ "optional": true
106
+ },
107
+ "@headlessui/vue": {
108
+ "optional": true
109
+ },
110
+ "@tiptap/starter-kit": {
111
+ "optional": true
112
+ },
113
+ "@tiptap/vue-3": {
114
+ "optional": true
115
+ },
116
+ "@vueuse/core": {
117
+ "optional": true
118
+ }
119
+ },
98
120
  "devDependencies": {
99
121
  "@rushstack/eslint-patch": "^1.14.1",
100
122
  "@tailwindcss/postcss": "^4.1.17",