Skip to content

Commit

Permalink
chore(deps): update dependency @biomejs/biome to v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2024
1 parent c98f572 commit efb7ac5
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
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 @@ -29,7 +29,7 @@
"changeset": "changeset"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@biomejs/biome": "1.9.3",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@tsconfig/node16": "16.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-callout/biome.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"extends": ["../../biome.json"]
}
2 changes: 1 addition & 1 deletion packages/remark-callout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@biomejs/biome": "1.9.3",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@types/bun": "1.1.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-typedoc-astro-link/biome.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"extends": ["../../biome.json"]
}
2 changes: 1 addition & 1 deletion packages/website/biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"extends": ["../../biome.json"],
"formatter": {
"ignore": ["."]
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"vaul": "^1.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@biomejs/biome": "1.9.3",
"@r4ai/remark-callout": "workspace:*",
"@tailwindcss/typography": "0.5.15",
"@types/mdast": "4.0.4",
Expand Down

0 comments on commit efb7ac5

Please sign in to comment.