Skip to content

Commit

Permalink
Merge pull request #593 from dwightjack/svelte5
Browse files Browse the repository at this point in the history
Migrate to Svelte 5
  • Loading branch information
dwightjack authored Nov 7, 2024
2 parents 1f4d276 + 17fa674 commit 7334f58
Show file tree
Hide file tree
Showing 24 changed files with 464 additions and 454 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="CurrConv" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "netlify dev",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint .",
"lint": "eslint . && pnpm check",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "NODE_OPTIONS='--disable-warning=ExperimentalWarning' playwright test"
},
"type": "module",
Expand All @@ -20,7 +21,8 @@
"@iconify-json/ion": "^1.1.12",
"@netlify/functions": "2.8.2",
"@playwright/test": "^1.45.1",
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@sveltejs/vite-plugin-svelte": "4.0.0",
"@tsconfig/svelte": "^5.0.4",
"@unocss/core": "0.63.6",
"@unocss/extractor-svelte": "0.63.6",
"@unocss/preset-icons": "^0.63.0",
Expand All @@ -35,8 +37,8 @@
"postcss-html": "1.7.0",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.7",
"svelte": "4.2.19",
"svelte-preprocess": "6.0.3",
"svelte": "5.1.10",
"svelte-check": "^4.0.5",
"typescript": "5.6.3",
"typescript-eslint": "8.13.0",
"unocss": "^0.63.0",
Expand Down
Loading

0 comments on commit 7334f58

Please sign in to comment.