@docusaurus/plugin-ideal-image 3.2.1 → 3.3.1

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/lib/index.d.ts CHANGED
@@ -4,6 +4,7 @@
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
+ /// <reference path="../src/plugin-ideal-image.d.ts" />
7
8
  import type { LoadContext, Plugin, OptionValidationContext } from '@docusaurus/types';
8
9
  import type { PluginOptions } from '@docusaurus/plugin-ideal-image';
9
10
  export default function pluginIdealImage(context: LoadContext, options: PluginOptions): Plugin<void>;
@@ -4,6 +4,7 @@
4
4
  * This source code is licensed under the MIT license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
+ /// <reference path="../../../src/plugin-ideal-image.d.ts" />
7
8
  /// <reference types="react" />
8
9
  import type { Props } from '@theme/IdealImage';
9
10
  export default function IdealImage(props: Props): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/plugin-ideal-image",
3
- "version": "3.2.1",
3
+ "version": "3.3.1",
4
4
  "description": "Docusaurus Plugin to generate an almost ideal image (responsive, lazy-loading, and low quality placeholder).",
5
5
  "main": "lib/index.js",
6
6
  "types": "src/plugin-ideal-image.d.ts",
@@ -20,12 +20,12 @@
20
20
  },
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
- "@docusaurus/core": "3.2.1",
24
- "@docusaurus/lqip-loader": "3.2.1",
23
+ "@docusaurus/core": "3.3.1",
24
+ "@docusaurus/lqip-loader": "3.3.0",
25
25
  "@docusaurus/responsive-loader": "^1.7.0",
26
- "@docusaurus/theme-translations": "3.2.1",
27
- "@docusaurus/types": "3.2.1",
28
- "@docusaurus/utils-validation": "3.2.1",
26
+ "@docusaurus/theme-translations": "3.3.1",
27
+ "@docusaurus/types": "3.3.0",
28
+ "@docusaurus/utils-validation": "3.3.0",
29
29
  "@slorber/react-ideal-image": "^0.0.12",
30
30
  "react-waypoint": "^10.3.0",
31
31
  "sharp": "^0.32.3",
@@ -33,7 +33,7 @@
33
33
  "webpack": "^5.88.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@docusaurus/module-type-aliases": "3.2.1",
36
+ "@docusaurus/module-type-aliases": "3.3.1",
37
37
  "fs-extra": "^11.1.0"
38
38
  },
39
39
  "peerDependencies": {
@@ -49,5 +49,5 @@
49
49
  "engines": {
50
50
  "node": ">=18.0"
51
51
  },
52
- "gitHead": "f268e15264e208e6faf26117258162e988b53773"
52
+ "gitHead": "f3524cf332e803ff82783ee9c1c86c4342fc1f71"
53
53
  }