Skip to content

Commit

Permalink
fix(deps): update @sanity/icons (#5956)
Browse files Browse the repository at this point in the history
* fix(deps): update '@sanity/icons'

* fix(templates): update sanity icons library used in templates
  • Loading branch information
pedrobonamin authored Mar 12, 2024
1 parent f7019ff commit 15f53bd
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion dev/design-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"start": "../.bin/sanity start --port 4000"
},
"dependencies": {
"@sanity/icons": "^2.8.0",
"@sanity/icons": "^2.11.0",
"@sanity/ui": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion dev/studio-e2e-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"dependencies": {
"@sanity/google-maps-input": "^3.0.1",
"@sanity/icons": "^2.8.0",
"@sanity/icons": "^2.11.0",
"@sanity/ui": "^2.0.1",
"@sanity/vision": "3.32.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@sanity/client": "^6.15.3",
"@sanity/color": "^3.0.0",
"@sanity/google-maps-input": "^3.0.1",
"@sanity/icons": "^2.8.0",
"@sanity/icons": "^2.11.0",
"@sanity/image-url": "^1.0.2",
"@sanity/locale-ko-kr": "^1.0.1",
"@sanity/locale-nb-no": "^1.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const getStartedTemplate: ProjectTemplate = {
configTemplate,
typescriptOnly: true,
dependencies: {
'@sanity/icons': '^2.6.0',
'@sanity/icons': '^2.11.0',
'@sanity/ui': '^2.0.0',
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const shopifyTemplate: ProjectTemplate = {
dependencies: {
'@sanity/asset-utils': '^1.3.0',
'@sanity/color-input': '^3.0.2',
'@sanity/icons': '^2.6.0',
'@sanity/icons': '^2.11.0',
'@sanity/ui': '^2.0.0',
'lodash.get': '^4.4.2',
'pluralize-esm': '^9.0.2',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const shopifyTemplate: ProjectTemplate = {
typescriptOnly: true,
dependencies: {
'@portabletext/toolkit': '^2.0.1',
'@sanity/icons': '^2.6.0',
'@sanity/icons': '^2.11.0',
'@sanity/ui': '^2.0.0',
'@types/lodash.get': '^4.4.7',
'lodash.get': '^4.4.2',
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@rexxars/react-json-inspector": "^8.0.1",
"@rexxars/react-split-pane": "^0.1.93",
"@sanity/color": "^3.0.0",
"@sanity/icons": "^2.8.0",
"@sanity/icons": "^2.11.0",
"@sanity/ui": "^2.0.1",
"@uiw/react-codemirror": "^4.11.4",
"hashlru": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"@sanity/eventsource": "^5.0.0",
"@sanity/export": "3.32.0",
"@sanity/generate-help-url": "^3.0.0",
"@sanity/icons": "^2.8.0",
"@sanity/icons": "^2.11.0",
"@sanity/image-url": "^1.0.2",
"@sanity/import": "3.32.0",
"@sanity/logos": "^2.1.4",
Expand Down
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

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

0 comments on commit 15f53bd

Please sign in to comment.