Skip to content

Commit 494d938

Browse files
committed
chore: update packages
1 parent e966821 commit 494d938

File tree

6 files changed

+1376
-1291
lines changed

6 files changed

+1376
-1291
lines changed

apps/cms/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
"dependencies": {
55
"@sanity/icons": "3.7.4",
66
"@sanity/image-url": "1.2.0",
7-
"@sanity/vision": "4.10.1",
7+
"@sanity/vision": "4.11.0",
88
"@t3-oss/env-core": "0.13.8",
99
"@t3-oss/env-nextjs": "0.13.8",
10-
"groq": "4.10.1",
11-
"next-sanity": "11.4.2",
12-
"react": "19.1.1",
13-
"react-dom": "19.1.1",
14-
"sanity": "4.10.1",
10+
"groq": "4.11.0",
11+
"next-sanity": "11.5.6",
12+
"react": "19.2.0",
13+
"react-dom": "19.2.0",
14+
"sanity": "4.11.0",
1515
"sanity-plugin-media": "4.0.0",
1616
"styled-components": "6.1.19",
1717
"zod": "4.1.12"
1818
},
1919
"devDependencies": {
2020
"@company/config-typescript": "workspace:*",
2121
"@sanity/assist": "5.0.0",
22-
"@sanity/client": "7.11.2",
23-
"@types/react": "19.1.16",
22+
"@sanity/client": "7.12.0",
23+
"@types/react": "19.2.2",
2424
"chokidar-cli": "3.0.0",
2525
"typescript": "5.9.3"
2626
},

apps/docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.0",
44
"dependencies": {
55
"@company/ui": "workspace:*",
6-
"react": "19.1.1",
7-
"react-dom": "19.1.1"
6+
"react": "19.2.0",
7+
"react-dom": "19.2.0"
88
},
99
"devDependencies": {
1010
"@chromatic-com/storybook": "4.1.1",
@@ -18,12 +18,12 @@
1818
"@storybook/addon-vitest": "9.1.13",
1919
"@storybook/nextjs-vite": "9.1.13",
2020
"@tailwindcss/vite": "4.1.16",
21-
"@types/node": "24.6.0",
22-
"@types/react": "19.1.16",
23-
"@types/react-dom": "19.1.9",
21+
"@types/node": "24.9.1",
22+
"@types/react": "19.2.2",
23+
"@types/react-dom": "19.2.2",
2424
"@vitest/browser": "3.2.4",
2525
"next": "15.5.4",
26-
"playwright": "1.55.1",
26+
"playwright": "1.56.1",
2727
"storybook": "9.1.13",
2828
"styled-jsx": "5.1.7",
2929
"typescript": "5.9.3",

apps/web/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"@next/bundle-analyzer": "15.5.4",
88
"@sanity/asset-utils": "2.3.0",
99
"next": "15.5.4",
10-
"next-sanity": "11.4.2",
10+
"next-sanity": "11.5.6",
1111
"postcss": "8.5.6",
12-
"react": "19.1.1",
13-
"react-dom": "19.1.1",
12+
"react": "19.2.0",
13+
"react-dom": "19.2.0",
1414
"zod": "4.1.12"
1515
},
1616
"devDependencies": {
@@ -19,9 +19,9 @@
1919
"@tailwindcss/postcss": "4.1.16",
2020
"@testing-library/dom": "10.4.1",
2121
"@testing-library/react": "16.3.0",
22-
"@types/node": "24.6.0",
23-
"@types/react": "19.1.16",
24-
"@types/react-dom": "19.1.9",
22+
"@types/node": "24.9.1",
23+
"@types/react": "19.2.2",
24+
"@types/react-dom": "19.2.2",
2525
"@vitejs/plugin-react": "5.0.4",
2626
"jsdom": "27.0.1",
2727
"typescript": "5.9.3",

packages/migration/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"devDependencies": {
55
"@company/config-typescript": "workspace:*",
66
"@portabletext/block-tools": "3.5.12",
7-
"@sanity/migrate": "4.10.1",
7+
"@sanity/migrate": "4.11.0",
88
"html-entities": "2.6.0",
99
"jsdom": "27.0.1",
10-
"p-limit": "7.1.1",
11-
"sanity": "4.10.1"
10+
"p-limit": "7.2.0",
11+
"sanity": "4.11.0"
1212
},
1313
"scripts": {
1414
"check-types": "tsc",

packages/ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"@portabletext/react": "4.0.3",
88
"@sanity/asset-utils": "2.3.0",
99
"next": "15.5.4",
10-
"next-sanity": "11.4.2",
11-
"react": "19.1.1",
12-
"react-dom": "19.1.1",
10+
"next-sanity": "11.5.6",
11+
"react": "19.2.0",
12+
"react-dom": "19.2.0",
1313
"tailwind-merge": "3.3.1",
1414
"tailwind-variants": "3.1.1"
1515
},
1616
"devDependencies": {
1717
"@company/cms": "workspace:*",
1818
"@company/config-typescript": "workspace:*",
19-
"@types/react": "19.1.16",
20-
"@types/react-dom": "19.1.9",
19+
"@types/react": "19.2.2",
20+
"@types/react-dom": "19.2.2",
2121
"typescript": "5.9.3",
2222
"vitest": "3.2.4"
2323
},

0 commit comments

Comments
 (0)