Skip to content

Commit

Permalink
refactor(plugin-loader): remove references to @sanity/components
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Sep 10, 2021
1 parent e45afc4 commit e6781d1
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/@sanity/plugin-loader/test/loader.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ test('should be able to load sanity plugin versions', (t) => {
const versions = require('sanity:versions')
t.deepEqual(versions, {
'@sanity/base': '0.999.99',
'@sanity/components': '0.777.77',
'@sanity/desk-tool': '0.777.77',
})

restore()
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"description": "Fake project, used for testing",
"dependencies": {
"@sanity/base": "^0.999.0",
"@sanity/components": "^0.777.33"
"@sanity/desk-tool": "^0.777.33"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"plugins": [
"@sanity/base",
"@sanity/components"
]
"plugins": ["@sanity/base", "@sanity/desk-tool"]
}

0 comments on commit e6781d1

Please sign in to comment.