Skip to content

Commit 9ee3524

Browse files
committed
chore: update packages
1 parent e38c7b8 commit 9ee3524

File tree

3 files changed

+856
-535
lines changed

3 files changed

+856
-535
lines changed

apps/client/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"@radix-ui/react-slot": "^1.2.3",
3636
"@radix-ui/react-switch": "^1.2.5",
3737
"@radix-ui/react-tooltip": "^1.2.7",
38-
"@sentry/nextjs": "^9.30.0",
39-
"@uiw/codemirror-theme-github": "^4.23.13",
38+
"@sentry/nextjs": "^9.40.0",
39+
"@uiw/codemirror-theme-github": "^4.24.1",
4040
"@vercel/analytics": "^1.5.0",
4141
"class-variance-authority": "^0.7.1",
4242
"clsx": "^2.1.1",
@@ -46,13 +46,13 @@
4646
"lucide-react": "^0.441.0",
4747
"monaco-editor": "^0.52.2",
4848
"motion": "^11.18.2",
49-
"next": "15.3.3",
49+
"next": "15.4.3",
5050
"next-themes": "^0.3.0",
5151
"qrcode.react": "^4.2.0",
5252
"react": "19.1.0",
5353
"react-device-detect": "^2.2.3",
5454
"react-dom": "19.1.0",
55-
"react-hook-form": "^7.58.1",
55+
"react-hook-form": "^7.61.0",
5656
"react-resizable-panels": "^2.1.9",
5757
"require-in-the-middle": "^7.5.2",
5858
"simple-peer": "^9.11.1",
@@ -61,20 +61,20 @@
6161
"tailwind-merge": "^2.6.0",
6262
"use-debounce": "^10.0.5",
6363
"vaul": "^1.1.2",
64-
"zod": "^3.25.67"
64+
"zod": "^3.25.76"
6565
},
6666
"devDependencies": {
6767
"@eslint/eslintrc": "^3.3.1",
68-
"@playwright/test": "^1.53.0",
68+
"@playwright/test": "^1.54.1",
6969
"@tailwindcss/typography": "^0.5.16",
70-
"@types/node": "^22.15.32",
70+
"@types/node": "^22.16.5",
7171
"@types/react": "19.0.2",
7272
"@types/react-dom": "19.0.2",
73-
"dotenv": "^16.5.0",
74-
"eslint": "^9.29.0",
75-
"eslint-config-next": "^15.3.3",
76-
"eslint-config-prettier": "^9.1.0",
77-
"monaco-themes": "^0.4.5",
73+
"dotenv": "^16.6.1",
74+
"eslint": "^9.31.0",
75+
"eslint-config-next": "^15.4.3",
76+
"eslint-config-prettier": "^9.1.2",
77+
"monaco-themes": "^0.4.6",
7878
"postcss": "^8.5.6",
7979
"tailwindcss": "^3.4.17",
8080
"tailwindcss-animate": "^1.0.7",

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,22 @@
3131
"devDependencies": {
3232
"@commitlint/cli": "^19.8.1",
3333
"@commitlint/config-conventional": "^19.8.1",
34-
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
34+
"@ianvs/prettier-plugin-sort-imports": "^4.5.1",
35+
"@prettier/plugin-oxc": "^0.0.4",
3536
"@types/simple-peer": "^9.11.8",
3637
"husky": "^9.1.7",
3738
"lint-staged": "^15.5.2",
38-
"prettier": "^3.5.3",
39+
"prettier": "^3.6.2",
3940
"prettier-plugin-classnames": "^0.7.9",
4041
"prettier-plugin-merge": "^0.7.4",
41-
"prettier-plugin-tailwindcss": "^0.6.12",
42+
"prettier-plugin-tailwindcss": "^0.6.14",
4243
"rimraf": "^6.0.1",
43-
"turbo": "^2.5.4",
44+
"turbo": "^2.5.5",
4445
"typescript": "^5.8.3"
4546
},
4647
"optionalDependencies": {
4748
"bufferutil": "^4.0.9",
4849
"utf-8-validate": "^6.0.5"
4950
},
50-
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af"
51+
"packageManager": "pnpm@10.14.0-0+sha512.2cd47a0cbf5f1d1de7693a88307a0ede5be94e0d3b34853d800ee775efbea0650cb562b77605ec80bc8d925f5cd27c4dfe8bb04d3a0b76090784c664450d32d6"
5152
}

0 commit comments

Comments
 (0)