Skip to content

Commit

Permalink
Update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Sep 22, 2024
1 parent cbe6fea commit 233c2a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ci": "biome ci . && installed-check --no-include-workspace-root --ignore-dev"
},
"devDependencies": {
"@biomejs/biome": "1.9.1",
"@biomejs/biome": "1.9.2",
"installed-check": "^9.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
},
"dependencies": {
"@astro-community/astro-embed-youtube": "0.5.3",
"@astrojs/starlight": "0.27.1",
"@astrojs/starlight": "0.28.2",
"sharp": "0.33.5"
},
"devDependencies": {
"@astrojs/check": "0.9.3",
"@astrojs/markdown-remark": "^5.2.0",
"@types/mdast": "4.0.4",
"@types/unist": "3.0.3",
"astro": "4.15.7",
"astro": "4.15.8",
"hastscript": "9.0.0",
"picocolors": "^1.1.0",
"rehype-autolink-headings": "^7.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/knip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"picocolors": "^1.0.0",
"picomatch": "^4.0.1",
"pretty-ms": "^9.0.0",
"smol-toml": "^1.1.4",
"smol-toml": "^1.3.0",
"strip-json-comments": "5.0.1",
"summary": "2.1.0",
"zod": "^3.22.4",
Expand All @@ -85,14 +85,14 @@
"devDependencies": {
"@jest/types": "^29.6.3",
"@release-it/bumper": "^6.0.1",
"@types/bun": "^1.1.9",
"@types/bun": "^1.1.10",
"@types/js-yaml": "^4.0.9",
"@types/minimist": "^1.2.5",
"@types/picomatch": "3.0.1",
"@types/webpack": "^5.28.5",
"@wdio/types": "^9.0.8",
"glob": "^10.4.2",
"release-it": "^17.4.1",
"release-it": "^17.6.0",
"type-fest": "^4.20.0",
"typescript": "^5.5.2"
},
Expand Down

0 comments on commit 233c2a0

Please sign in to comment.