From b5da8e7ada2cc9b3df8d1cebb2931bc48b31d1a5 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 17 Sep 2024 12:41:45 +0200 Subject: [PATCH] chore: update deps & lint --- app/app.vue | 2 +- app/components/ConfigItem.vue | 6 +- app/components/FileGroupItem.vue | 4 +- app/components/FileItem.vue | 2 +- app/components/GlobItem.vue | 8 +- app/components/NavBar.vue | 8 +- app/components/RuleItem.vue | 4 +- app/components/RuleLevelIcon.vue | 2 +- app/components/RuleList.vue | 6 +- app/components/RuleStateItem.vue | 8 +- app/composables/payload.ts | 4 +- app/composables/state.ts | 2 +- app/pages/configs.vue | 10 +- app/pages/files.vue | 2 +- app/pages/rules.vue | 4 +- package.json | 56 +- pnpm-lock.yaml | 4967 +++++++++++++++--------------- shared/configs.ts | 2 +- shared/types.ts | 2 +- src/cli.ts | 14 +- src/configs.ts | 6 +- src/server.ts | 4 +- src/ws.ts | 10 +- uno.config.ts | 2 +- 24 files changed, 2527 insertions(+), 2608 deletions(-) diff --git a/app/app.vue b/app/app.vue index 9809d29..0b42fd7 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,6 +1,6 @@