Skip to content

Commit 15f53bd

Browse files
authoredMar 12, 2024
fix(deps): update @sanity/icons (#5956)
* fix(deps): update '@sanity/icons' * fix(templates): update sanity icons library used in templates
1 parent f7019ff commit 15f53bd

File tree

9 files changed

+33
-33
lines changed

9 files changed

+33
-33
lines changed
 

‎dev/design-studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"start": "../.bin/sanity start --port 4000"
3232
},
3333
"dependencies": {
34-
"@sanity/icons": "^2.8.0",
34+
"@sanity/icons": "^2.11.0",
3535
"@sanity/ui": "^2.0.1",
3636
"react": "^18.2.0",
3737
"react-dom": "^18.2.0",

‎dev/studio-e2e-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"dependencies": {
1717
"@sanity/google-maps-input": "^3.0.1",
18-
"@sanity/icons": "^2.8.0",
18+
"@sanity/icons": "^2.11.0",
1919
"@sanity/ui": "^2.0.1",
2020
"@sanity/vision": "3.32.0",
2121
"react": "^18.2.0",

‎dev/test-studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@sanity/client": "^6.15.3",
2626
"@sanity/color": "^3.0.0",
2727
"@sanity/google-maps-input": "^3.0.1",
28-
"@sanity/icons": "^2.8.0",
28+
"@sanity/icons": "^2.11.0",
2929
"@sanity/image-url": "^1.0.2",
3030
"@sanity/locale-ko-kr": "^1.0.1",
3131
"@sanity/locale-nb-no": "^1.0.1",

‎packages/@sanity/cli/src/actions/init-project/templates/getStarted.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const getStartedTemplate: ProjectTemplate = {
2929
configTemplate,
3030
typescriptOnly: true,
3131
dependencies: {
32-
'@sanity/icons': '^2.6.0',
32+
'@sanity/icons': '^2.11.0',
3333
'@sanity/ui': '^2.0.0',
3434
},
3535
}

‎packages/@sanity/cli/src/actions/init-project/templates/shopify.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const shopifyTemplate: ProjectTemplate = {
5454
dependencies: {
5555
'@sanity/asset-utils': '^1.3.0',
5656
'@sanity/color-input': '^3.0.2',
57-
'@sanity/icons': '^2.6.0',
57+
'@sanity/icons': '^2.11.0',
5858
'@sanity/ui': '^2.0.0',
5959
'lodash.get': '^4.4.2',
6060
'pluralize-esm': '^9.0.2',

‎packages/@sanity/cli/src/actions/init-project/templates/shopifyOnline.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const shopifyTemplate: ProjectTemplate = {
3939
typescriptOnly: true,
4040
dependencies: {
4141
'@portabletext/toolkit': '^2.0.1',
42-
'@sanity/icons': '^2.6.0',
42+
'@sanity/icons': '^2.11.0',
4343
'@sanity/ui': '^2.0.0',
4444
'@types/lodash.get': '^4.4.7',
4545
'lodash.get': '^4.4.2',

‎packages/@sanity/vision/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@rexxars/react-json-inspector": "^8.0.1",
6868
"@rexxars/react-split-pane": "^0.1.93",
6969
"@sanity/color": "^3.0.0",
70-
"@sanity/icons": "^2.8.0",
70+
"@sanity/icons": "^2.11.0",
7171
"@sanity/ui": "^2.0.1",
7272
"@uiw/react-codemirror": "^4.11.4",
7373
"hashlru": "^2.3.0",

‎packages/sanity/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"@sanity/eventsource": "^5.0.0",
209209
"@sanity/export": "3.32.0",
210210
"@sanity/generate-help-url": "^3.0.0",
211-
"@sanity/icons": "^2.8.0",
211+
"@sanity/icons": "^2.11.0",
212212
"@sanity/image-url": "^1.0.2",
213213
"@sanity/import": "3.32.0",
214214
"@sanity/logos": "^2.1.4",

‎pnpm-lock.yaml

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.