Skip to content

Commit 00c806d

Browse files
committed
chore: Update REPL to 0.5.0-next.6
1 parent 2b9b99b commit 00c806d

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

pnpm-lock.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sites/svelte.dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@jridgewell/sourcemap-codec": "^1.4.15",
2121
"@supabase/supabase-js": "^2.26.0",
22-
"@sveltejs/repl": "0.5.0-next.5",
22+
"@sveltejs/repl": "0.5.0-next.6",
2323
"cookie": "^0.5.0",
2424
"devalue": "^4.3.2",
2525
"do-not-zip": "^1.0.0",

sites/svelte.dev/vite.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ if (!process.versions.webcontainer) {
1818
);
1919
}
2020

21-
/**
21+
/**
2222
* @param {string[]} ext
23-
* @returns {import("vite").Plugin}
23+
* @returns {import("vite").Plugin}
2424
*/
2525
function raw(ext) {
2626
return {

0 commit comments

Comments
 (0)