Skip to content

Commit

Permalink
fix(vision): sync peer dependency with latest @sanity/base version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjelfull committed Oct 7, 2021
1 parent b6dda97 commit 554260b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react-dom": "17.0.1"
},
"peerDependencies": {
"@sanity/base": "^2.19.4",
"@sanity/base": "^2.21.0",
"prop-types": "^15.6 || ^16",
"react": "^16.9 || ^17",
"react-dom": "^16.9 || ^17",
Expand Down

3 comments on commit 554260b

@vercel
Copy link

@vercel vercel bot commented on 554260b Oct 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

studio-workshop – ./dev/workshop

studio-workshop-git-next.sanity.build
studio-workshop.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 554260b Oct 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio.sanity.build
test-studio-git-next.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 554260b Oct 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

perf-studio – ./

perf-studio.sanity.build
perf-studio-git-next.sanity.build

Please sign in to comment.