Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Oct 21, 2023
1 parent 26544c9 commit 1b68084
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 44 deletions.
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"private": "true",
"dependencies": {
"mdsvex": "^0.7.1-beta.3",
"mdsvex": "^0.11.0",
"refractor": "^2.10.0",
"yootils": "^0.0.15"
},
Expand All @@ -40,7 +40,7 @@
"rollup": "^2.58.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.59.2",
"svelte": "^4.2.2",
"svelte-json-tree": "^0.0.7",
"typeface-catamaran": "^0.0.72",
"typeface-roboto": "^0.0.75",
Expand Down
2 changes: 1 addition & 1 deletion packages/site/src/components/Repl/Repl.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
export let workersUrl;
export let packagesUrl = "https://unpkg.com";
export let svelteUrl = `${packagesUrl}/svelte`;
export let svelteUrl = `${packagesUrl}/svelte@3.59.2`;
export let orientation = "columns";
export let relaxed = false;
export let fixed = false;
Expand Down
63 changes: 22 additions & 41 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 1b68084

Please sign in to comment.