Skip to content

Commit

Permalink
chore(deps): bump svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed Mar 12, 2024
1 parent e33a252 commit 13b6793
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
33 changes: 32 additions & 1 deletion deno.lock

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

4 changes: 2 additions & 2 deletions src/esbuild_plugins/svelte_components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {
} from "https://deno.land/[email protected]/path/mod.ts";
import type { Plugin } from "https://deno.land/x/[email protected]/mod.js";
import { normalize } from "https://deno.land/[email protected]/path/mod.ts";
import { compile, VERSION } from "npm:[email protected].0/compiler";
import type { ComponentType } from "npm:[email protected].0";
import { compile, VERSION } from "npm:[email protected].12/compiler";
import type { ComponentType } from "npm:[email protected].12";

const filter = /\.svelte$/;
const name = "mononykus/svelte";
Expand Down

0 comments on commit 13b6793

Please sign in to comment.