bump version of reacteditor

This commit is contained in:
Rami Bitar
2026-05-06 13:53:24 -04:00
parent 346fcb470e
commit 9d6e3bf815
3 changed files with 15 additions and 6 deletions

View File

@@ -28,7 +28,7 @@
"@radix-ui/react-switch": "^1.2.5", "@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12", "@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.7", "@radix-ui/react-tooltip": "^1.2.7",
"@reacteditor/core": "0.0.12", "@reacteditor/core": "0.0.15",
"@reacteditor/field-google-fonts": "^0.0.1", "@reacteditor/field-google-fonts": "^0.0.1",
"@reacteditor/field-shopify": "^0.0.1", "@reacteditor/field-shopify": "^0.0.1",
"@reacteditor/plugin-ai": "^0.0.4", "@reacteditor/plugin-ai": "^0.0.4",

View File

@@ -76,7 +76,10 @@ export default function App() {
currentPath={currentPath} currentPath={currentPath}
plugins={plugins} plugins={plugins}
iframe={{ enabled: true }} iframe={{ enabled: true }}
ui={{ navBarVisible: false, leftSideBarVisible: false }} ui={{
showNavBar: false,
leftSideBarVisible: false,
}}
onPublish={handlePublish} onPublish={handlePublish}
onChange={handleChange} onChange={handleChange}
overrides={{ overrides={{

View File

@@ -981,10 +981,10 @@
resolved "https://registry.yarnpkg.com/@radix-ui/rect/-/rect-1.1.1.tgz#78244efe12930c56fd255d7923865857c41ac8cb" resolved "https://registry.yarnpkg.com/@radix-ui/rect/-/rect-1.1.1.tgz#78244efe12930c56fd255d7923865857c41ac8cb"
integrity sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw== integrity sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==
"@reacteditor/core@0.0.12": "@reacteditor/core@0.0.15":
version "0.0.12" version "0.0.15"
resolved "https://registry.yarnpkg.com/@reacteditor/core/-/core-0.0.12.tgz#682b660abc5dd74e805eb959aa9e983efe9ff74f" resolved "https://registry.yarnpkg.com/@reacteditor/core/-/core-0.0.15.tgz#fd15004b5e0307d27b342b12273966514c0a5079"
integrity sha512-kgdVkz4/27t67+yFvu9aElN85O2XLfFWTp05gRDXlWCjy7ChBx5t0N7Q7ogMP7kw4ckoBh3aNtB1Nl0lfW/vkg== integrity sha512-Z2U1nT/Y9h9kLBnRVmuTkVJ7gBYoOo6z7Y7rhEBveGXiBUVvIn8KHSYydjhLhzph7sNk6yYI3OmztCxK+fF20g==
dependencies: dependencies:
"@base-ui/react" "^1.4.1" "@base-ui/react" "^1.4.1"
"@dnd-kit/abstract" "0.4.0" "@dnd-kit/abstract" "0.4.0"
@@ -1023,6 +1023,7 @@
happy-dom "^20.0.10" happy-dom "^20.0.10"
object-hash "^3.0.0" object-hash "^3.0.0"
react-hotkeys-hook "^4.6.1" react-hotkeys-hook "^4.6.1"
react-zoom-pan-pinch "^4.0.3"
use-debounce "^9.0.4" use-debounce "^9.0.4"
uuid "^9.0.1" uuid "^9.0.1"
zustand "^5.0.3" zustand "^5.0.3"
@@ -2820,6 +2821,11 @@ react-style-singleton@^2.2.2, react-style-singleton@^2.2.3:
get-nonce "^1.0.0" get-nonce "^1.0.0"
tslib "^2.0.0" tslib "^2.0.0"
react-zoom-pan-pinch@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/react-zoom-pan-pinch/-/react-zoom-pan-pinch-4.0.3.tgz#00fe983a22cfb3117b4fcfb5314b61ac3613eb9c"
integrity sha512-N2Hi6L78fFmhRra+ORpFSW7WST5x6kxpOPplIvtB0b7b+U2anpo1z1wLgaWRPS2kUSqcraRG+JgBCIlDJnqqAg==
react@^19.1.1: react@^19.1.1:
version "19.2.5" version "19.2.5"
resolved "https://registry.yarnpkg.com/react/-/react-19.2.5.tgz#c888ab8b8ef33e2597fae8bdb2d77edbdb42858b" resolved "https://registry.yarnpkg.com/react/-/react-19.2.5.tgz#c888ab8b8ef33e2597fae8bdb2d77edbdb42858b"