Skip to content

Commit

Permalink
fix: upgrade @sanity dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhg committed Jun 27, 2024
1 parent 5f29cbd commit b167312
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"xstate": "^5.14.0"
},
"devDependencies": {
"@sanity/types": "^3.47.1",
"@sanity/types": "^3.48.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@
"@jest/globals": "^29.7.0",
"@playwright/test": "1.45.0",
"@portabletext/toolkit": "^2.0.15",
"@sanity/block-tools": "^3.47.1",
"@sanity/block-tools": "^3.48.1",
"@sanity/diff-match-patch": "^3.1.1",
"@sanity/eslint-config-i18n": "^1.1.0",
"@sanity/eslint-config-studio": "^4.0.0",
"@sanity/pkg-utils": "^6.10.0",
"@sanity/schema": "^3.47.1",
"@sanity/schema": "^3.48.1",
"@sanity/test": "0.0.1-alpha.1",
"@sanity/types": "^3.47.1",
"@sanity/types": "^3.48.1",
"@sanity/ui": "^2.5.0",
"@sanity/util": "^3.47.1",
"@sanity/util": "^3.48.1",
"@testing-library/react": "^13.4.0",
"@types/debug": "^4.1.5",
"@types/express": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/patches/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@sanity/pkg-utils": "^6.10.0",
"@sanity/types": "^3.47.1",
"@sanity/types": "^3.48.1",
"@types/lodash": "^4.17.5",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
Expand Down
44 changes: 22 additions & 22 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 b167312

Please sign in to comment.