Skip to content

Commit

Permalink
Fix regression in v11 when using multiple crops #572
Browse files Browse the repository at this point in the history
  • Loading branch information
sekoyo committed Dec 26, 2023
1 parent 0151770 commit 3370c2b
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 196 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-image-crop",
"version": "11.0.1",
"version": "11.0.2",
"description": "A responsive image cropping tool for React",
"repository": "https://github.com/DominicTobias/react-image-crop",
"type": "module",
Expand Down Expand Up @@ -39,20 +39,20 @@
],
"license": "ISC",
"devDependencies": {
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.54.0",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-react-refresh": "^0.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.69.5",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vite-plugin-dts": "^3.6.4"
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0"
},
"peerDependencies": {
"react": ">=16.13.1"
Expand Down
Loading

0 comments on commit 3370c2b

Please sign in to comment.