Skip to content

Commit

Permalink
fix(deps): Update sanity monorepo to ^3.62.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2024
1 parent 9055c56 commit c74484e
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 289 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"prettier": "@repo/prettier-config",
"dependencies": {
"@sanity/types": "3.61.0",
"@sanity/util": "3.61.0",
"@sanity/vision": "3.61.0",
"groq": "3.61.0",
"sanity": "3.61.0"
"@sanity/types": "3.62.2",
"@sanity/util": "3.62.2",
"@sanity/vision": "3.62.2",
"groq": "3.62.2",
"sanity": "3.62.2"
},
"devDependencies": {
"@repo/prettier-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/@repo/sanity-extracted-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@repo/eslint-config": "workspace:*",
"@repo/prettier-config": "workspace:*",
"eslint": "^8.57.1",
"sanity": "3.61.0",
"sanity": "3.62.2",
"styled-components": "^6.1.13",
"typescript": "5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@repo/sanity-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@sanity/ui": "2.8.10",
"eslint": "^8.57.1",
"rxjs": "^7.8.1",
"sanity": "3.61.0",
"sanity": "3.62.2",
"sanity-plugin-asset-source-unsplash": "3.0.1",
"typescript": "5.6.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/insert-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@sanity/pkg-utils": "^6.11.4",
"@sanity/types": "^3.61.0",
"@sanity/types": "^3.62.2",
"@sanity/ui-workshop": "^2.0.16",
"@types/lodash.startcase": "^4.4.9",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand All @@ -61,7 +61,7 @@
"typescript": "5.6.3"
},
"peerDependencies": {
"@sanity/types": "^3.61.0",
"@sanity/types": "^3.62.2",
"react": "^18.3 || >=19.0.0-rc",
"react-dom": "^18.3 || >=19.0.0-rc",
"react-is": "^18.3 || >=19.0.0-rc"
Expand Down
Loading

0 comments on commit c74484e

Please sign in to comment.