Skip to content

Commit

Permalink
fix(deps): Update sanity monorepo to ^3.57.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent 4bf1341 commit c1047e9
Show file tree
Hide file tree
Showing 3 changed files with 619 additions and 565 deletions.
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@sanity/types": "^3.55.0",
"@sanity/types": "^3.57.4",
"@types/lodash.startcase": "^4.4.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@
"@jest/types": "^29.6.3",
"@playwright/test": "1.46.1",
"@portabletext/toolkit": "^2.0.15",
"@sanity/block-tools": "^3.55.0",
"@sanity/block-tools": "^3.57.4",
"@sanity/diff-match-patch": "^3.1.1",
"@sanity/gherkin-driver": "workspace:^",
"@sanity/pkg-utils": "^6.11.2",
"@sanity/schema": "^3.55.0",
"@sanity/schema": "^3.57.4",
"@sanity/test": "0.0.1-alpha.1",
"@sanity/types": "^3.55.0",
"@sanity/types": "^3.57.4",
"@sanity/ui": "^2.8.9",
"@sanity/util": "^3.55.0",
"@sanity/util": "^3.57.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/debug": "^4.1.5",
Expand Down Expand Up @@ -107,10 +107,10 @@
"vite": "^5.4.2"
},
"peerDependencies": {
"@sanity/block-tools": "^3.47.1",
"@sanity/schema": "^3.47.1",
"@sanity/types": "^3.47.1",
"@sanity/util": "^3.47.1",
"@sanity/block-tools": "^3.57.4",
"@sanity/schema": "^3.57.4",
"@sanity/types": "^3.57.4",
"@sanity/util": "^3.57.4",
"react": "^16.9 || ^17 || ^18",
"rxjs": "^7.8.1",
"styled-components": "^6.1.13"
Expand Down
Loading

0 comments on commit c1047e9

Please sign in to comment.