@berviantoleo/react-multi-crop 0.32.0 → 0.33.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.
package/CHANGELOG.md CHANGED
@@ -3,25 +3,22 @@
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.32.0](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.31.13...@berviantoleo/react-multi-crop@0.32.0) (2023-08-06)
7
-
6
+ # [0.33.0](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.32.0...@berviantoleo/react-multi-crop@0.33.0) (2023-08-12)
8
7
 
9
8
  ### Features
10
9
 
11
- * update deps ([#2065](https://github.com/berviantoleo/react-multi-crop/issues/2065)) ([8347e08](https://github.com/berviantoleo/react-multi-crop/commit/8347e080842888f98d088814dc544c1483c376d7))
12
-
10
+ - Initial Vagrant - Ready to dev ([#2092](https://github.com/berviantoleo/react-multi-crop/issues/2092)) ([0ff7c6c](https://github.com/berviantoleo/react-multi-crop/commit/0ff7c6c6c0907fd941db8b802dce5b42e0bcaf88))
13
11
 
12
+ # [0.32.0](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.31.13...@berviantoleo/react-multi-crop@0.32.0) (2023-08-06)
14
13
 
14
+ ### Features
15
15
 
16
+ - update deps ([#2065](https://github.com/berviantoleo/react-multi-crop/issues/2065)) ([8347e08](https://github.com/berviantoleo/react-multi-crop/commit/8347e080842888f98d088814dc544c1483c376d7))
16
17
 
17
18
  ## [0.31.13](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.31.12...@berviantoleo/react-multi-crop@0.31.13) (2023-07-18)
18
19
 
19
20
  **Note:** Version bump only for package @berviantoleo/react-multi-crop
20
21
 
21
-
22
-
23
-
24
-
25
22
  ## [0.31.12](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.31.11...@berviantoleo/react-multi-crop@0.31.12) (2023-06-21)
26
23
 
27
24
  ### Bug Fixes
@@ -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,23 +25,23 @@
25
25
  "url": "https://github.com/berviantoleo"
26
26
  },
27
27
  "devDependencies": {
28
- "@babel/cli": "^7.22.9",
29
- "@babel/core": "^7.22.9",
28
+ "@babel/cli": "^7.22.10",
29
+ "@babel/core": "^7.22.10",
30
30
  "@babel/plugin-proposal-class-properties": "^7.18.6",
31
- "@babel/plugin-transform-runtime": "^7.22.9",
32
- "@babel/preset-env": "^7.22.9",
31
+ "@babel/plugin-transform-runtime": "^7.22.10",
32
+ "@babel/preset-env": "^7.22.10",
33
33
  "@babel/preset-react": "^7.22.5",
34
34
  "@babel/preset-typescript": "^7.22.5",
35
- "@babel/runtime": "^7.22.6",
35
+ "@babel/runtime": "^7.22.10",
36
36
  "@rollup/plugin-babel": "^6.0.3",
37
37
  "@rollup/plugin-node-resolve": "^15.1.0",
38
- "@storybook/addon-essentials": "^7.2.1",
39
- "@storybook/addon-links": "^7.2.1",
40
- "@storybook/addon-storysource": "^7.2.1",
41
- "@storybook/addons": "^7.2.1",
42
- "@storybook/react": "^7.2.1",
43
- "@storybook/react-webpack5": "7.2.1",
44
- "@storybook/source-loader": "^7.2.1",
38
+ "@storybook/addon-essentials": "^7.2.3",
39
+ "@storybook/addon-links": "^7.2.3",
40
+ "@storybook/addon-storysource": "^7.2.3",
41
+ "@storybook/addons": "^7.2.3",
42
+ "@storybook/react": "^7.2.3",
43
+ "@storybook/react-webpack5": "7.2.3",
44
+ "@storybook/source-loader": "^7.2.3",
45
45
  "@testing-library/jest-dom": "^5.17.0",
46
46
  "@testing-library/react": "^14.0.0",
47
47
  "@types/fabric": "^5.3.3",
@@ -54,13 +54,13 @@
54
54
  "jest-environment-jsdom": "^29.6.2",
55
55
  "node-sass": "^9.0.0",
56
56
  "react-test-renderer": "^18.2.0",
57
- "rollup": "^3.26.3",
57
+ "rollup": "^3.28.0",
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.5",
61
61
  "rollup-plugin-terser": "^7.0.2",
62
62
  "rollup-plugin-typescript2": "^0.35.0",
63
- "storybook": "7.2.1",
63
+ "storybook": "7.2.3",
64
64
  "ts-jest": "^29.1.1"
65
65
  },
66
66
  "peerDependencies": {
@@ -76,6 +76,6 @@
76
76
  "uuid": "^9.0.0"
77
77
  },
78
78
  "license": "MIT",
79
- "version": "0.32.0",
80
- "gitHead": "8a82c29a46877c80abac017211de7797f444662a"
79
+ "version": "0.33.0",
80
+ "gitHead": "2bd4259d87858fb79ecb66e46d53035e5f1ccc07"
81
81
  }