@gem-sdk/pages 2.2.0-staging.68 → 2.5.3-staging.0

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.
@@ -161,9 +161,7 @@ const Toolbox = ()=>{
161
161
  } catch {
162
162
  //
163
163
  }
164
- }, [
165
- fontType
166
- ]);
164
+ }, []);
167
165
  // Init builder data
168
166
  const onInitBuilder = react.useCallback((e)=>{
169
167
  clearModal();
@@ -157,9 +157,7 @@ const Toolbox = ()=>{
157
157
  } catch {
158
158
  //
159
159
  }
160
- }, [
161
- fontType
162
- ]);
160
+ }, []);
163
161
  // Init builder data
164
162
  const onInitBuilder = useCallback((e)=>{
165
163
  clearModal();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "2.2.0-staging.68",
3
+ "version": "2.5.3-staging.0",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -26,10 +26,10 @@
26
26
  "next": "latest"
27
27
  },
28
28
  "devDependencies": {
29
- "@gem-sdk/core": "2.2.0-staging.62",
30
- "@gem-sdk/plugin-cookie-bar": "2.1.27-staging.0",
31
- "@gem-sdk/plugin-quick-view": "2.1.27-staging.0",
32
- "@gem-sdk/plugin-sticky-add-to-cart": "2.1.27-staging.0"
29
+ "@gem-sdk/core": "2.5.3-staging.0",
30
+ "@gem-sdk/plugin-cookie-bar": "2.1.0",
31
+ "@gem-sdk/plugin-quick-view": "2.1.0",
32
+ "@gem-sdk/plugin-sticky-add-to-cart": "2.1.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "next": ">=13"