@robuust-digital/vue-components 2.3.2-beta.454.588a5ef → 2.3.3
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/CHANGELOG.md +7 -0
- package/package.json +30 -5
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@robuust-digital/vue-components",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -90,7 +90,32 @@
|
|
|
90
90
|
"@tiptap/starter-kit": "^3.10.4",
|
|
91
91
|
"@tiptap/vue-3": "^3.10.4",
|
|
92
92
|
"@vueuse/core": "^14.0.0",
|
|
93
|
-
"vue": "^3.5.
|
|
93
|
+
"vue": "^3.5.27"
|
|
94
|
+
},
|
|
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",
|
|
101
|
+
"vue": "*"
|
|
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
|
+
}
|
|
94
119
|
},
|
|
95
120
|
"devDependencies": {
|
|
96
121
|
"@rushstack/eslint-patch": "^1.14.1",
|
|
@@ -109,9 +134,9 @@
|
|
|
109
134
|
"postcss": "^8.5.6",
|
|
110
135
|
"postcss-html": "^1.8.0",
|
|
111
136
|
"postcss-scss": "^4.0.9",
|
|
112
|
-
"stylelint": "^
|
|
137
|
+
"stylelint": "^17.0.0",
|
|
113
138
|
"stylelint-config-property-sort-order-smacss": "^10.0.0",
|
|
114
|
-
"stylelint-config-standard": "^
|
|
139
|
+
"stylelint-config-standard": "^40.0.0",
|
|
115
140
|
"tailwindcss": "^4.1.17",
|
|
116
141
|
"typescript": "^5.9.3",
|
|
117
142
|
"vite": "^7.2.2",
|
|
@@ -122,5 +147,5 @@
|
|
|
122
147
|
"vitepress": "^2.0.0-alpha.12",
|
|
123
148
|
"vitest": "^3.2.4"
|
|
124
149
|
},
|
|
125
|
-
"packageManager": "yarn@4.
|
|
150
|
+
"packageManager": "yarn@4.12.0"
|
|
126
151
|
}
|