Skip to content

Commit f18745e

Browse files
committed
chore: upgrade stuff
1 parent 75eb80a commit f18745e

File tree

4 files changed

+19
-20
lines changed

4 files changed

+19
-20
lines changed

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"dependencies": {
4848
"@alexvipond/mulago": "^0.0.0",
4949
"@babel/runtime": "^7.25.0",
50-
"@baleada/logic": "^0.24.16",
50+
"@baleada/logic": "^0.24.17",
5151
"@baleada/vue-composition": "^0.11.1",
52-
"@baleada/vue-features": "^0.14.7",
52+
"@baleada/vue-features": "^0.14.8",
5353
"@baleada/vue-heroicons": "^0.1.2",
5454
"@baleada/vue-octicons": "^0.1.0",
5555
"@baleada/vue-prose": "^0.15.3",

src/prose/features/04-extensions/press.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Press
33
source: usePress.ts
44
tests: suites/extensions/usePress.test.ts
5-
tests: suites/extensions/usePress.test.ts
65
publish: true
76
order: 0
87
---

src/state/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ const toWithoutIndex = createClip(/(?:^index|\/index$)/),
1818
export const routes: RouteRecordRaw[] = [
1919
{ path: '/', component: PageIndex, },
2020
{ path: '/docs', component: LayoutThreeColumn, children: [...concise] },
21-
{ path: '/:pathMatch(.*)*', name: 'NotFound', component: LayoutThreeColumn, children: [{ path: '', component: NotFound }] },
21+
{ path: '/:pathMatch(.*)*', component: LayoutThreeColumn, children: [{ name: 'NotFound', path: '', component: NotFound }] },
2222
]

0 commit comments

Comments
 (0)