@autumnsgrove/groveengine 0.3.2 → 0.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autumnsgrove/groveengine",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Multi-tenant blog engine for Grove Platform. Features gutter annotations, markdown editing, magic code auth, and Cloudflare Workers deployment.",
|
|
5
5
|
"author": "AutumnsGrove",
|
|
6
6
|
"license": "MIT",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"vitest": "^4.0.14"
|
|
115
115
|
},
|
|
116
116
|
"dependencies": {
|
|
117
|
-
"@groveengine/ui": "
|
|
117
|
+
"@groveengine/ui": "^0.3.0",
|
|
118
118
|
"@types/dompurify": "^3.0.5",
|
|
119
119
|
"chart.js": "^4.5.1",
|
|
120
120
|
"clsx": "^2.1.1",
|