Skip to content

Commit 9067359

Browse files
chore(deps): update app dependencies (#1050)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a925c0e commit 9067359

File tree

6 files changed

+1417
-363
lines changed

6 files changed

+1417
-363
lines changed

apps/next-app-router/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"start": "next start"
1313
},
1414
"dependencies": {
15-
"@sanity/client": "6.15.5",
15+
"@sanity/client": "6.15.6",
1616
"@sanity/preview-kit": "workspace:*",
1717
"bulma": "0.9.4",
18-
"groq": "3.34.0",
18+
"groq": "3.35.0",
1919
"groqd": "0.15.10",
2020
"next": "14.1.3",
2121
"next-sanity": "8.4.3",

apps/next-pages-router/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"start": "next start"
1313
},
1414
"dependencies": {
15-
"@sanity/client": "6.15.5",
15+
"@sanity/client": "6.15.6",
1616
"@sanity/preview-kit": "workspace:*",
1717
"@sanity/visual-editing": "1.8.2",
1818
"bulma": "0.9.4",
19-
"groq": "3.34.0",
19+
"groq": "3.35.0",
2020
"groqd": "0.15.10",
2121
"next": "14.1.3",
2222
"react": "18.2.0",

apps/remix/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"dependencies": {
1313
"@remix-run/node": "2.8.1",
1414
"@remix-run/react": "2.8.1",
15-
"@sanity/client": "6.15.5",
15+
"@sanity/client": "6.15.6",
1616
"@sanity/preview-kit": "workspace:*",
1717
"@sanity/visual-editing": "1.8.2",
1818
"@vercel/remix": "2.8.1",
19-
"groq": "3.34.0",
19+
"groq": "3.35.0",
2020
"groqd": "0.15.10",
2121
"isbot": "latest",
2222
"react": "18.2.0",

apps/studio/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@
88
},
99
"dependencies": {
1010
"@faker-js/faker": "8.4.1",
11-
"@sanity/client": "6.15.5",
11+
"@sanity/client": "6.15.6",
1212
"@sanity/icons": "2.11.2",
1313
"@sanity/presentation": "1.11.8",
1414
"@sanity/preview-kit": "workspace:*",
1515
"@sanity/ui": "2.0.10",
16-
"@sanity/vision": "3.34.0",
16+
"@sanity/vision": "3.35.0",
1717
"@types/react": "^18.2.67",
1818
"@types/react-dom": "^18.2.22",
1919
"esbuild": "^0.20.2",
2020
"esbuild-register": "^3.5.0",
2121
"eslint": "^8.57.0",
22-
"groq": "3.34.0",
22+
"groq": "3.35.0",
2323
"groqd-playground": "0.0.18",
2424
"react": "18.2.0",
2525
"react-dom": "18.2.0",
26-
"sanity": "3.34.0",
27-
"sanity-plugin-iframe-pane": "3.1.5",
26+
"sanity": "3.35.0",
27+
"sanity-plugin-iframe-pane": "3.1.6",
2828
"styled-components": "6.1.8",
2929
"typescript": "^5.4.2"
3030
}

packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
"date-fns": "3.6.0",
5454
"@vercel/stega": "0.1.0",
5555
"bulma": "0.9.4",
56-
"groq": "3.34.0",
56+
"groq": "3.35.0",
5757
"groqd": "0.15.10"
5858
},
5959
"devDependencies": {
60-
"@sanity/pkg-utils": "5.0.4",
60+
"@sanity/pkg-utils": "5.1.0",
6161
"@types/react": "^18.2.67",
6262
"@types/react-dom": "^18.2.22",
6363
"@typescript-eslint/eslint-plugin": "^7.3.1",

0 commit comments

Comments
 (0)