Skip to content

Commit

Permalink
chore: pin svelte to v3.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed Jun 26, 2023
1 parent 6e9c32b commit 49e8275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 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 } from "npm:svelte/compiler";
import type { ComponentType } from "npm:svelte";
import { compile } from "npm:svelte@3.58/compiler";
import type { ComponentType } from "npm:svelte@3.58";

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

0 comments on commit 49e8275

Please sign in to comment.