From 7934a7f4d2a519bdb70e74db7da245a255210071 Mon Sep 17 00:00:00 2001 From: Puru Vijay Date: Wed, 28 Jun 2023 21:43:10 +0530 Subject: [PATCH] chore: update REPL to 0.5.0-next.7 --- pnpm-lock.yaml | 8 ++++---- sites/svelte.dev/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 98ff2321f9..af127651c2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -157,8 +157,8 @@ importers: specifier: ^2.26.0 version: 2.26.0 '@sveltejs/repl': - specifier: 0.5.0-next.6 - version: 0.5.0-next.6(@codemirror/lang-html@6.4.5)(@codemirror/search@6.5.0)(@lezer/common@1.0.3)(@lezer/javascript@1.4.3)(@lezer/lr@1.3.7)(@sveltejs/kit@1.20.5)(svelte@packages+svelte) + specifier: 0.5.0-next.7 + version: 0.5.0-next.7(@codemirror/lang-html@6.4.5)(@codemirror/search@6.5.0)(@lezer/common@1.0.3)(@lezer/javascript@1.4.3)(@lezer/lr@1.3.7)(@sveltejs/kit@1.20.5)(svelte@packages+svelte) cookie: specifier: ^0.5.0 version: 0.5.0 @@ -1749,8 +1749,8 @@ packages: transitivePeerDependencies: - supports-color - /@sveltejs/repl@0.5.0-next.6(@codemirror/lang-html@6.4.5)(@codemirror/search@6.5.0)(@lezer/common@1.0.3)(@lezer/javascript@1.4.3)(@lezer/lr@1.3.7)(@sveltejs/kit@1.20.5)(svelte@packages+svelte): - resolution: {integrity: sha512-Q7aiY7FvPXTNW8T5U1BYkGPQUCGd28wbLsPwuFYgSY/MRcoUO9IciWWm3ghL+RnZBLMJ+NrY1YDAPJunooz7Bw==} + /@sveltejs/repl@0.5.0-next.7(@codemirror/lang-html@6.4.5)(@codemirror/search@6.5.0)(@lezer/common@1.0.3)(@lezer/javascript@1.4.3)(@lezer/lr@1.3.7)(@sveltejs/kit@1.20.5)(svelte@packages+svelte): + resolution: {integrity: sha512-A3xz9rAyPmCnb63AvK7zl4xDB7rFPapQh5IJyoWdFqdCp/j9jxAN9S/PN9V4DqpakNfLyb+zr12Gf4GAV4sWjA==} peerDependencies: svelte: ^3.54.0 || ^4.0.0-next.0 || ^4.0.0 dependencies: diff --git a/sites/svelte.dev/package.json b/sites/svelte.dev/package.json index 789d9df35b..83bf612472 100644 --- a/sites/svelte.dev/package.json +++ b/sites/svelte.dev/package.json @@ -19,7 +19,7 @@ "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.15", "@supabase/supabase-js": "^2.26.0", - "@sveltejs/repl": "0.5.0-next.6", + "@sveltejs/repl": "0.5.0-next.7", "cookie": "^0.5.0", "devalue": "^4.3.2", "do-not-zip": "^1.0.0",