Skip to content

Commit

Permalink
Update react-advanced-cropper dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Norserium committed Sep 24, 2022
1 parent b9a36e5 commit 4a889cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-mobile-cropper",
"version": "0.6.3",
"version": "0.7.0",
"description": "The react mobile cropper inspired by Android mobile croppers",
"author": "Norserium",
"license": "MIT",
Expand Down Expand Up @@ -80,7 +80,7 @@
],
"dependencies": {
"classnames": "^2.2.6",
"react-advanced-cropper": "~0.10.4",
"react-advanced-cropper": "~0.12.1",
"tslib": "^2.4.0"
},
"sideEffects": false
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1805,10 +1805,10 @@ address@^1.0.1:
resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6"
integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==

advanced-cropper@~0.10.2:
version "0.10.2"
resolved "https://registry.yarnpkg.com/advanced-cropper/-/advanced-cropper-0.10.2.tgz#b6459601080a9702886e9a3e96f337eb187195f7"
integrity sha512-l81sdn73ZOG3R3FD2OHJq48ytTbWbvI7+3ZPDVZxo3h2S59cVyknNBBPg44UXzM8LA4OpJcOjzZFOrb4iT0DhA==
advanced-cropper@0.12.1:
version "0.12.1"
resolved "https://registry.yarnpkg.com/advanced-cropper/-/advanced-cropper-0.12.1.tgz#3130069fc746b566c0e419a998d4f7a754959f4f"
integrity sha512-glb8rEvQoFKZWLcEGOJjh0oq/GqY9zmkdOeHa6NqhgVkigwnOmHJywtYU2+2tjNN9OCsSG5qeqp+koeNqiemcg==
dependencies:
tslib "^2.4.0"

Expand Down Expand Up @@ -9560,12 +9560,12 @@ rc@^1.2.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

react-advanced-cropper@~0.10.4:
version "0.10.4"
resolved "https://registry.yarnpkg.com/react-advanced-cropper/-/react-advanced-cropper-0.10.4.tgz#05f597bd5b80de048123f1dd1fb1f314758de2d9"
integrity sha512-jCbvNt5H0GtXG1On+YNItbjt5yFp+3h0ag995J+J4B3etABzCUZtd9kOa4lm+gWehB4suRtoOwPU3ogA8FHs6g==
react-advanced-cropper@^0.12.1:
version "0.12.1"
resolved "https://registry.yarnpkg.com/react-advanced-cropper/-/react-advanced-cropper-0.12.1.tgz#25c59869cd8aa8d6407f9efbeeea014c37b7bea0"
integrity sha512-XYIQuivZ+Zih9HVk+ke5T1XeARA7eCMe1QD3DZB1v+uoHzDO2/xzB4h0u1lQFsIcO2Q0ubchegy/4cOdzmzgag==
dependencies:
advanced-cropper "~0.10.2"
advanced-cropper "0.12.1"
classnames "^2.2.6"
tslib "^2.4.0"

Expand Down

0 comments on commit 4a889cf

Please sign in to comment.