Skip to content

Commit aa0c3a7

Browse files
Fix crash from tab change from URL, selected button in navbar
As well as code improvements and dependencies upgrade
1 parent a5f17e0 commit aa0c3a7

File tree

4 files changed

+101
-98
lines changed

4 files changed

+101
-98
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"format": "prettier --write ."
1414
},
1515
"devDependencies": {
16-
"@shikijs/rehype": "^1.15.1",
16+
"@shikijs/rehype": "^1.15.2",
1717
"@sveltejs/adapter-vercel": "^5.4.3",
1818
"@sveltejs/kit": "^2.5.25",
1919
"@sveltejs/vite-plugin-svelte": "^3.1.2",
20-
"@tailwindcss/typography": "^0.5.14",
20+
"@tailwindcss/typography": "^0.5.15",
2121
"@total-typescript/ts-reset": "^0.6.0",
2222
"@types/eslint": "^9.6.1",
2323
"@types/semver": "^7.5.8",
@@ -31,17 +31,17 @@
3131
"eslint-plugin-svelte": "^2.43.0",
3232
"globals": "^15.9.0",
3333
"lucia": "^3.2.0",
34-
"lucide-svelte": "^0.436.0",
34+
"lucide-svelte": "^0.437.0",
3535
"mode-watcher": "^0.4.1",
3636
"octokit": "^4.0.2",
37-
"postcss": "^8.4.41",
37+
"postcss": "^8.4.42",
3838
"postcss-load-config": "^6.0.1",
3939
"prettier": "^3.3.3",
4040
"prettier-plugin-svelte": "^3.2.6",
4141
"prettier-plugin-tailwindcss": "^0.6.6",
4242
"rehype-raw": "^7.0.0",
4343
"semver": "^7.6.3",
44-
"shiki": "^1.15.1",
44+
"shiki": "^1.15.2",
4545
"svelte": "^4.2.19",
4646
"svelte-check": "^3.8.6",
4747
"svelte-exmarkdown": "^3.0.5",
@@ -57,5 +57,6 @@
5757
"vite": "^5.4.2",
5858
"vite-plugin-lucide-preprocess": "^1.0.4"
5959
},
60-
"type": "module"
60+
"type": "module",
61+
"packageManager": "[email protected]"
6162
}

0 commit comments

Comments
 (0)