Skip to content

Commit

Permalink
fixup! fixup! fix(core): add a cap on total search paths extracted pe…
Browse files Browse the repository at this point in the history
…r root-level object
  • Loading branch information
robinpyon committed Jul 17, 2023
1 parent 1004aa7 commit 1e14b70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/@sanity/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"license": "MIT",
"dependencies": {
"@sanity/generate-help-url": "^3.0.0",
"@sanity/types": "2.35.0",
"arrify": "^1.0.1",
"humanize-list": "^1.0.1",
"leven": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/schema/src/legacy/searchConfig/resolve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
isReferenceSchemaType,
ObjectSchemaType,
SchemaType,
} from '@sanity/types'
} from '../../../../types'
import {stringsToNumbers} from './normalize'

interface SearchPath {
Expand Down

0 comments on commit 1e14b70

Please sign in to comment.