Skip to content

Commit

Permalink
release: 0.0.5
Browse files Browse the repository at this point in the history
release: 0.0.5
  • Loading branch information
bietiaop authored Dec 18, 2024
2 parents 5c1dd01 + 2430659 commit 5c42bee
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "napcat-webui",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"scripts": {
"webui:dev": "vite",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@monaco-editor/loader": "^1.4.0",
"@monaco-editor/react": "^4.6.0",
"@monaco-editor/react": "^4.7.0-rc.0",
"@nextui-org/avatar": "^2.2.4",
"@nextui-org/breadcrumbs": "^2.2.4",
"@nextui-org/button": "2.2.7",
Expand Down Expand Up @@ -108,5 +108,11 @@
"prettier --write",
"eslint"
]
},
"overrides": {
"ahooks": {
"react": "$react",
"react-dom": "$react-dom"
}
}
}

0 comments on commit 5c42bee

Please sign in to comment.