@burst/frontend-editing
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@burst/frontend-editing", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Package to allow front-end editing", | ||
@@ -22,9 +22,7 @@ "author": "Mattijn Stolk mattijn.stolk@iodigital.com", | ||
"@radix-ui/react-dialog": "^1.0.0", | ||
"@types/react": "^17.0.34", | ||
"next": "^12.1.4", | ||
"@types/react": "^17.0.19", | ||
"next": "^12.1.0", | ||
"react": "^17.0.2", | ||
"ts-node": "^10.2.1", | ||
"ts-standard": "*", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.6.3" | ||
"typescript": "^4.3.2" | ||
}, | ||
@@ -36,3 +34,3 @@ "ts-standard": { | ||
}, | ||
"gitHead": "9035e29a0907d38a38a7f1063d35525950f08ffe" | ||
"gitHead": "ea7e02d7b728bad3537e0d6a728c8863e8edac04" | ||
} |
@@ -97,2 +97,7 @@ # `@burst/frontend-editing` | ||
import Editable from "@components/frontendEditing/Editable"; | ||
import {getCmsUrl} from "@misc/environments"; | ||
import {PreviewData} from "@misc/preview"; | ||
import {previewModeEnabled} from "@misc/helpers"; | ||
30067
6
103