Skip to content

Commit

Permalink
chore(deps): update app dependencies (#915)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent 0364992 commit 5227118
Show file tree
Hide file tree
Showing 6 changed files with 215 additions and 157 deletions.
4 changes: 2 additions & 2 deletions apps/next-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@sanity/client": "6.13.3",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "1.3.0",
"@sanity/visual-editing": "1.3.1",
"bulma": "0.9.4",
"groq": "3.29.1",
"groqd": "0.15.10",
Expand All @@ -28,7 +28,7 @@
"devDependencies": {
"@next/bundle-analyzer": "14.1.0",
"@types/node": "^18.18.6",
"@types/react": "^18.2.55",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"eslint-config-next": "14.1.0",
"typescript": "^5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions apps/next-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@sanity/client": "6.13.3",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "1.3.0",
"@sanity/visual-editing": "1.3.1",
"bulma": "0.9.4",
"groq": "3.29.1",
"groqd": "0.15.10",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@next/bundle-analyzer": "14.1.0",
"@types/node": "^18.18.6",
"@types/react": "^18.2.55",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"eslint-config-next": "14.1.0",
"typescript": "^5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@remix-run/react": "2.6.0",
"@sanity/client": "6.13.3",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "1.3.0",
"@sanity/visual-editing": "1.3.1",
"@vercel/remix": "2.6.0",
"groq": "3.29.1",
"groqd": "0.15.10",
Expand All @@ -27,7 +27,7 @@
"@remix-run/dev": "2.6.0",
"@remix-run/eslint-config": "2.6.0",
"@remix-run/serve": "2.6.0",
"@types/react": "^18.2.55",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"eslint": "^8.56.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"@faker-js/faker": "8.4.1",
"@sanity/client": "6.13.3",
"@sanity/icons": "2.10.2",
"@sanity/presentation": "1.9.0",
"@sanity/presentation": "1.9.1",
"@sanity/preview-kit": "workspace:*",
"@sanity/ui": "2.0.2",
"@sanity/ui": "2.0.3",
"@sanity/vision": "3.29.1",
"@types/react": "^18.2.55",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"esbuild-register": "^3.5.0",
"eslint": "^8.56.0",
"groq": "3.29.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"groqd": "0.15.10"
},
"devDependencies": {
"@sanity/pkg-utils": "^4.2.2",
"@types/react": "^18.2.55",
"@sanity/pkg-utils": "^4.2.3",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
Expand Down
Loading

0 comments on commit 5227118

Please sign in to comment.