Skip to content

Commit

Permalink
chore(deps): update cloudflare (#79)
Browse files Browse the repository at this point in the history
* chore(deps): update cloudflare

* Fixup type failures

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Justin Bennett <[email protected]>
  • Loading branch information
renovate[bot] and zephraph authored Oct 7, 2024
1 parent 8a6703e commit cbd11fc
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 42 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@tailwindcss/typography": "^0.5.14",
"vite-plugin-full-reload": "^1.2.0",
"vitest": "^2.0.5",
"wrangler": "3.78.12"
"wrangler": "3.80.1"
},
"pnpm": {
"patchedDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/astro-cf-sentry/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const onRequest = defineMiddleware(
options: {
dsn: context.env.SENTRY_DSN,
},
// @ts-ignore This may fail due to a type mismatch, but it's correct
request,
context: context.ctx,
},
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-obsidian/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Node, RemarkPlugin } from "@astrojs/markdown-remark";
import type { RemarkPlugin } from "@astrojs/markdown-remark";
import { visit } from "unist-util-visit";
import internalLinkPlugin from "./internal-link";
import embedPlugin from "./embed";
Expand Down
72 changes: 32 additions & 40 deletions pnpm-lock.yaml

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

0 comments on commit cbd11fc

Please sign in to comment.