@berviantoleo/react-multi-crop 0.38.2 → 0.38.3

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
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.38.3](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.38.2...@berviantoleo/react-multi-crop@0.38.3) (2024-07-17)
7
+
8
+ ### Bug Fixes
9
+
10
+ - update deps ([#2969](https://github.com/berviantoleo/react-multi-crop/issues/2969)) ([58b8581](https://github.com/berviantoleo/react-multi-crop/commit/58b8581e98b554f17e2bbcb3ce7443fbba61c89e))
11
+
6
12
  ## [0.38.2](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.38.1...@berviantoleo/react-multi-crop@0.38.2) (2024-07-09)
7
13
 
8
14
  **Note:** Version bump only for package @berviantoleo/react-multi-crop
@@ -1,6 +1,6 @@
1
- import { StoryObj } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react';
2
2
  import ReactMultiCrop from './ReactMultiCrop';
3
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react").ReactRenderer, import("./interfaces").IReactMultiCropProps>;
3
+ declare const _default: Meta<typeof ReactMultiCrop>;
4
4
  export default _default;
5
5
  type Story = StoryObj<typeof ReactMultiCrop>;
6
6
  export declare const DefaultEditable: Story;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { IActionComponentProps } from '../interfaces';
3
2
  export declare function ActionsComponent({ addButton, addNew, deleteButton, deleteShapes, discardActiveObject, discardButton, }: IActionComponentProps): JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { fabric } from 'fabric';
3
2
  import CSS from 'csstype';
4
3
  export interface ICropStyle {
package/package.json CHANGED
@@ -25,14 +25,14 @@
25
25
  "url": "https://github.com/berviantoleo"
26
26
  },
27
27
  "devDependencies": {
28
- "@babel/cli": "^7.24.6",
29
- "@babel/core": "^7.24.6",
28
+ "@babel/cli": "^7.24.8",
29
+ "@babel/core": "^7.24.8",
30
30
  "@babel/plugin-proposal-class-properties": "^7.18.6",
31
- "@babel/plugin-transform-runtime": "^7.24.6",
32
- "@babel/preset-env": "^7.24.6",
33
- "@babel/preset-react": "^7.24.6",
34
- "@babel/preset-typescript": "^7.24.6",
35
- "@babel/runtime": "^7.24.6",
31
+ "@babel/plugin-transform-runtime": "^7.24.7",
32
+ "@babel/preset-env": "^7.24.8",
33
+ "@babel/preset-react": "^7.24.7",
34
+ "@babel/preset-typescript": "^7.24.7",
35
+ "@babel/runtime": "^7.24.8",
36
36
  "@rollup/plugin-babel": "^6.0.4",
37
37
  "@rollup/plugin-node-resolve": "^15.2.3",
38
38
  "@storybook/addon-essentials": "^7.6.13",
@@ -54,14 +54,14 @@
54
54
  "jest-environment-jsdom": "^29.7.0",
55
55
  "node-sass": "^9.0.0",
56
56
  "react-test-renderer": "^18.3.1",
57
- "rollup": "^4.18.0",
57
+ "rollup": "^4.18.1",
58
58
  "rollup-plugin-delete": "^2.0.0",
59
59
  "rollup-plugin-peer-deps-external": "^2.2.4",
60
60
  "rollup-plugin-sizes": "^1.0.6",
61
61
  "rollup-plugin-terser": "^7.0.2",
62
62
  "rollup-plugin-typescript2": "^0.36.0",
63
63
  "storybook": "8.1.5",
64
- "ts-jest": "^29.1.4"
64
+ "ts-jest": "^29.2.2"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "fabric": "^4.4.0 || ^5.0.0",
@@ -76,6 +76,6 @@
76
76
  "uuid": "^10.0.0"
77
77
  },
78
78
  "license": "MIT",
79
- "version": "0.38.2",
80
- "gitHead": "38a0b0705fd4a50f2b84e5d34562701126f06545"
79
+ "version": "0.38.3",
80
+ "gitHead": "a9c1bc4c91abdd15245fbb5f290525e47686284f"
81
81
  }