Skip to content

Commit

Permalink
chore(cli): update depcheck ignores for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin committed Apr 25, 2022
1 parent 41192c9 commit a4351dd
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion packages/@sanity/cli/.depcheckignore.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
{
"//": "these are used by template projects and doesn't need to be project dependencies",
"ignore": ["react-icons", "react", "prop-types", "react-barcode", "@sanity/base", "@sanity/ui", "@sanity/icons", "@sanity/form-builder", "styled-components"]
"ignore": [
"@sanity/base",
"@sanity/color",
"@sanity/desk-tool",
"@sanity/form-builder",
"@sanity/icons",
"@sanity/types",
"@sanity/ui",
"@sanity/uuid",
"lodash.get",
"pluralize",
"prop-types",
"react-barcode",
"react-icons",
"react",
"slug",
"styled-components"
]
}

0 comments on commit a4351dd

Please sign in to comment.