@graphcommerce/next-ui 7.1.0-canary.55 → 7.1.0-canary.56

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.1.0-canary.56
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2123](https://github.com/graphcommerce-org/graphcommerce/pull/2123) [`8ad60f255`](https://github.com/graphcommerce-org/graphcommerce/commit/8ad60f255b747858c35dd6b6cf5c90147d960082) - Fixed schema-dts dependency issue ([@bramvanderholst](https://github.com/bramvanderholst))
8
+
3
9
  ## 7.1.0-canary.55
4
10
 
5
11
  ### Patch Changes
package/JsonLd/JsonLd.tsx CHANGED
@@ -1,8 +1,6 @@
1
1
  import Head from 'next/head'
2
2
  import { safeJsonLdReplacer } from './safeJsonLdReplacer'
3
3
 
4
- export * as SchemaDts from 'schema-dts'
5
-
6
4
  export function JsonLd<T extends { '@type': string }>(props: {
7
5
  item: T & { '@context': 'https://schema.org' }
8
6
  }) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/next-ui",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "7.1.0-canary.55",
5
+ "version": "7.1.0-canary.56",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -26,13 +26,13 @@
26
26
  "typescript": "5.2.2"
27
27
  },
28
28
  "peerDependencies": {
29
- "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.55",
30
- "@graphcommerce/framer-next-pages": "^7.1.0-canary.55",
31
- "@graphcommerce/framer-scroller": "^7.1.0-canary.55",
32
- "@graphcommerce/framer-utils": "^7.1.0-canary.55",
33
- "@graphcommerce/image": "^7.1.0-canary.55",
34
- "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.55",
35
- "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.55",
29
+ "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.56",
30
+ "@graphcommerce/framer-next-pages": "^7.1.0-canary.56",
31
+ "@graphcommerce/framer-scroller": "^7.1.0-canary.56",
32
+ "@graphcommerce/framer-utils": "^7.1.0-canary.56",
33
+ "@graphcommerce/image": "^7.1.0-canary.56",
34
+ "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.56",
35
+ "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.56",
36
36
  "@lingui/core": "^4.2.1",
37
37
  "@lingui/macro": "^4.2.1",
38
38
  "@lingui/react": "^4.2.1",