Skip to content

Commit

Permalink
Merge branch 'next' into infra/release/prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Jul 8, 2024
2 parents de011f4 + 9505750 commit 6b0f685
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/components/api-docs/method.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script setup lang="ts">
import { sourceBaseUrl } from '../../../api/source-base-url';
import { slugify } from '../../shared/utils/slugify';
import type { ApiDocsMethod } from './method';
import MethodParameters from './method-parameters.vue';
import { slugify } from '../../shared/utils/slugify';
import { sourceBaseUrl } from '../../../api/source-base-url';
const props = defineProps<{ method: ApiDocsMethod }>();
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"eslint-plugin-vitest": "0.4.1",
"npm-run-all2": "6.2.2",
"prettier": "3.3.2",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-organize-imports": "4.0.0",
"rimraf": "5.0.8",
"sanitize-html": "2.13.0",
"semver": "7.6.2",
Expand All @@ -131,7 +131,8 @@
"vite": "5.3.3",
"vitepress": "1.3.0",
"vitest": "1.6.0",
"vue": "3.4.31"
"vue": "3.4.31",
"vue-tsc": "2.0.26"
},
"packageManager": "pnpm@9.5.0",
"engines": {
Expand Down
112 changes: 103 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit 6b0f685

Please sign in to comment.