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] committed May 24, 2024
1 parent 29e23f1 commit 62f4f69
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 312 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 @@ -12,7 +12,7 @@
"start": "next start"
},
"dependencies": {
"@sanity/client": "6.18.2",
"@sanity/client": "6.18.3",
"@sanity/preview-kit": "workspace:*",
"bulma": "0.9.4",
"groq": "3.43.0",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"@next/bundle-analyzer": "14.2.3",
"@types/node": "^18.18.6",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-config-next": "14.2.3",
"typescript": "^5.4.5"
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 @@ -12,7 +12,7 @@
"start": "next start"
},
"dependencies": {
"@sanity/client": "6.18.2",
"@sanity/client": "6.18.3",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "1.8.21",
"bulma": "0.9.4",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@next/bundle-analyzer": "14.2.3",
"@types/node": "^18.18.6",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-config-next": "14.2.3",
"typescript": "^5.4.5"
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.9.2",
"@remix-run/react": "2.9.2",
"@sanity/client": "6.18.2",
"@sanity/client": "6.18.3",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "1.8.21",
"@vercel/remix": "2.9.1",
Expand All @@ -27,7 +27,7 @@
"@remix-run/dev": "2.9.2",
"@remix-run/eslint-config": "2.9.2",
"@remix-run/serve": "2.9.2",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"eslint": "^8.57.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"@faker-js/faker": "8.4.1",
"@sanity/client": "6.18.2",
"@sanity/client": "6.18.3",
"@sanity/icons": "2.11.8",
"@sanity/presentation": "1.15.8",
"@sanity/preview-kit": "workspace:*",
"@sanity/ui": "2.1.11",
"@sanity/ui": "2.1.12",
"@sanity/vision": "3.43.0",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"esbuild": "^0.21.3",
"esbuild-register": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@sanity/pkg-utils": "6.8.18",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
Expand Down
Loading

0 comments on commit 62f4f69

Please sign in to comment.