Skip to content

Commit

Permalink
⬆️ update siyuan deps
Browse files Browse the repository at this point in the history
  • Loading branch information
frostime committed Oct 9, 2024
1 parent 18f0ee7 commit effcc8b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"sass": "^1.72.0",
"siyuan": "1.0.2",
"siyuan": "1.0.3",
"siyuan-plugin-cli": "^1.2.0",
"svelte": "^4.2.19",
"sy-plugin-changelog": "^0.0.7",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions src/event-bus.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (c) 2024 by frostime. All Rights Reserved.
* @Author : frostime
* @Date : 2023-05-28 18:05:39
* @FilePath : /src/event-bus.ts
* @LastEditTime : 2024-10-09 17:07:56
* @Description : For old time compatibility.
*/

class EventBus {
events: { [key: string]: Function[] } = {};
Expand Down

0 comments on commit effcc8b

Please sign in to comment.