Skip to content

Commit 0dc9bee

Browse files
chore(deps): update app dependencies
1 parent 35c99a2 commit 0dc9bee

File tree

11 files changed

+601
-1025
lines changed

11 files changed

+601
-1025
lines changed

Diff for: apps/astro/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"prettier": "@repo/prettier-config",
1414
"dependencies": {
1515
"@astrojs/check": "^0.9.4",
16-
"@astrojs/react": "^4.1.1",
17-
"@astrojs/tailwind": "^5.1.3",
16+
"@astrojs/react": "^4.1.2",
17+
"@astrojs/tailwind": "^5.1.4",
1818
"@astrojs/vercel": "^8.0.1",
1919
"@repo/env": "workspace:*",
2020
"@repo/studio-url": "workspace:*",
@@ -23,11 +23,11 @@
2323
"@sanity/image-url": "^1.1.0",
2424
"@sanity/visual-editing": "workspace:*",
2525
"@vercel/stega": "^0.1.2",
26-
"astro": "^5.1.0",
26+
"astro": "^5.1.1",
2727
"astro-portabletext": "^0.11.0",
2828
"react": "^18.3.1",
2929
"react-dom": "^18.3.1",
30-
"sanity": "3.68.1",
30+
"sanity": "3.68.3",
3131
"tailwindcss": "^3.4.17",
3232
"typescript": "5.7.2"
3333
},

Diff for: apps/live-next/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -17,34 +17,34 @@
1717
"@repo/env": "workspace:*",
1818
"@repo/sanity-extracted-schema": "workspace:*",
1919
"@repo/studio-url": "workspace:*",
20-
"@sanity/image-url": "^1.0.2",
20+
"@sanity/image-url": "^1.1.0",
2121
"@sanity/next-loader": "workspace:*",
2222
"@sanity/preview-url-secret": "workspace:*",
2323
"@sanity/visual-editing": "workspace:*",
2424
"@tailwindcss/typography": "^0.5.15",
2525
"@types/node": "^20.14.13",
26-
"@types/react": "^18.3.11",
27-
"@types/react-dom": "^18.3.1",
28-
"@vercel/speed-insights": "^1.0.12",
26+
"@types/react": "^18.3.18",
27+
"@types/react-dom": "^18.3.5",
28+
"@vercel/speed-insights": "^1.1.0",
2929
"autoprefixer": "^10.4.20",
3030
"babel-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241016",
3131
"date-fns": "^4.1.0",
32-
"framer-motion": "12.0.0-alpha.1",
33-
"next": "15.0.0-canary.202",
32+
"framer-motion": "12.0.0-alpha.2",
33+
"next": "15.1.1-canary.17",
3434
"next-live-transitions": "workspace:*",
35-
"next-sanity": "9.7.0-canary.23",
36-
"postcss": "^8.4.47",
37-
"react": "19.0.0-rc-fb9a90fa48-20240614",
38-
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
35+
"next-sanity": "9.8.30",
36+
"postcss": "^8.4.49",
37+
"react": "19.0.0",
38+
"react-dom": "19.0.0",
3939
"server-only": "^0.0.1",
40-
"tailwindcss": "^3.4.14",
41-
"typescript": "5.6.3"
40+
"tailwindcss": "^3.4.17",
41+
"typescript": "5.7.2"
4242
},
4343
"devDependencies": {
44-
"@next/bundle-analyzer": "15.0.0-canary.202",
44+
"@next/bundle-analyzer": "15.1.1-canary.17",
4545
"@repo/prettier-config": "workspace:*",
4646
"eslint": "^8.57.1",
47-
"eslint-config-next": "15.0.0-canary.202",
47+
"eslint-config-next": "15.1.1-canary.17",
4848
"eslint-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241016"
4949
}
5050
}

Diff for: apps/next-with-i18n/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"@sanity/client": "^6.24.1",
2121
"@sanity/next-loader": "workspace:*",
2222
"@sanity/preview-url-secret": "workspace:*",
23-
"@sanity/vision": "^3.68.1",
23+
"@sanity/vision": "^3.68.3",
2424
"@tailwindcss/typography": "0.5.15",
2525
"@tinloof/sanity-studio": "1.5.0",
2626
"classnames": "2.5.1",
2727
"lucide-react": "^0.469.0",
2828
"next": "latest",
29-
"next-sanity": "^9.8.28",
29+
"next-sanity": "^9.8.30",
3030
"react": "^18.3.1",
3131
"react-dom": "^18.3.1",
32-
"sanity": "^3.68.1",
32+
"sanity": "^3.68.3",
3333
"server-only": "0.0.1"
3434
},
3535
"devDependencies": {

Diff for: apps/next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint": "^8.57.1",
3232
"eslint-config-next": "latest",
3333
"next": "latest",
34-
"next-sanity": "9.8.28",
34+
"next-sanity": "9.8.30",
3535
"postcss": "8.4.49",
3636
"react": "^18.3.1",
3737
"react-dom": "^18.3.1",

Diff for: apps/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"prettier": "@repo/prettier-config",
1212
"dependencies": {
13-
"@nuxtjs/sanity": "^1.13.2",
13+
"@nuxtjs/sanity": "^1.13.3",
1414
"@nuxtjs/tailwindcss": "^6.12.2",
1515
"@repo/env": "workspace:*",
1616
"@repo/studio-url": "workspace:*",
1717
"@sanity/client": "^6.24.1",
1818
"@sanity/presentation": "workspace:*",
1919
"@sanity/preview-url-secret": "workspace:*",
2020
"@sanity/visual-editing": "workspace:*",
21-
"sanity": "^3.68.1"
21+
"sanity": "^3.68.3"
2222
},
2323
"devDependencies": {
2424
"@nuxt/devtools": "^1.6.4",

Diff for: apps/page-builder-demo/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"@repo/prettier-config": "workspace:*",
2222
"@repo/sanity-extracted-schema": "workspace:*",
2323
"@repo/studio-url": "workspace:*",
24-
"@sanity/cli": "^3.68.1",
24+
"@sanity/cli": "^3.68.3",
2525
"@sanity/demo": "^2.0.0",
2626
"@sanity/image-url": "^1.1.0",
2727
"@sanity/next-loader": "workspace:*",
2828
"@sanity/preview-kit-compat": "workspace:*",
2929
"@sanity/preview-url-secret": "workspace:*",
30-
"@sanity/util": "3.68.1",
30+
"@sanity/util": "3.68.3",
3131
"@sanity/visual-editing": "workspace:*",
3232
"@tailwindcss/typography": "^0.5.15",
3333
"@types/node": "20.8.7",
@@ -40,7 +40,7 @@
4040
"eslint-config-next": "latest",
4141
"eslint-plugin-react-compiler": "19.0.0-beta-201e55d-20241215",
4242
"next": "latest",
43-
"next-sanity": "9.8.28",
43+
"next-sanity": "9.8.30",
4444
"postcss": "8.4.49",
4545
"react": "^18.3.1",
4646
"react-dom": "^18.3.1",

Diff for: apps/remix/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,38 @@
99
},
1010
"prettier": "@repo/prettier-config",
1111
"dependencies": {
12-
"@portabletext/react": "^3.1.0",
13-
"@remix-run/css-bundle": "^2.13.1",
14-
"@remix-run/node": "^2.13.1",
15-
"@remix-run/react": "^2.13.1",
16-
"@remix-run/serve": "^2.13.1",
12+
"@portabletext/react": "^3.2.0",
13+
"@remix-run/css-bundle": "^2.15.2",
14+
"@remix-run/node": "^2.15.2",
15+
"@remix-run/react": "^2.15.2",
16+
"@remix-run/serve": "^2.15.2",
1717
"@repo/env": "workspace:*",
1818
"@repo/studio-url": "workspace:*",
19-
"@sanity/image-url": "^1.0.2",
19+
"@sanity/image-url": "^1.1.0",
2020
"@sanity/react-loader": "workspace:*",
2121
"@sanity/visual-editing": "workspace:*",
2222
"@tailwindcss/typography": "^0.5.15",
23-
"@vercel/remix": "^2.12.0",
23+
"@vercel/remix": "^2.15.2",
2424
"@vercel/stega": "0.1.2",
25-
"isbot": "^5.1.17",
25+
"isbot": "^5.1.18",
2626
"react": "^18.3.1",
2727
"react-dom": "^18.3.1",
2828
"react-fast-compare": "^3.2.2",
2929
"react-live-transitions": "workspace:*",
3030
"source-map-support": "^0.5.21"
3131
},
3232
"devDependencies": {
33-
"@remix-run/dev": "^2.13.1",
34-
"@remix-run/eslint-config": "^2.13.1",
33+
"@remix-run/dev": "^2.15.2",
34+
"@remix-run/eslint-config": "^2.15.2",
3535
"@repo/prettier-config": "workspace:*",
36-
"@types/react": "^18.3.11",
37-
"@types/react-dom": "^18.3.1",
36+
"@types/react": "^18.3.18",
37+
"@types/react-dom": "^18.3.5",
3838
"@types/source-map-support": "^0.5.10",
3939
"eslint": "^8.57.1",
40-
"tailwindcss": "^3.4.14",
41-
"typescript": "5.6.3",
42-
"vite": "^5.4.9",
43-
"vite-tsconfig-paths": "^5.0.1"
40+
"tailwindcss": "^3.4.17",
41+
"typescript": "5.7.2",
42+
"vite": "^5.4.11",
43+
"vite-tsconfig-paths": "^5.1.4"
4444
},
4545
"engines": {
4646
"node": "20.x"

Diff for: apps/studio/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"@sanity/presentation": "workspace:*",
1313
"@sanity/preview-url-secret": "workspace:*",
1414
"@sanity/ui": "2.10.12",
15-
"@sanity/vision": "^3.68.1",
15+
"@sanity/vision": "^3.68.3",
1616
"@types/react": "^18.3.18",
1717
"@types/react-dom": "^18.3.5",
1818
"@vercel/stega": "0.1.2",
1919
"react": "^18.3.1",
2020
"react-compiler-runtime": "19.0.0-beta-201e55d-20241215",
2121
"react-dom": "^18.3.1",
22-
"sanity": "^3.68.1",
22+
"sanity": "^3.68.3",
2323
"styled-components": "6.1.13",
2424
"typescript": "5.7.2"
2525
},

Diff for: apps/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@sanity/svelte-loader": "workspace:*",
2828
"@sanity/visual-editing": "workspace:*",
2929
"@sveltejs/adapter-auto": "^3.3.1",
30-
"@sveltejs/kit": "^2.13.0",
30+
"@sveltejs/kit": "^2.15.0",
3131
"@sveltejs/vite-plugin-svelte": "^3.1.2",
3232
"@types/cookie": "^0.6.0",
3333
"@typescript-eslint/eslint-plugin": "^7.18.0",

Diff for: packages/comlink/playground/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"typecheck": "tsc"
1212
},
1313
"dependencies": {
14-
"@remix-run/node": "^2.15.1",
15-
"@remix-run/react": "^2.15.1",
16-
"@remix-run/serve": "^2.15.1",
14+
"@remix-run/node": "^2.15.2",
15+
"@remix-run/react": "^2.15.2",
16+
"@remix-run/serve": "^2.15.2",
1717
"@sanity/comlink": "workspace:*",
1818
"@xstate/react": "^5.0.0",
1919
"isbot": "^5.1.18",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1"
2222
},
2323
"devDependencies": {
24-
"@remix-run/dev": "^2.15.1",
24+
"@remix-run/dev": "^2.15.2",
2525
"@types/react": "^18.3.18",
2626
"@types/react-dom": "^18.3.5",
2727
"@typescript-eslint/eslint-plugin": "^7.18.0",

0 commit comments

Comments
 (0)