mui-image-alter 3.3.0 → 3.4.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +20 -20
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  <strong><a href="https://mddanish00.github.io/mui-image-alter/">Demo Playground ↗️</a></strong> <br />
17
17
  </p>
18
18
 
19
- ### If you're already using [Material UI v5 or v6](https://material-ui.com), why not display your images according to the Material guidelines too?
19
+ ### If you're already using [Material UI v5 and above](https://material-ui.com), why not display your images according to the Material guidelines too?
20
20
 
21
21
  > Illustrations and photographs may load and transition in three phases at staggered durations, rather than relying on opacity changes alone.
22
22
  >
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mui-image-alter",
3
- "version": "3.3.0",
4
- "description": "Fork of mui-image. Display images as per the Material guidelines using Material-UI v5 or v6. With component prop support.",
3
+ "version": "3.4.0",
4
+ "description": "Fork of mui-image. Display images as per the Material guidelines using Material-UI v5 and above. With component prop support.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "types": "./dist/index.d.cts",
@@ -44,29 +44,29 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@emotion/react": "^11.14.0",
47
- "@emotion/styled": "^11.14.0",
48
- "@fontsource/fira-code": "^5.2.5",
47
+ "@emotion/styled": "^11.14.1",
48
+ "@fontsource/fira-code": "^5.2.6",
49
49
  "@juggle/resize-observer": "^3.4.0",
50
- "@mui/material": "^7.0.1",
50
+ "@mui/material": "^7.3.2",
51
51
  "@size-limit/preset-small-lib": "^11.2.0",
52
- "@testing-library/jest-dom": "^6.6.3",
53
- "@testing-library/react": "^16.2.0",
54
- "@types/node": "^22.13.14",
55
- "@types/react": "^19.0.12",
56
- "@types/react-dom": "^19.0.4",
57
- "@vitejs/plugin-react": "^4.3.4",
58
- "@vitest/coverage-v8": "^3.0.9",
59
- "jsdom": "^26.0.0",
60
- "prettier": "^3.5.3",
61
- "react": "^19.1.0",
62
- "react-dom": "^19.1.0",
52
+ "@testing-library/jest-dom": "^6.8.0",
53
+ "@testing-library/react": "^16.3.0",
54
+ "@types/node": "^22.18.3",
55
+ "@types/react": "^19.1.13",
56
+ "@types/react-dom": "^19.1.9",
57
+ "@vitejs/plugin-react": "^5.0.2",
58
+ "@vitest/coverage-v8": "^3.2.4",
59
+ "jsdom": "^27.0.0",
60
+ "prettier": "^3.6.2",
61
+ "react": "^19.1.1",
62
+ "react-dom": "^19.1.1",
63
63
  "rimraf": "^6.0.1",
64
64
  "size-limit": "^11.2.0",
65
65
  "typeit-react": "^2.7.8",
66
- "typescript": "^5.8.2",
67
- "vite": "^6.2.3",
68
- "vite-plugin-dts": "^4.5.3",
69
- "vitest": "^3.0.9"
66
+ "typescript": "^5.9.2",
67
+ "vite": "^7.1.5",
68
+ "vite-plugin-dts": "^4.5.4",
69
+ "vitest": "^3.2.4"
70
70
  },
71
71
  "size-limit": [
72
72
  {