Skip to content

Commit e92118f

Browse files
committed
fix: update all pacakges
1 parent ba8e0dc commit e92118f

File tree

7 files changed

+656
-671
lines changed

7 files changed

+656
-671
lines changed

apps/www/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@
1919
"contentlayer": "^0.3.4",
2020
"date-fns": "^4.1.0",
2121
"lucide-react": "^0.525.0",
22-
"next": "^15.4.6",
22+
"next": "^15.5.0",
2323
"next-contentlayer": "^0.3.4",
2424
"next-themes": "^0.4.6",
2525
"react": "^19.1.1",
2626
"react-dom": "^19.1.1",
27-
"react-syntax-highlighter": "^15.6.1",
27+
"react-syntax-highlighter": "^15.6.3",
2828
"rehype-highlight": "^7.0.2",
2929
"rehype-prism-plus": "^2.0.1",
3030
"rehype-slug": "^6.0.0",
3131
"remark-gfm": "3.0.1",
3232
"sonner": "^2.0.7"
3333
},
3434
"devDependencies": {
35-
"@types/node": "^24.2.0",
36-
"@types/react": "^19.1.9",
35+
"@types/node": "^24.3.0",
36+
"@types/react": "^19.1.10",
3737
"@types/react-dom": "^19.1.7",
3838
"@types/react-syntax-highlighter": "^15.5.13",
3939
"@workspace/eslint-config": "workspace:^",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"release": "pnpm build && changeset publish"
1313
},
1414
"devDependencies": {
15-
"@changesets/cli": "^2.29.5",
15+
"@changesets/cli": "^2.29.6",
1616
"@workspace/eslint-config": "workspace:*",
1717
"@workspace/typescript-config": "workspace:*",
1818
"prettier": "^3.6.2",
19-
"turbo": "^2.5.5",
19+
"turbo": "^2.5.6",
2020
"typescript": "5.8.3"
2121
},
2222
"packageManager": "pnpm@10.4.1",

packages/hooks/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"build:index": "node scripts/generate-index.js"
1414
},
1515
"dependencies": {
16-
"react": "^19.0.0"
16+
"react": "^19.1.1"
1717
},
1818
"devDependencies": {
19-
"@testing-library/jest-dom": "^6.6.3",
19+
"@testing-library/jest-dom": "^6.8.0",
2020
"@testing-library/react": "^16.3.0",
2121
"@types/jest": "^30.0.0",
22-
"@types/react": "^19.1.8",
23-
"fs-extra": "^11.2.0",
24-
"typescript": "^5.7.3"
22+
"@types/react": "^19.1.10",
23+
"fs-extra": "^11.3.1",
24+
"typescript": "^5.9.2"
2525
}
2626
}

packages/ui/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,33 @@
77
"lint": "eslint . --max-warnings 0"
88
},
99
"dependencies": {
10-
"@radix-ui/react-dialog": "^1.1.14",
11-
"@radix-ui/react-scroll-area": "^1.2.9",
10+
"@radix-ui/react-dialog": "^1.1.15",
11+
"@radix-ui/react-scroll-area": "^1.2.10",
1212
"@radix-ui/react-separator": "^1.1.7",
1313
"@radix-ui/react-slot": "^1.2.3",
14-
"@radix-ui/react-tooltip": "^1.2.7",
14+
"@radix-ui/react-tooltip": "^1.2.8",
1515
"class-variance-authority": "^0.7.1",
1616
"clsx": "^2.1.1",
1717
"cmdk": "^1.1.1",
1818
"lucide-react": "^0.475.0",
1919
"next-themes": "^0.4.6",
20-
"react": "^19.1.0",
21-
"react-dom": "^19.1.0",
22-
"sonner": "^2.0.6",
20+
"react": "^19.1.1",
21+
"react-dom": "^19.1.1",
22+
"sonner": "^2.0.7",
2323
"tailwind-merge": "^3.3.1",
24-
"tw-animate-css": "^1.3.5",
24+
"tw-animate-css": "^1.3.7",
2525
"zod": "^3.25.76"
2626
},
2727
"devDependencies": {
28-
"@tailwindcss/postcss": "^4.1.11",
29-
"@turbo/gen": "^2.5.5",
30-
"@types/node": "^20.19.9",
31-
"@types/react": "^19.1.8",
32-
"@types/react-dom": "^19.1.6",
28+
"@tailwindcss/postcss": "^4.1.12",
29+
"@turbo/gen": "^2.5.6",
30+
"@types/node": "^20.19.11",
31+
"@types/react": "^19.1.10",
32+
"@types/react-dom": "^19.1.7",
3333
"@workspace/eslint-config": "workspace:*",
3434
"@workspace/typescript-config": "workspace:*",
35-
"tailwindcss": "^4.1.11",
36-
"typescript": "^5.8.3"
35+
"tailwindcss": "^4.1.12",
36+
"typescript": "^5.9.2"
3737
},
3838
"exports": {
3939
"./globals.css": "./src/styles/globals.css",

packages/usehooks-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
"lint": "eslint . --max-warnings 0"
4141
},
4242
"dependencies": {
43+
"chalk": "^5.6.0",
4344
"commander": "^12.0.0",
44-
"prompts": "^2.4.2",
45-
"chalk": "^5.3.0",
46-
"ora": "^8.0.1",
47-
"fs-extra": "^11.2.0",
45+
"fs-extra": "^11.3.1",
4846
"node-fetch": "^3.3.2",
47+
"ora": "^8.0.1",
48+
"prompts": "^2.4.2",
4949
"zod": "^3.24.2"
5050
},
5151
"devDependencies": {
5252
"@types/fs-extra": "^11.0.4",
53+
"@types/node": "^20.19.11",
5354
"@types/prompts": "^2.4.9",
54-
"@types/node": "^20.11.0",
5555
"tsup": "^8.0.1",
56-
"typescript": "^5.7.3"
56+
"typescript": "^5.9.2"
5757
},
5858
"engines": {
5959
"node": ">=18.0.0"

packages/usehooks-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"node": ">=16.0.0"
3535
},
3636
"dependencies": {
37-
"@modelcontextprotocol/sdk": "^1.16.0",
37+
"@modelcontextprotocol/sdk": "^1.17.4",
3838
"node-fetch": "^3.3.2",
3939
"zod": "^3.22.4"
4040
},

0 commit comments

Comments
 (0)