Skip to content

Commit

Permalink
Update some (dev) dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed May 7, 2024
1 parent 67c03de commit c612138
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.7.1",
"@biomejs/biome": "1.7.3",
"installed-check": "^9.3.0"
}
}
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
},
"dependencies": {
"@astro-community/astro-embed-youtube": "0.5.2",
"@astrojs/starlight": "0.21.5",
"@astrojs/starlight": "0.22.2",
"sharp": "0.33.3"
},
"devDependencies": {
"@astrojs/check": "0.5.10",
"@astrojs/check": "0.6.0",
"@types/mdast": "4.0.3",
"@types/unist": "3.0.2",
"astro": "4.7.0",
"astro": "4.7.1",
"hastscript": "9.0.0",
"kleur": "4.1.5",
"remark-cli": "12.0.0",
"remark-cli": "12.0.1",
"remark-directive": "3.0.0",
"remark-frontmatter": "5.0.0",
"remark-parse": "11.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/knip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"devDependencies": {
"@jest/types": "^29.6.3",
"@release-it/bumper": "^6.0.1",
"@types/bun": "^1.1.0",
"@types/bun": "^1.1.1",
"@types/file-entry-cache": "5.0.4",
"@types/js-yaml": "^4.0.9",
"@types/minimist": "^1.2.5",
Expand All @@ -91,7 +91,7 @@
"@types/webpack": "^5.28.5",
"glob": "^10.3.12",
"playwright": "^1.43.1",
"release-it": "^17.2.0",
"release-it": "^17.2.1",
"type-fest": "^4.17.0",
"typescript": "^5.4.2"
},
Expand Down

0 comments on commit c612138

Please sign in to comment.