@gem-sdk/plugin-loox 1.14.0-next.55 → 1.15.12

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.
@@ -6,7 +6,7 @@ var jsxRuntime = require('react/jsx-runtime');
6
6
  var react = require('react');
7
7
  var Script = require('next/script');
8
8
 
9
- const ProductReview = ({ productId , type , shop })=>{
9
+ const ProductReview = ({ productId, type, shop })=>{
10
10
  const props = react.useMemo(()=>{
11
11
  switch(type){
12
12
  case 'star':
@@ -2,7 +2,7 @@ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
2
  import { useMemo } from 'react';
3
3
  import Script from 'next/script';
4
4
 
5
- const ProductReview = ({ productId , type , shop })=>{
5
+ const ProductReview = ({ productId, type, shop })=>{
6
6
  const props = useMemo(()=>{
7
7
  switch(type){
8
8
  case 'star':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/plugin-loox",
3
- "version": "1.14.0-next.55",
3
+ "version": "1.15.12",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -19,10 +19,10 @@
19
19
  "test": "jest -c ./../../helpers/jest.config.ts"
20
20
  },
21
21
  "dependencies": {
22
- "@gem-sdk/styles": "1.14.0-next.55"
22
+ "@gem-sdk/styles": "1.15.12"
23
23
  },
24
24
  "devDependencies": {
25
- "@gem-sdk/core": "1.14.0-next.54"
25
+ "@gem-sdk/core": "1.15.9"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": "^17 || ^18",