Skip to content

Commit

Permalink
chore(deps): update app dependencies (#922)
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 20, 2024
1 parent 644ab1a commit 6e8d77e
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 57 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.13.3",
"@sanity/client": "6.14.0",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "1.3.1",
"bulma": "0.9.4",
Expand All @@ -28,7 +28,7 @@
"devDependencies": {
"@next/bundle-analyzer": "14.1.0",
"@types/node": "^18.18.6",
"@types/react": "^18.2.56",
"@types/react": "^18.2.57",
"@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 @@ -12,7 +12,7 @@
"start": "next start"
},
"dependencies": {
"@sanity/client": "6.13.3",
"@sanity/client": "6.14.0",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "1.3.1",
"bulma": "0.9.4",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@next/bundle-analyzer": "14.1.0",
"@types/node": "^18.18.6",
"@types/react": "^18.2.56",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"eslint-config-next": "14.1.0",
"typescript": "^5.3.3"
Expand Down
6 changes: 3 additions & 3 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.6.0",
"@remix-run/react": "2.6.0",
"@sanity/client": "6.13.3",
"@sanity/client": "6.14.0",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "1.3.1",
"@vercel/remix": "2.6.0",
Expand All @@ -27,9 +27,9 @@
"@remix-run/dev": "2.6.0",
"@remix-run/eslint-config": "2.6.0",
"@remix-run/serve": "2.6.0",
"@types/react": "^18.2.56",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
},
Expand Down
4 changes: 2 additions & 2 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.13.3",
"@sanity/client": "6.14.0",
"@sanity/icons": "2.10.2",
"@sanity/presentation": "1.9.1",
"@sanity/preview-kit": "workspace:*",
"@sanity/ui": "2.0.3",
"@sanity/vision": "3.29.1",
"@types/react": "^18.2.56",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"esbuild": "^0.20.1",
"esbuild-register": "^3.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
},
"devDependencies": {
"@sanity/pkg-utils": "^4.2.3",
"@types/react": "^18.2.56",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-gitignore": "^0.1.0",
Expand Down
68 changes: 23 additions & 45 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 6e8d77e

Please sign in to comment.