Skip to content

Commit

Permalink
Merge pull request #18 from morinokami/dependabot/npm_and_yarn/biomej…
Browse files Browse the repository at this point in the history
…s/biome-1.5.2

Bump @biomejs/biome from 1.4.1 to 1.5.2
  • Loading branch information
morinokami authored Jan 20, 2024
2 parents 7dfe589 + 9db6705 commit dcf72ea
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"untun": "0.1.3"
},
"devDependencies": {
"@biomejs/biome": "1.4.1",
"@biomejs/biome": "1.5.2",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@types/node": "20.11.1",
Expand Down
68 changes: 44 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/astro-tunnel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const appDescription = "Expose your local Astro server to the internet";
const notReadyMessage = "Tunnel not ready";
const readyMessage = "Tunnel ready at ";

export default ({
export default {
id: "astro-tunnel",
name: appName,
icon: '<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.877075 7.49991C0.877075 3.84222 3.84222 0.877075 7.49991 0.877075C11.1576 0.877075 14.1227 3.84222 14.1227 7.49991C14.1227 11.1576 11.1576 14.1227 7.49991 14.1227C3.84222 14.1227 0.877075 11.1576 0.877075 7.49991ZM7.49991 1.82708C4.36689 1.82708 1.82708 4.36689 1.82708 7.49991C1.82708 10.6329 4.36689 13.1727 7.49991 13.1727C10.6329 13.1727 13.1727 10.6329 13.1727 7.49991C13.1727 4.36689 10.6329 1.82708 7.49991 1.82708Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>',
Expand Down Expand Up @@ -110,4 +110,4 @@ export default ({

canvas.appendChild(windowElement);
},
} satisfies DevToolbarApp);
} satisfies DevToolbarApp;

0 comments on commit dcf72ea

Please sign in to comment.