Skip to content

Commit

Permalink
migrate to svelte 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmoore17 committed Nov 12, 2024
1 parent 9cdd6f0 commit faef853
Show file tree
Hide file tree
Showing 12 changed files with 1,836 additions and 1,665 deletions.
39 changes: 22 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "bayes-visualizer",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand All @@ -12,22 +13,26 @@
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@types/eslint": "8.56.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.56.0",
"eslint-plugin-svelte": "^2.35.1",
"svelte": "^4.2.11",
"svelte-check": "^3.6.0",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
"@melt-ui/svelte": "^0.86.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/eslint": "^9.6.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"eslint": "^9.14.0",
"eslint-plugin-svelte": "^2.46.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.8",
"svelte": "^5.1.15",
"svelte-check": "^4.0.7",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.11"
},
"type": "module",
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"engines": {
"node": ">=22",
"pnpm": ">=9"
}
}
Loading

0 comments on commit faef853

Please sign in to comment.