@berviantoleo/react-multi-crop 0.35.0 → 0.36.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,6 +3,18 @@
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.36.0](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.35.1...@berviantoleo/react-multi-crop@0.36.0) (2024-01-12)
7
+
8
+ ### Features
9
+
10
+ - update dependencies ([#2503](https://github.com/berviantoleo/react-multi-crop/issues/2503)) ([49f01af](https://github.com/berviantoleo/react-multi-crop/commit/49f01afaa52bc8c76f44c2a52fef997e9ceb80f4))
11
+
12
+ ## [0.35.1](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.35.0...@berviantoleo/react-multi-crop@0.35.1) (2023-11-18)
13
+
14
+ ### Bug Fixes
15
+
16
+ - update deps ([#2353](https://github.com/berviantoleo/react-multi-crop/issues/2353)) ([3a44488](https://github.com/berviantoleo/react-multi-crop/commit/3a44488a086eead19c5e51fe72739998b7a91e8c))
17
+
6
18
  # [0.35.0](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.34.1...@berviantoleo/react-multi-crop@0.35.0) (2023-10-15)
7
19
 
8
20
  ### Features
@@ -1,6 +1,6 @@
1
1
  import { StoryObj } from '@storybook/react';
2
2
  import ReactMultiCrop from './ReactMultiCrop';
3
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./interfaces").IReactMultiCropProps>;
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("./interfaces").IReactMultiCropProps>;
4
4
  export default _default;
5
5
  type Story = StoryObj<typeof ReactMultiCrop>;
6
6
  export declare const DefaultEditable: Story;
package/package.json CHANGED
@@ -25,42 +25,42 @@
25
25
  "url": "https://github.com/berviantoleo"
26
26
  },
27
27
  "devDependencies": {
28
- "@babel/cli": "^7.23.0",
29
- "@babel/core": "^7.23.2",
28
+ "@babel/cli": "^7.23.4",
29
+ "@babel/core": "^7.23.7",
30
30
  "@babel/plugin-proposal-class-properties": "^7.18.6",
31
- "@babel/plugin-transform-runtime": "^7.23.2",
32
- "@babel/preset-env": "^7.23.2",
33
- "@babel/preset-react": "^7.22.15",
34
- "@babel/preset-typescript": "^7.23.2",
35
- "@babel/runtime": "^7.23.2",
31
+ "@babel/plugin-transform-runtime": "^7.23.7",
32
+ "@babel/preset-env": "^7.23.8",
33
+ "@babel/preset-react": "^7.23.3",
34
+ "@babel/preset-typescript": "^7.23.3",
35
+ "@babel/runtime": "^7.23.8",
36
36
  "@rollup/plugin-babel": "^6.0.4",
37
37
  "@rollup/plugin-node-resolve": "^15.2.3",
38
- "@storybook/addon-essentials": "^7.4.6",
39
- "@storybook/addon-links": "^7.4.6",
40
- "@storybook/addon-storysource": "^7.4.6",
41
- "@storybook/addons": "^7.4.6",
42
- "@storybook/react": "^7.4.6",
43
- "@storybook/react-webpack5": "7.4.6",
44
- "@storybook/source-loader": "^7.4.6",
45
- "@testing-library/jest-dom": "^6.1.4",
46
- "@testing-library/react": "^14.0.0",
47
- "@types/fabric": "^5.3.4",
48
- "@types/jest": "^29.5.5",
49
- "@types/uuid": "^9.0.5",
38
+ "@storybook/addon-essentials": "^7.6.8",
39
+ "@storybook/addon-links": "^7.6.8",
40
+ "@storybook/addon-storysource": "^7.6.8",
41
+ "@storybook/addons": "^7.6.8",
42
+ "@storybook/react": "^7.6.8",
43
+ "@storybook/react-webpack5": "7.6.8",
44
+ "@storybook/source-loader": "^7.6.8",
45
+ "@testing-library/jest-dom": "^6.2.0",
46
+ "@testing-library/react": "^14.1.2",
47
+ "@types/fabric": "^5.3.6",
48
+ "@types/jest": "^29.5.11",
49
+ "@types/uuid": "^9.0.7",
50
50
  "babel-jest": "^29.7.0",
51
51
  "babel-loader": "^9.1.3",
52
- "clsx": "^2.0.0",
52
+ "clsx": "^2.1.0",
53
53
  "jest": "^29.7.0",
54
54
  "jest-environment-jsdom": "^29.7.0",
55
55
  "node-sass": "^9.0.0",
56
56
  "react-test-renderer": "^18.2.0",
57
- "rollup": "^4.1.1",
57
+ "rollup": "^4.9.5",
58
58
  "rollup-plugin-delete": "^2.0.0",
59
59
  "rollup-plugin-peer-deps-external": "^2.2.4",
60
- "rollup-plugin-sizes": "^1.0.5",
60
+ "rollup-plugin-sizes": "^1.0.6",
61
61
  "rollup-plugin-terser": "^7.0.2",
62
62
  "rollup-plugin-typescript2": "^0.36.0",
63
- "storybook": "7.4.6",
63
+ "storybook": "7.6.8",
64
64
  "ts-jest": "^29.1.1"
65
65
  },
66
66
  "peerDependencies": {
@@ -76,6 +76,6 @@
76
76
  "uuid": "^9.0.1"
77
77
  },
78
78
  "license": "MIT",
79
- "version": "0.35.0",
80
- "gitHead": "71a60419b796e69b40313f2ab97d0508115b21ce"
79
+ "version": "0.36.0",
80
+ "gitHead": "d1fb8112d98562a0209b3b1697a45d49b732770f"
81
81
  }