Skip to content

Commit

Permalink
fix(core): add sanity/ui and sanity/icons local packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin authored and juice49 committed Oct 15, 2024
1 parent ea825b6 commit 0b9311f
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 101 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const config = {
'sortOrder',
'status',
'group',
'textWeight',
],
},
},
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"@sanity/prettier-config": "^1.0.2",
"@sanity/test": "0.0.1-alpha.1",
"@sanity/tsdoc": "1.0.105",
"@sanity/ui": "^2.8.9",
"@sanity/ui": "file:registry/sanity-ui-2.8.9.tgz",
"@sanity/uuid": "^3.0.2",
"@types/glob": "^7.2.0",
"@types/lodash": "^4.17.7",
Expand Down Expand Up @@ -186,6 +186,8 @@
"overrides": {
"@npmcli/arborist": "^7.5.4",
"@sanity/client": "bundle-perspective",
"@sanity/icons": "file:registry/sanity-icons-3.4.0.tgz",
"@sanity/ui": "file:registry/sanity-ui-2.8.9.tgz",
"@sanity/ui@2": "$@sanity/ui",
"@typescript-eslint/eslint-plugin": "$@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser": "$@typescript-eslint/parser"
Expand Down
Loading

0 comments on commit 0b9311f

Please sign in to comment.