Skip to content

Commit

Permalink
chore(deps): update app dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent 381e18a commit d2e3fe6
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 98 deletions.
2 changes: 1 addition & 1 deletion apps/next-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "next start"
},
"dependencies": {
"@sanity/client": "6.12.1",
"@sanity/client": "6.12.2",
"@sanity/overlays": "2.3.8",
"@sanity/preview-kit": "workspace:*",
"bulma": "0.9.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/next-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "next start"
},
"dependencies": {
"@sanity/client": "6.12.1",
"@sanity/client": "6.12.2",
"@sanity/overlays": "2.3.8",
"@sanity/preview-kit": "workspace:*",
"bulma": "0.9.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@remix-run/node": "2.5.1",
"@remix-run/react": "2.5.1",
"@sanity/client": "6.12.1",
"@sanity/client": "6.12.2",
"@sanity/overlays": "2.3.8",
"@sanity/preview-kit": "workspace:*",
"@vercel/remix": "2.5.1",
Expand All @@ -29,7 +29,7 @@
"@remix-run/serve": "2.5.1",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@faker-js/faker": "8.4.0",
"@sanity/client": "6.12.1",
"@sanity/client": "6.12.2",
"@sanity/icons": "2.10.0",
"@sanity/presentation": "1.7.1",
"@sanity/preview-kit": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"groqd": "0.15.10"
},
"devDependencies": {
"@sanity/pkg-utils": "^4.1.0",
"@sanity/pkg-utils": "^4.1.1",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-gitignore": "^0.1.0",
Expand Down
Loading

0 comments on commit d2e3fe6

Please sign in to comment.