Skip to content

Commit e6bae23

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

File tree

6 files changed

+388
-405
lines changed

6 files changed

+388
-405
lines changed

apps/next-app-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@sanity/client": "6.22.5",
1616
"@sanity/preview-kit": "workspace:*",
1717
"bulma": "0.9.4",
18-
"groq": "3.64.3",
18+
"groq": "3.65.0",
1919
"groqd": "0.15.12",
2020
"next": "15.0.3",
2121
"next-sanity": "9.8.16",
@@ -30,7 +30,7 @@
3030
"@types/react": "^18.3.12",
3131
"@types/react-dom": "^18.3.1",
3232
"eslint-config-next": "15.0.3",
33-
"typescript": "^5.6.3"
33+
"typescript": "^5.7.2"
3434
},
3535
"engines": {
3636
"node": ">=14"

apps/next-pages-router/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"dependencies": {
1515
"@sanity/client": "6.22.5",
1616
"@sanity/preview-kit": "workspace:*",
17-
"@sanity/visual-editing": "2.8.0",
17+
"@sanity/visual-editing": "2.10.0",
1818
"bulma": "0.9.4",
19-
"groq": "3.64.3",
19+
"groq": "3.65.0",
2020
"groqd": "0.15.12",
2121
"next": "15.0.3",
2222
"react": "18.3.1",
@@ -29,7 +29,7 @@
2929
"@types/react": "^18.3.12",
3030
"@types/react-dom": "^18.3.1",
3131
"eslint-config-next": "15.0.3",
32-
"typescript": "^5.6.3"
32+
"typescript": "^5.7.2"
3333
},
3434
"engines": {
3535
"node": ">=14"

apps/remix/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"@remix-run/react": "2.15.0",
1515
"@sanity/client": "6.22.5",
1616
"@sanity/preview-kit": "workspace:*",
17-
"@sanity/visual-editing": "2.8.0",
17+
"@sanity/visual-editing": "2.10.0",
1818
"@vercel/remix": "2.15.0",
19-
"groq": "3.64.3",
19+
"groq": "3.65.0",
2020
"groqd": "0.15.12",
2121
"isbot": "latest",
2222
"react": "18.3.1",
@@ -31,7 +31,7 @@
3131
"@types/react-dom": "^18.3.1",
3232
"@typescript-eslint/eslint-plugin": "^8.16.0",
3333
"eslint": "^8.57.1",
34-
"typescript": "^5.6.3"
34+
"typescript": "^5.7.2"
3535
},
3636
"engines": {
3737
"node": ">=14"

apps/studio/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
"@faker-js/faker": "8.4.1",
1111
"@sanity/client": "6.22.5",
1212
"@sanity/icons": "3.4.0",
13-
"@sanity/presentation": "1.18.5",
13+
"@sanity/presentation": "1.19.0",
1414
"@sanity/preview-kit": "workspace:*",
1515
"@sanity/ui": "2.8.25",
16-
"@sanity/vision": "3.64.3",
16+
"@sanity/vision": "3.65.0",
1717
"@types/react": "^18.3.12",
1818
"@types/react-dom": "^18.3.1",
1919
"esbuild": "^0.24.0",
2020
"esbuild-register": "^3.6.0",
2121
"eslint": "^8.57.1",
22-
"groq": "3.64.3",
22+
"groq": "3.65.0",
2323
"groqd-playground": "0.0.20",
2424
"react": "18.3.1",
2525
"react-dom": "18.3.1",
26-
"sanity": "3.64.3",
26+
"sanity": "3.65.0",
2727
"sanity-plugin-iframe-pane": "3.1.6",
2828
"styled-components": "6.1.13",
29-
"typescript": "^5.6.3"
29+
"typescript": "^5.7.2"
3030
}
3131
}

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
"date-fns": "4.1.0",
5050
"@vercel/stega": "0.1.2",
5151
"bulma": "0.9.4",
52-
"groq": "3.64.3",
52+
"groq": "3.65.0",
5353
"groqd": "0.15.12"
5454
},
5555
"devDependencies": {
56-
"@sanity/pkg-utils": "6.11.12",
56+
"@sanity/pkg-utils": "6.11.13",
5757
"@types/react": "^18.3.12",
5858
"@types/react-dom": "^18.3.1",
5959
"@typescript-eslint/eslint-plugin": "^8.16.0",
@@ -67,7 +67,7 @@
6767
"eslint-plugin-simple-import-sort": "^12.1.1",
6868
"react": "18.3.1",
6969
"rimraf": "5.0.1",
70-
"typescript": "5.6.3"
70+
"typescript": "5.7.2"
7171
},
7272
"peerDependencies": {
7373
"react": "^18.0.0"

0 commit comments

Comments
 (0)