@berviantoleo/react-multi-crop 0.32.0 → 0.34.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,24 +3,27 @@
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.34.0](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.33.0...@berviantoleo/react-multi-crop@0.34.0) (2023-09-15)
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
-
13
-
10
+ - update dev deps ([#2168](https://github.com/berviantoleo/react-multi-crop/issues/2168)) ([4097a5d](https://github.com/berviantoleo/react-multi-crop/commit/4097a5dda81701ee34f2d8d54110067dfd3fb095))
14
11
 
12
+ # [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)
15
13
 
14
+ ### Features
16
15
 
17
- ## [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)
16
+ - 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))
18
17
 
19
- **Note:** Version bump only for package @berviantoleo/react-multi-crop
18
+ # [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)
20
19
 
20
+ ### Features
21
21
 
22
+ - update deps ([#2065](https://github.com/berviantoleo/react-multi-crop/issues/2065)) ([8347e08](https://github.com/berviantoleo/react-multi-crop/commit/8347e080842888f98d088814dc544c1483c376d7))
22
23
 
24
+ ## [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)
23
25
 
26
+ **Note:** Version bump only for package @berviantoleo/react-multi-crop
24
27
 
25
28
  ## [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
29
 
@@ -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,42 +25,42 @@
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.15",
29
+ "@babel/core": "^7.22.19",
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",
33
- "@babel/preset-react": "^7.22.5",
34
- "@babel/preset-typescript": "^7.22.5",
35
- "@babel/runtime": "^7.22.6",
31
+ "@babel/plugin-transform-runtime": "^7.22.15",
32
+ "@babel/preset-env": "^7.22.15",
33
+ "@babel/preset-react": "^7.22.15",
34
+ "@babel/preset-typescript": "^7.22.15",
35
+ "@babel/runtime": "^7.22.15",
36
36
  "@rollup/plugin-babel": "^6.0.3",
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",
45
- "@testing-library/jest-dom": "^5.17.0",
37
+ "@rollup/plugin-node-resolve": "^15.2.1",
38
+ "@storybook/addon-essentials": "^7.4.1",
39
+ "@storybook/addon-links": "^7.4.1",
40
+ "@storybook/addon-storysource": "^7.4.1",
41
+ "@storybook/addons": "^7.4.1",
42
+ "@storybook/react": "^7.4.1",
43
+ "@storybook/react-webpack5": "7.4.1",
44
+ "@storybook/source-loader": "^7.4.1",
45
+ "@testing-library/jest-dom": "^6.1.3",
46
46
  "@testing-library/react": "^14.0.0",
47
- "@types/fabric": "^5.3.3",
48
- "@types/jest": "^29.5.3",
47
+ "@types/fabric": "^5.3.4",
48
+ "@types/jest": "^29.5.4",
49
49
  "@types/uuid": "^9.0.2",
50
- "babel-jest": "^29.6.2",
50
+ "babel-jest": "^29.7.0",
51
51
  "babel-loader": "^9.1.3",
52
52
  "clsx": "^2.0.0",
53
- "jest": "^29.6.2",
54
- "jest-environment-jsdom": "^29.6.2",
53
+ "jest": "^29.7.0",
54
+ "jest-environment-jsdom": "^29.7.0",
55
55
  "node-sass": "^9.0.0",
56
56
  "react-test-renderer": "^18.2.0",
57
- "rollup": "^3.26.3",
57
+ "rollup": "^3.29.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.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.4.1",
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.34.0",
80
+ "gitHead": "8101142236b9823bf6f9704345f93c3274a0a2f9"
81
81
  }