Skip to content

Commit

Permalink
feat: bump @resvg/resvg-wasm to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Aug 31, 2024
1 parent 1512b85 commit cd6de8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@ogstudio/auth": "workspace:*",
"@ogstudio/db": "workspace:*",
"@radix-ui/themes": "^3.0.3",
"@resvg/resvg-wasm": "2.4.0",
"@resvg/resvg-wasm": "2.6.2",
"@tanstack/react-query": "^5.35.1",
"@vercel/analytics": "^1.2.2",
"@vercel/kv": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/src/lib/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (process.env.VITEST_POOL_ID) {
);
} else {
initWasmPromise = initWasm(
fetch("https://unpkg.com/@resvg/resvg-wasm@2.4.0/index_bg.wasm", {
fetch("https://unpkg.com/@resvg/resvg-wasm@2.6.2/index_bg.wasm", {
cache: "no-store",
}),
);
Expand Down
10 changes: 5 additions & 5 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 cd6de8a

Please sign in to comment.