Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed May 5, 2024
1 parent 03a41a6 commit 4ff29a8
Show file tree
Hide file tree
Showing 58 changed files with 2,203 additions and 3,196 deletions.
369 changes: 0 additions & 369 deletions .eslintrc.yml

This file was deleted.

6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@waline/client": "workspace:*",
"marked": "12.0.2",
"mathjax-full": "3.2.2",
"vue": "3.4.23",
"vue": "3.4.26",
"vuepress": "2.0.0-rc.9",
"vuepress-shared": "2.0.0-rc.37",
"vuepress-theme-hope": "2.0.0-rc.37"
"vuepress-shared": "2.0.0-rc.38",
"vuepress-theme-hope": "2.0.0-rc.38"
}
}
2 changes: 1 addition & 1 deletion docs/src/.vuepress/client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Fancybox } from '@fancyapps/ui/dist/fancybox/fancybox.esm.js';
import { onMounted, onBeforeUnmount } from 'vue';
import { onBeforeUnmount, onMounted } from 'vue';
import { defineClientConfig } from 'vuepress/client';

export default defineClientConfig({
Expand Down
2 changes: 1 addition & 1 deletion docs/src/.vuepress/shims-vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
declare module '*.vue' {
import { type DefineComponent } from 'vue';
import type { DefineComponent } from 'vue';

const component: DefineComponent;
export default component;
Expand Down
Loading

0 comments on commit 4ff29a8

Please sign in to comment.