Skip to content

Commit 25303f9

Browse files
authoredApr 27, 2023
fix(cli): resolve and install latest sanity+vision dependencies (#4424)
1 parent 605d62b commit 25303f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎packages/@sanity/cli/src/studioDependencies.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ export const studioDependencies = {
22
// Dependencies for a default Sanity installation
33
dependencies: {
44
// Official studio dependencies
5-
sanity: '^3.9.0',
5+
sanity: 'latest',
66

77
// Official studio plugin dependencies
8-
'@sanity/vision': '^3.9.0',
8+
'@sanity/vision': 'latest',
99

1010
// Non-Sanity dependencies
1111
react: '^18.2.0',
@@ -21,7 +21,7 @@ export const studioDependencies = {
2121
'@types/react': '^18.0.25',
2222
'@types/styled-components': '^5.1.26',
2323
eslint: '^8.6.0',
24-
prettier: 'latest',
25-
typescript: '^4.0.0', // Peer dependency of eslint-config-studio (implicitly)
24+
prettier: '^2.8.8',
25+
typescript: '^4.9.5', // Peer dependency of eslint-config-studio (implicitly)
2626
},
2727
}

0 commit comments

Comments
 (0)
Failed to load comments.