Skip to content

Commit

Permalink
fixup! fix(core): add a cap on total search paths extracted per root-…
Browse files Browse the repository at this point in the history
…level object
  • Loading branch information
robinpyon committed Jun 26, 2023
1 parent 2f1edfb commit 897c60f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/@sanity/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"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 '../../../../types'
} from '@sanity/types'
import {stringsToNumbers} from './normalize'

interface SearchPath {
Expand Down

0 comments on commit 897c60f

Please sign in to comment.