@graphcommerce/image 9.0.0-canary.103 → 9.0.0-canary.105

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,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.105
4
+
5
+ ## 9.0.0-canary.104
6
+
3
7
  ## 9.0.0-canary.103
4
8
 
5
9
  ## 9.0.0-canary.101
@@ -1,15 +1,19 @@
1
1
  /* eslint-disable @typescript-eslint/no-restricted-imports */
2
+
2
3
  /* eslint-disable prefer-const */
4
+
3
5
  /* eslint-disable no-param-reassign */
6
+
4
7
  /* eslint-disable @next/next/no-img-element */
8
+
5
9
  /* eslint-disable jsx-a11y/alt-text */
6
10
  import type { SxProps, Theme } from '@mui/material'
7
- import { useForkRef, styled } from '@mui/material'
8
- import type { LoaderValue, ImageConfigComplete } from 'next/dist/shared/lib/image-config'
11
+ import { styled, useForkRef } from '@mui/material'
12
+ import type { ImageConfigComplete, LoaderValue } from 'next/dist/shared/lib/image-config'
9
13
  import { VALID_LOADERS, imageConfigDefault } from 'next/dist/shared/lib/image-config'
10
14
  import { ImageConfigContext } from 'next/dist/shared/lib/image-config-context.shared-runtime'
11
15
  import Head from 'next/head'
12
- import type { ImageLoaderProps, ImageLoader } from 'next/image'
16
+ import type { ImageLoader, ImageLoaderProps } from 'next/image'
13
17
  import React, { useContext, useEffect, useMemo, useRef } from 'react'
14
18
  import type { ImageLoaderPropsWithConfig } from '../config/config'
15
19
  import {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/image",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.0-canary.103",
5
+ "version": "9.0.0-canary.105",
6
6
  "sideEffects": false,
7
7
  "scripts": {
8
8
  "dev": "tsc -W"
@@ -15,10 +15,10 @@
15
15
  }
16
16
  },
17
17
  "peerDependencies": {
18
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.103",
19
- "@graphcommerce/framer-utils": "^9.0.0-canary.103",
20
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.103",
21
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.103",
18
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.105",
19
+ "@graphcommerce/framer-utils": "^9.0.0-canary.105",
20
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.105",
21
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.105",
22
22
  "@mui/material": "^5.10.16",
23
23
  "next": "*",
24
24
  "react": "^18.2.0",