@berviantoleo/react-multi-crop 0.22.6 → 0.24.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/CHANGELOG.md +33 -0
- package/package.json +23 -23
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,39 @@
|
|
|
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.24.1](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.24.0...@berviantoleo/react-multi-crop@0.24.1) (2022-03-09)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update deps ([fb74303](https://github.com/berviantoleo/react-multi-crop/commit/fb7430305fc3692d659ff9b1619427ae4434f19a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [0.24.0](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.23.0...@berviantoleo/react-multi-crop@0.24.0) (2022-02-26)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* update deps ([1d5c9a7](https://github.com/berviantoleo/react-multi-crop/commit/1d5c9a72201f122396322bf5791341ef93af2dfc))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [0.23.0](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.22.6...@berviantoleo/react-multi-crop@0.23.0) (2022-02-16)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* update deps major ([b102174](https://github.com/berviantoleo/react-multi-crop/commit/b1021746b5b07f94687f01d53a5cb6a5ddb38fdb))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
6
39
|
## [0.22.6](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.22.5...@berviantoleo/react-multi-crop@0.22.6) (2022-02-13)
|
|
7
40
|
|
|
8
41
|
|
package/package.json
CHANGED
|
@@ -25,52 +25,52 @@
|
|
|
25
25
|
"url": "https://github.com/berviantoleo"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@babel/cli": "^7.
|
|
29
|
-
"@babel/core": "^7.
|
|
28
|
+
"@babel/cli": "^7.17.6",
|
|
29
|
+
"@babel/core": "^7.17.5",
|
|
30
30
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
31
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
32
|
-
"@babel/preset-env": "^7.16.
|
|
31
|
+
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
32
|
+
"@babel/preset-env": "^7.16.11",
|
|
33
33
|
"@babel/preset-react": "^7.16.7",
|
|
34
34
|
"@babel/preset-typescript": "^7.16.7",
|
|
35
|
-
"@babel/runtime": "^7.
|
|
36
|
-
"@rollup/plugin-babel": "^5.3.
|
|
35
|
+
"@babel/runtime": "^7.17.2",
|
|
36
|
+
"@rollup/plugin-babel": "^5.3.1",
|
|
37
37
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
38
|
-
"@storybook/addon-essentials": "^6.4.
|
|
39
|
-
"@storybook/addon-links": "^6.4.
|
|
40
|
-
"@storybook/addon-storysource": "^6.4.
|
|
41
|
-
"@storybook/addons": "^6.4.
|
|
42
|
-
"@storybook/react": "^6.4.
|
|
43
|
-
"@storybook/source-loader": "^6.4.
|
|
44
|
-
"@testing-library/jest-dom": "^5.16.
|
|
45
|
-
"@testing-library/react": "^12.1.
|
|
38
|
+
"@storybook/addon-essentials": "^6.4.19",
|
|
39
|
+
"@storybook/addon-links": "^6.4.19",
|
|
40
|
+
"@storybook/addon-storysource": "^6.4.19",
|
|
41
|
+
"@storybook/addons": "^6.4.19",
|
|
42
|
+
"@storybook/react": "^6.4.19",
|
|
43
|
+
"@storybook/source-loader": "^6.4.19",
|
|
44
|
+
"@testing-library/jest-dom": "^5.16.2",
|
|
45
|
+
"@testing-library/react": "^12.1.3",
|
|
46
46
|
"@types/fabric": "^4.5.7",
|
|
47
|
-
"@types/jest": "^27.4.
|
|
47
|
+
"@types/jest": "^27.4.1",
|
|
48
48
|
"@types/uuid": "^8.3.4",
|
|
49
|
-
"babel-jest": "^27.
|
|
49
|
+
"babel-jest": "^27.5.1",
|
|
50
50
|
"clsx": "^1.1.1",
|
|
51
|
-
"node-sass": "^7.0.
|
|
51
|
+
"node-sass": "^7.0.1",
|
|
52
52
|
"react-test-renderer": "^17.0.2",
|
|
53
|
-
"rollup": "^2.
|
|
53
|
+
"rollup": "^2.70.0",
|
|
54
54
|
"rollup-plugin-delete": "^2.0.0",
|
|
55
55
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
56
56
|
"rollup-plugin-sizes": "^1.0.4",
|
|
57
57
|
"rollup-plugin-terser": "^7.0.2",
|
|
58
|
-
"rollup-plugin-typescript2": "^0.31.
|
|
58
|
+
"rollup-plugin-typescript2": "^0.31.2",
|
|
59
59
|
"ts-jest": "^27.1.3"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"fabric": "
|
|
62
|
+
"fabric": "^4.4.0 || ^5.0.0",
|
|
63
63
|
"react": "^16.13.0 || ^17.0.0",
|
|
64
64
|
"react-dom": "^16.13.0 || ^17.0.0",
|
|
65
65
|
"uuid": "^8.3.2"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"fabric": "^
|
|
68
|
+
"fabric": "^5.2.1",
|
|
69
69
|
"react": "^17.0.2",
|
|
70
70
|
"react-dom": "^17.0.2",
|
|
71
71
|
"uuid": "^8.3.2"
|
|
72
72
|
},
|
|
73
73
|
"license": "MIT",
|
|
74
|
-
"version": "0.
|
|
75
|
-
"gitHead": "
|
|
74
|
+
"version": "0.24.1",
|
|
75
|
+
"gitHead": "87328d672586dfc29e754ef3f7774b82eb22c07d"
|
|
76
76
|
}
|