Skip to content

Commit 1876ee6

Browse files
fix(deps): update @biomejs packages (#8129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dbc7021 commit 1876ee6

File tree

5 files changed

+79
-170
lines changed

5 files changed

+79
-170
lines changed

packages/@biomejs/backend-jsonrpc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
},
3737
"license": "MIT OR Apache-2.0",
3838
"devDependencies": {
39-
"@types/node": "22.17.1",
40-
"typescript": "5.9.2",
41-
"vite": "7.1.11",
39+
"@types/node": "22.19.1",
40+
"typescript": "5.9.3",
41+
"vite": "7.2.2",
4242
"vitest": "3.2.4"
4343
},
4444
"publishConfig": {

packages/@biomejs/js-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"@biomejs/wasm-bundler": "workspace:*",
6969
"@biomejs/wasm-nodejs": "workspace:*",
7070
"@biomejs/wasm-web": "workspace:*",
71-
"typescript": "5.9.2",
72-
"vite": "7.1.11",
71+
"typescript": "5.9.3",
72+
"vite": "7.2.2",
7373
"vitest": "3.2.4"
7474
},
7575
"peerDependencies": {

packages/aria-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"type": "module",
1212
"dependencies": {
13-
"happy-dom": "^20.0.0"
13+
"happy-dom": "^20.0.10"
1414
}
1515
}

packages/tailwindcss-config-analyzer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"author": "Dani Guardiola",
88
"type": "module",
99
"dependencies": {
10-
"tailwindcss": "^4.1.11"
10+
"tailwindcss": "^4.1.17"
1111
},
1212
"scripts": {
1313
"build": "tsc",
1414
"execute": "node dist/generate-tailwind-preset.js"
1515
},
1616
"devDependencies": {
17-
"@types/node": "22.17.1",
17+
"@types/node": "22.19.1",
1818
"read-package-up": "11.0.0",
19-
"typescript": "5.9.2"
19+
"typescript": "5.9.3"
2020
}
2121
}

0 commit comments

Comments
 (0)