Skip to content

Commit 5fc4f56

Browse files
committed
chore: update package dependencies and versions across multiple packages to improve compatibility and performance
1 parent 4ea33ea commit 5fc4f56

14 files changed

Lines changed: 1237 additions & 1934 deletions

File tree

example/next-app/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"react": "19.1.0",
13-
"react-dom": "19.1.0",
14-
"next": "15.4.6"
12+
"next": "15.4.7",
13+
"react": "19.1.1",
14+
"react-dom": "19.1.1"
1515
},
1616
"devDependencies": {
17-
"typescript": "^5",
18-
"@types/node": "^20",
19-
"@types/react": "^19",
20-
"@types/react-dom": "^19",
21-
"@tailwindcss/postcss": "^4",
22-
"tailwindcss": "^4",
23-
"eslint": "^9",
24-
"eslint-config-next": "15.4.6",
17+
"@browser-echo/next": "workspace:*",
2518
"@eslint/eslintrc": "^3",
26-
"@browser-echo/next": "workspace:*"
19+
"@tailwindcss/postcss": "^4.1.12",
20+
"@types/node": "^24.3.0",
21+
"@types/react": "^19.1.10",
22+
"@types/react-dom": "^19.1.7",
23+
"eslint": "^9",
24+
"eslint-config-next": "15.4.7",
25+
"tailwindcss": "^4.1.12",
26+
"typescript": "^5.9.2"
2727
}
2828
}

example/react-vite-app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"react": "^19.0.0",
14-
"react-dom": "^19.0.0"
13+
"react": "^19.1.1",
14+
"react-dom": "^19.1.1"
1515
},
1616
"devDependencies": {
1717
"@browser-echo/vite": "workspace:*",
1818
"@eslint/js": "^9.17.0",
19-
"@types/react": "^19.0.1",
20-
"@types/react-dom": "^19.0.2",
21-
"@vitejs/plugin-react": "^4.3.4",
19+
"@types/react": "^19.1.10",
20+
"@types/react-dom": "^19.1.7",
21+
"@vitejs/plugin-react": "^5.0.1",
2222
"eslint": "^9.17.0",
2323
"eslint-plugin-react-hooks": "^5.0.0",
2424
"eslint-plugin-react-refresh": "^0.4.16",
25-
"globals": "^15.14.0",
26-
"typescript": "~5.7.2",
27-
"vite": "^7.0.0"
25+
"globals": "^16.3.0",
26+
"typescript": "~5.9.2",
27+
"vite": "^7.1.3"
2828
}
2929
}

example/tanstack-app/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
"start": "node .output/server/index.mjs"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "^1.131.5",
13-
"@tanstack/react-router-devtools": "^1.131.5",
14-
"@tanstack/react-start": "^1.131.5",
15-
"react": "^19.0.0",
16-
"react-dom": "^19.0.0",
17-
"tailwind-merge": "^2.6.0",
18-
"zod": "^3.24.2"
12+
"@tanstack/react-router": "^1.131.27",
13+
"@tanstack/react-router-devtools": "^1.131.27",
14+
"@tanstack/react-start": "^1.131.27",
15+
"react": "^19.1.1",
16+
"react-dom": "^19.1.1",
17+
"tailwind-merge": "^3.3.1",
18+
"zod": "^4.0.17"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^22.5.4",
22-
"@types/react": "^19.0.8",
23-
"@types/react-dom": "^19.0.3",
24-
"@vitejs/plugin-react": "^4.6.0",
21+
"@browser-echo/vite": "workspace:*",
22+
"@types/node": "^24.3.0",
23+
"@types/react": "^19.1.10",
24+
"@types/react-dom": "^19.1.7",
25+
"@vitejs/plugin-react": "^5.0.1",
2526
"autoprefixer": "^10.4.20",
2627
"postcss": "^8.5.1",
27-
"tailwindcss": "^3.4.17",
28-
"typescript": "^5.7.2",
29-
"vite": "^6.3.5",
30-
"@browser-echo/vite": "workspace:*",
28+
"tailwindcss": "^4.1.12",
29+
"typescript": "^5.9.2",
30+
"vite": "^7.1.3",
3131
"vite-tsconfig-paths": "^5.1.4"
3232
}
3333
}

example/vue-vite-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"vue": "^3.5.13"
12+
"vue": "^3.5.18"
1313
},
1414
"devDependencies": {
1515
"@browser-echo/vite": "workspace:*",
16-
"@vitejs/plugin-vue": "^5.2.1",
17-
"typescript": "~5.7.2",
18-
"vite": "^7.0.0",
19-
"vue-tsc": "^2.1.10"
16+
"@vitejs/plugin-vue": "^6.0.1",
17+
"typescript": "~5.9.2",
18+
"vite": "^7.1.3",
19+
"vue-tsc": "^3.0.5"
2020
}
2121
}

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,22 @@
66
"build": "pnpm -r --filter @browser-echo/* run build",
77
"dev": "pnpm -r --filter @browser-echo/* run dev",
88
"clean": "pnpm -r --filter @browser-echo/* run clean",
9+
"cleanup": "pnpm tsx scripts/cleanup.ts",
910
"test": "vitest run --reporter=dot",
1011
"test:watch": "vitest",
1112
"lint": "eslint ."
1213
},
1314
"devDependencies": {
14-
"@types/node": "^24.2.1",
15+
"@types/node": "^24.3.0",
1516
"eslint": "^9.5.0",
1617
"jsdom": "^26.1.0",
17-
"typescript": "^5.5.4",
18-
"unbuild": "^2.0.0",
19-
"vitest": "^2.0.5"
18+
"tsx": "^4.20.4",
19+
"typescript": "^5.9.2",
20+
"unbuild": "^3.6.1",
21+
"vitest": "^3.2.4"
2022
},
2123
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
2224
"dependencies": {
23-
"glob": "^11.0.3",
24-
"tsx": "^4.20.3"
25+
"glob": "^11.0.3"
2526
}
2627
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"test": "vitest run packages/core"
3737
},
3838
"devDependencies": {
39-
"unbuild": "^2.0.0",
40-
"typescript": "^5.5.4"
39+
"typescript": "^5.9.2",
40+
"unbuild": "^3.6.1"
4141
}
4242
}

packages/mcp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
},
2222
"dependencies": {
2323
"@modelcontextprotocol/sdk": "^1.17.2",
24-
"zod": "^3.24.2"
24+
"zod": "^4.0.17"
2525
},
2626
"devDependencies": {
27-
"typescript": "^5.5.4",
28-
"unbuild": "^2.0.0"
27+
"typescript": "^5.9.2",
28+
"unbuild": "^3.6.1"
2929
},
3030
"scripts": {
3131
"build": "unbuild",

packages/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"test": "vitest run packages/next"
5252
},
5353
"devDependencies": {
54-
"unbuild": "^2.0.0",
55-
"typescript": "^5.5.4"
54+
"typescript": "^5.9.2",
55+
"unbuild": "^3.6.1"
5656
}
5757
}

packages/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"h3": "^1.15.4",
39-
"typescript": "^5.5.4",
40-
"unbuild": "^2.0.0"
39+
"typescript": "^5.9.2",
40+
"unbuild": "^3.6.1"
4141
}
4242
}

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test": "vitest run packages/react"
3636
},
3737
"devDependencies": {
38-
"unbuild": "^2.0.0",
39-
"typescript": "^5.5.4"
38+
"typescript": "^5.9.2",
39+
"unbuild": "^3.6.1"
4040
}
4141
}

0 commit comments

Comments
 (0)