Skip to content

Commit

Permalink
fix: use correct @sanity/ui package name
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Oct 31, 2022
1 parent 7c53c7a commit 1f224a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/configs/forced-package-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const forcedPackageVersions = {
'react-dom': '^18.0.0',
'@types/react-dom': '^18.0.0',
sanity: 'dev-preview || 3.0.0-dev-preview.22',
'sanity-ui': '^1.0.0-beta.31',
'@sanity/ui': '^1.0.0-beta.31',

//TODO delete both of these when we ditch parcel
parcel: '~2.6.0',
Expand Down

0 comments on commit 1f224a9

Please sign in to comment.