@graphcommerce/image 2.104.4 → 2.104.8

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.
@@ -450,13 +450,9 @@ const Image = React.forwardRef<HTMLImageElement, ImageProps>(
450
450
  />
451
451
  ) : (
452
452
  <picture {...pictureProps}>
453
- <source media='(-webkit-min-device-pixel-ratio: 2.5)' srcSet={srcSet3x} sizes={sizes} />
454
- <source media='(-webkit-min-device-pixel-ratio: 1.5)' srcSet={srcSet2x} sizes={sizes} />
455
- <source
456
- media='(-webkit-max-device-pixel-ratio: 1.49)'
457
- srcSet={srcSet1x}
458
- sizes={sizes}
459
- />
453
+ <source media='(-webkit-min-device-pixel-ratio: 2.5)' srcSet={srcSet3x} />
454
+ <source media='(-webkit-min-device-pixel-ratio: 1.5)' srcSet={srcSet2x} />
455
+ <source media='(-webkit-max-device-pixel-ratio: 1.49)' srcSet={srcSet1x} />
460
456
  <img
461
457
  ref={combinedRef}
462
458
  {...imgProps}
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@graphcommerce/image-example",
3
3
  "private": true,
4
- "version": "2.102.3",
4
+ "version": "2.102.18",
5
5
  "scripts": {
6
6
  "dev": "next",
7
7
  "build": "next build",
8
8
  "start": "next start"
9
9
  },
10
10
  "dependencies": {
11
- "@graphcommerce/image": "^2.104.4",
12
- "@graphcommerce/next-config": "^2.103.0",
13
- "@graphcommerce/next-ui": "^3.0.5",
11
+ "@graphcommerce/image": "^2.104.8",
12
+ "@graphcommerce/next-config": "^2.104.4",
13
+ "@graphcommerce/next-ui": "^3.2.1",
14
14
  "framer-motion": "^4.1.17",
15
15
  "next": "^11.1.2",
16
16
  "react": "^17.0.2",
@@ -19,7 +19,6 @@
19
19
  },
20
20
  "license": "MIT",
21
21
  "devDependencies": {
22
- "@types/react": "^17.0.24",
23
22
  "typescript": "^4.4.3"
24
23
  }
25
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/image",
3
- "version": "2.104.4",
3
+ "version": "2.104.8",
4
4
  "sideEffects": false,
5
5
  "scripts": {
6
6
  "dev": "tsc -W"
@@ -16,11 +16,11 @@
16
16
  }
17
17
  },
18
18
  "dependencies": {
19
- "@graphcommerce/framer-utils": "^2.103.3"
19
+ "@graphcommerce/framer-utils": "^2.103.6"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@graphcommerce/browserslist-config-pwa": "^3.0.1",
23
- "@graphcommerce/eslint-config-pwa": "^3.0.3",
23
+ "@graphcommerce/eslint-config-pwa": "^3.0.5",
24
24
  "@graphcommerce/prettier-config-pwa": "^3.0.2",
25
25
  "@graphcommerce/typescript-config-pwa": "^3.1.0",
26
26
  "@playwright/test": "^1.15.0"
@@ -32,5 +32,5 @@
32
32
  "react-dom": "^17.0.2",
33
33
  "type-fest": "^1.0.1"
34
34
  },
35
- "gitHead": "1345d9b55763894d3cdedb5751895f2d3f89d1b4"
35
+ "gitHead": "e8e29078b5d241da5f90b930338e84ba543b0ea4"
36
36
  }