Skip to content

Commit

Permalink
fix!: update dependency @sanity/ui to v2 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Mar 12, 2024
1 parent 3158696 commit a163e52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"browserslist": "extends @sanity/browserslist-config",
"dependencies": {
"@sanity/incompatible-plugin": "^1.0.0",
"@sanity/ui": "^2.0.0",
"@sanity/ui": "^2.0.9",
"react-infinite-scroll-component": "6.1.0",
"react-photo-album": "2.3.1",
"rxjs": "^7.0.0"
Expand Down
1 change: 1 addition & 0 deletions src/components/UnsplashAssetSource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ class UnsplashAssetSourceInternal extends React.Component<

return (
<Dialog
animate
id="unsplash-asset-source"
header="Select image from Unsplash"
onClose={this.handleClose}
Expand Down

0 comments on commit a163e52

Please sign in to comment.