Skip to content

Commit dea34bd

Browse files
committed
📘 doc: elysia 0.6
1 parent dbab369 commit dea34bd

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

bun.lockb

40.1 KB
Binary file not shown.

docs/patterns/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ new Elysia()
4747
```
4848

4949
## Local Error
50-
You can assign error handling method to a scope using [hook](/concept/middleware.html#local-hook) or [guard](/concept/guard.html)
50+
You can assign error handling method to a scope using [hook](/concept/life-cycle.html#local-hook) or [guard](/concept/guard.html)
5151
```typescript
5252
app.get('/', () => 'Hello', {
5353
beforeHandle: ({ set, request: { headers } }) => {

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77
"author": "",
88
"license": "MIT",
99
"dependencies": {
10-
"@iconify/json": "^2.2.63",
10+
"@iconify/json": "^2.2.98",
1111
"@tailwindcss/postcss7-compat": "^2.2.17",
1212
"autoprefixer": "^10.4.14",
13-
"openai": "^3.2.1",
14-
"postcss": "^8.4.23",
13+
"openai": "^3.3.0",
14+
"postcss": "^8.4.27",
1515
"prismjs": "^1.29.0",
16-
"tailwindcss": "^3.3.2",
17-
"vite": "^4.3.5",
16+
"tailwindcss": "^3.3.3",
17+
"vite": "^4.4.8",
1818
"vite-plugin-icons": "^0.6.5",
1919
"vitepress-plugin-search": "^1.0.4-alpha.20",
2020
"vue-prism-component": "^2.0.0",
2121
"windicss": "^3.5.6"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^20.1.2",
25-
"bun-types": "^0.5.8",
24+
"@types/node": "^20.4.8",
25+
"bun-types": "^0.7.2",
2626
"cheerio": "1.0.0-rc.12",
2727
"flexsearch": "^0.7.31",
2828
"markdown-it": "^13.0.1",
29-
"vitepress": "1.0.0-alpha.75",
30-
"vue": "^3.2.47"
29+
"vitepress": "1.0.0-beta.7",
30+
"vue": "^3.3.4"
3131
},
3232
"scripts": {
3333
"dev": "vitepress dev docs",

0 commit comments

Comments
 (0)