Skip to content

Commit

Permalink
feat: sync to svelte.dev (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ authored Sep 7, 2023
1 parent 5e74680 commit 75814a2
Show file tree
Hide file tree
Showing 26 changed files with 1,623 additions and 993 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
bind:currentTime={time}
bind:duration
bind:paused
preload="none"
preload="metadata"
on:ended={() => {
time = 0;
}}
Expand Down
2 changes: 1 addition & 1 deletion middleware.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const config = {
matcher: ['/((?!assets\/).*)'],
matcher: ['/((?!assets\/).*)']
};

export default function middleware(_request, _event) {
Expand Down
70 changes: 37 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,50 +13,54 @@
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@playwright/test": "^1.31.2",
"@sveltejs/adapter-vercel": "3.0.1",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/site-kit": "^5.2.2",
"@types/diff": "^5.0.2",
"@types/marked": "^4.0.8",
"@playwright/test": "^1.37.1",
"@sveltejs/adapter-vercel": "3.0.3",
"@sveltejs/kit": "^1.24.1",
"@sveltejs/site-kit": "6.0.0-next.39",
"@types/diff": "^5.0.3",
"@types/prismjs": "^1.26.0",
"@types/ws": "^8.5.4",
"@types/ws": "^8.5.5",
"browserslist": "^4.21.10",
"diff": "^5.1.0",
"esbuild": "^0.18.9",
"prettier": "^2.8.5",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"esbuild": "^0.19.2",
"lightningcss": "^1.21.7",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"shiki-twoslash": "^3.1.2",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"tiny-glob": "^0.2.9",
"typescript": "^5.0.0",
"vite": "^4.3.9"
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"type": "module",
"dependencies": {
"@codemirror/autocomplete": "^6.4.2",
"@codemirror/commands": "^6.2.2",
"@codemirror/lang-css": "^6.1.1",
"@codemirror/lang-html": "^6.4.2",
"@codemirror/lang-javascript": "^6.1.4",
"@codemirror/language": "^6.6.0",
"@codemirror/lint": "^6.2.0",
"@codemirror/search": "^6.3.0",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.9.2",
"@fontsource/roboto-mono": "^4.5.10",
"@lezer/common": "^1.0.2",
"@lezer/highlight": "^1.1.3",
"@lezer/javascript": "^1.4.1",
"@lezer/lr": "^1.3.3",
"@codemirror/autocomplete": "^6.9.0",
"@codemirror/commands": "^6.2.5",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.6",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/language": "^6.9.0",
"@codemirror/lint": "^6.4.1",
"@codemirror/search": "^6.5.2",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.17.1",
"@fontsource/roboto-mono": "^5.0.8",
"@lezer/common": "^1.0.4",
"@lezer/highlight": "^1.1.6",
"@lezer/javascript": "^1.4.7",
"@lezer/lr": "^1.3.10",
"@replit/codemirror-lang-svelte": "^6.0.0",
"@replit/codemirror-vim": "^6.0.9",
"@rich_harris/svelte-split-pane": "^1.1.0",
"@webcontainer/api": "^1.1.0",
"@replit/codemirror-vim": "^6.0.14",
"@rich_harris/svelte-split-pane": "^1.1.1",
"@sveltejs/repl": "^0.6.0",
"@webcontainer/api": "^1.1.5",
"adm-zip": "^0.5.10",
"ansi-to-html": "^0.7.2",
"base64-js": "^1.5.1",
"codemirror": "^6.0.1",
"marked": "^4.2.12",
"flexsearch": "^0.7.31",
"marked": "^8.0.0",
"port-authority": "^2.0.1",
"prism-svelte": "^0.5.0",
"prismjs": "^1.29.0",
Expand Down
Loading

1 comment on commit 75814a2

@vercel
Copy link

@vercel vercel bot commented on 75814a2 Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.