Skip to content

Commit

Permalink
fix(deps): Update sanity monorepo to ^3.57.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent e60706c commit 41b4687
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 170 deletions.
4 changes: 2 additions & 2 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@portabletext/editor": "workspace:^",
"@portabletext/patches": "workspace:^",
"@sanity/color": "^3.0.6",
"@sanity/schema": "^3.52.4",
"@sanity/schema": "^3.57.3",
"@xstate/react": "^4.1.1",
"lodash.startcase": "^4.4.0",
"lucide-react": "^0.428.0",
Expand All @@ -33,7 +33,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@sanity/types": "^3.55.0",
"@sanity/types": "^3.57.3",
"@types/lodash.startcase": "^4.4.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/react-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"react-is": "19.0.0-rc-fb9a90fa48-20240614",
"sanity": "^3.52.4",
"sanity": "^3.57.3",
"sanity-studio": "workspace:*",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.4.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/sanity-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"dependencies": {
"@portabletext/editor": "workspace:*",
"@portabletext/patches": "workspace:*",
"@sanity/vision": "^3.52.2",
"@sanity/vision": "^3.57.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "^3.52.2",
"sanity": "^3.57.3",
"styled-components": "^6.1.13"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@
"@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.3",
"@sanity/diff-match-patch": "^3.1.1",
"@sanity/pkg-utils": "^6.11.2",
"@sanity/schema": "^3.55.0",
"@sanity/schema": "^3.57.3",
"@sanity/test": "0.0.1-alpha.1",
"@sanity/types": "^3.55.0",
"@sanity/types": "^3.57.3",
"@sanity/ui": "^2.8.9",
"@sanity/util": "^3.55.0",
"@sanity/util": "^3.57.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@types/debug": "^4.1.5",
Expand Down Expand Up @@ -109,10 +109,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.3",
"@sanity/schema": "^3.57.3",
"@sanity/types": "^3.57.3",
"@sanity/util": "^3.57.3",
"react": "^16.9 || ^17 || ^18",
"rxjs": "^7.8.1",
"styled-components": "^6.1.13"
Expand Down
Loading

0 comments on commit 41b4687

Please sign in to comment.