Skip to content

Commit 8e28373

Browse files
fix(deps): update the pnpm group
1 parent c033e93 commit 8e28373

14 files changed

Lines changed: 893 additions & 986 deletions

File tree

apps/playgrounds/vite-legacy/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"@arkenv/vite-plugin": "workspace:*",
1313
"arkenv": "workspace:*",
1414
"arktype": "catalog:",
15-
"react": "19.2.1",
16-
"react-dom": "19.2.1"
15+
"react": "19.2.3",
16+
"react-dom": "19.2.3"
1717
},
1818
"devDependencies": {
19-
"@types/node": "24.10.2",
19+
"@types/node": "24.10.4",
2020
"@types/react": "19.2.7",
2121
"@types/react-dom": "19.2.3",
2222
"@vitejs/plugin-react": "5.1.2",

apps/playgrounds/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"globals": "catalog:",
2727
"rimraf": "catalog:",
2828
"typescript": "catalog:",
29-
"vite": "npm:rolldown-vite@7.2.10",
29+
"vite": "npm:rolldown-vite@7.2.11",
3030
"vite-tsconfig-paths": "catalog:"
3131
},
3232
"arkenvExamples": [

apps/www/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,30 @@
2020
"@radix-ui/react-separator": "1.1.8",
2121
"@radix-ui/react-slot": "1.2.4",
2222
"@radix-ui/react-toast": "1.2.15",
23-
"@sentry/nextjs": "10.29.0",
23+
"@sentry/nextjs": "10.30.0",
2424
"@vercel/analytics": "1.6.1",
2525
"@vercel/speed-insights": "1.3.1",
2626
"arkdark": "5.4.2",
2727
"arkenv": "workspace:*",
28-
"arktype": "2.1.28",
28+
"arktype": "2.1.29",
2929
"class-variance-authority": "0.7.1",
3030
"clsx": "2.1.1",
31-
"fumadocs-core": "16.2.4",
32-
"fumadocs-mdx": "14.1.0",
31+
"fumadocs-core": "16.2.5",
32+
"fumadocs-mdx": "14.1.1",
3333
"fumadocs-twoslash": "3.1.10",
34-
"fumadocs-ui": "16.2.4",
34+
"fumadocs-ui": "16.2.5",
3535
"import-in-the-middle": "2.0.0",
3636
"lucide-react": "0.561.0",
3737
"next": "16.0.10",
3838
"next-themes": "0.4.6",
39-
"posthog-js": "1.302.2",
40-
"posthog-node": "5.17.2",
41-
"react": "19.2.1",
42-
"react-dom": "19.2.1",
39+
"posthog-js": "1.306.0",
40+
"posthog-node": "5.17.4",
41+
"react": "19.2.3",
42+
"react-dom": "19.2.3",
4343
"rehype-github-alerts": "4.2.0",
4444
"remark-gemoji": "8.0.0",
4545
"require-in-the-middle": "8.0.1",
46-
"shiki": "3.19.0",
46+
"shiki": "3.20.0",
4747
"tailwind-merge": "3.4.0",
4848
"tailwindcss-animate": "1.0.7",
4949
"twoslash": "0.3.4",
@@ -52,23 +52,23 @@
5252
"zod": "catalog:"
5353
},
5454
"devDependencies": {
55-
"@tailwindcss/postcss": "4.1.17",
55+
"@tailwindcss/postcss": "4.1.18",
5656
"@testing-library/dom": "10.4.1",
5757
"@testing-library/jest-dom": "6.9.1",
58-
"@testing-library/react": "16.3.0",
58+
"@testing-library/react": "16.3.1",
5959
"@testing-library/user-event": "14.6.1",
6060
"@types/mdx": "2.0.13",
6161
"@types/node": "catalog:",
6262
"@types/react": "catalog:",
6363
"@types/react-dom": "catalog:",
6464
"@vitejs/plugin-react": "catalog:",
6565
"concurrently": "catalog:",
66-
"jsdom": "27.2.0",
66+
"jsdom": "27.3.0",
6767
"next-video": "2.6.0",
6868
"postcss": "8.5.6",
6969
"rimraf": "catalog:",
7070
"styled-jsx": "5.1.7",
71-
"tailwindcss": "4.1.17",
71+
"tailwindcss": "4.1.18",
7272
"typescript": "catalog:",
7373
"vite-tsconfig-paths": "catalog:",
7474
"vitest": "catalog:"

examples/basic-js/package-lock.json

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"stackblitz": {
1919
"startCommand": "npm install && npm run dev:example"
2020
},
21-
"packageManager": "npm@11.6.4"
21+
"packageManager": "npm@11.7.0"
2222
}

examples/basic/package-lock.json

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"stackblitz": {
2727
"startCommand": "npm install && npm run dev:example"
2828
},
29-
"packageManager": "npm@11.6.4"
29+
"packageManager": "npm@11.7.0"
3030
}

examples/with-standard-schema/package-lock.json

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/with-standard-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"tsx": "^4.21.0",
2020
"typescript": "^5.9.3"
2121
},
22-
"packageManager": "npm@11.6.4"
22+
"packageManager": "npm@11.7.0"
2323
}

examples/with-vite-react/package-lock.json

Lines changed: 11 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)