Skip to content

Commit

Permalink
fix: add empty string to breadcrumb_title
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Mar 21, 2024
1 parent b782732 commit 0b459da
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 250 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,30 +39,30 @@
"@sveltejs/kit": "^2.5.4",
"@sveltejs/package": "^2.3.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"autoprefixer": "^10.4.18",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"flowbite-svelte-icons": "^1.4.5",
"flowbite-typography": "^1.0.3",
"mdsvex": "^0.11.0",
"mdsvexamples": "^0.4.1",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"postcss-load-config": "^4.0.2",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"publint": "^0.2.7",
"svelte": "^4.2.12",
"svelte-check": "^3.6.7",
"svelte-check": "^3.6.8",
"svelte-lib-helpers": "^0.4.5",
"svelte-meta-tags": "^3.1.1",
"svelte-preprocess": "^5.1.3",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"typescript": "^5.4.3",
"vite": "^5.2.2",
"vitest": "^0.34.6"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 0b459da

Please sign in to comment.