File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 ],
1616 "dependencies" : {
1717 "prop-types" : " 15.8.1" ,
18- "react" : " 17.0.2 " ,
19- "react-dom" : " 17.0.2 " ,
18+ "react" : " 18.2.0 " ,
19+ "react-dom" : " 18.2.0 " ,
2020 "react-icons" : " ^4.6.0" ,
21- "sanity" : " 3.0.0-v3-v2-pte.56 " ,
21+ "sanity" : " 3.0.0-dev-preview.22 " ,
2222 "styled-components" : " ^5.3.6"
2323 },
2424 "devDependencies" : {
25- "@types/react" : " ^18.0.21" ,
25+ "@sanity/vision" : " 3.0.0-dev-preview.22" ,
26+ "@types/react" : " ^18.0.22" ,
2627 "@types/styled-components" : " ^5.1.26"
2728 }
2829}
Original file line number Diff line number Diff line change 11import { createConfig } from 'sanity'
22import { deskTool } from 'sanity/desk'
3+ import { visionTool } from '@sanity/vision'
34import { schemaTypes } from './schemas'
45
56export default createConfig ( {
@@ -10,6 +11,7 @@ export default createConfig({
1011
1112 plugins : [
1213 deskTool ( ) ,
14+ visionTool ( ) ,
1315 ] ,
1416
1517 schema : {
You can’t perform that action at this time.
0 commit comments