Skip to content

Commit 3370c2b

Browse files
committed
Fix regression in v11 when using multiple crops #572
1 parent 0151770 commit 3370c2b

File tree

4 files changed

+157
-196
lines changed

4 files changed

+157
-196
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-image-crop",
3-
"version": "11.0.1",
3+
"version": "11.0.2",
44
"description": "A responsive image cropping tool for React",
55
"repository": "https://github.com/DominicTobias/react-image-crop",
66
"type": "module",
@@ -39,20 +39,20 @@
3939
],
4040
"license": "ISC",
4141
"devDependencies": {
42-
"@types/react": "^18.2.39",
43-
"@types/react-dom": "^18.2.17",
44-
"@typescript-eslint/eslint-plugin": "^6.13.1",
45-
"@typescript-eslint/parser": "^6.13.1",
46-
"@vitejs/plugin-react": "^4.2.0",
47-
"eslint": "^8.54.0",
42+
"@types/react": "^18.2.45",
43+
"@types/react-dom": "^18.2.18",
44+
"@typescript-eslint/eslint-plugin": "^6.16.0",
45+
"@typescript-eslint/parser": "^6.16.0",
46+
"@vitejs/plugin-react": "^4.2.1",
47+
"eslint": "^8.56.0",
4848
"eslint-plugin-react-hooks": "^4.6.0",
49-
"eslint-plugin-react-refresh": "^0.4.4",
49+
"eslint-plugin-react-refresh": "^0.4.5",
5050
"react": "^18.2.0",
5151
"react-dom": "^18.2.0",
5252
"sass": "^1.69.5",
53-
"typescript": "^5.3.2",
54-
"vite": "^5.0.4",
55-
"vite-plugin-dts": "^3.6.4"
53+
"typescript": "^5.3.3",
54+
"vite": "^5.0.10",
55+
"vite-plugin-dts": "^3.7.0"
5656
},
5757
"peerDependencies": {
5858
"react": ">=16.13.1"

0 commit comments

Comments
 (0)