Skip to content

Commit 1258f3c

Browse files
authored
Merge branch 'main' into main
2 parents 5fed676 + 83e5fd3 commit 1258f3c

19 files changed

Lines changed: 189 additions & 282 deletions

File tree

docs/.vitepress/components/api-docs/method.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ function seeAlsoToUrl(see: string): string {
1212

1313
<template>
1414
<div>
15-
<h2 :id="props.method.name">{{ props.method.title }}</h2>
16-
1715
<div v-if="props.method.deprecated" class="warning custom-block">
1816
<p class="custom-block-title">Deprecated</p>
1917
<p>This method is deprecated and will be removed in a future version.</p>

docs/.vitepress/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export default defineConfig({
8484

8585
nav: [
8686
{ text: 'Guide', link: '/guide/' },
87-
// { text: 'Playground', link: '/playground/' },
8887
{
8988
text: 'Ecosystem',
9089
items: [{ text: 'StackBlitz ', link: 'https://fakerjs.dev/new' }],

docs/.vitepress/theme/components/Badge.vue

Lines changed: 0 additions & 43 deletions
This file was deleted.

docs/.vitepress/theme/components/Playground.vue

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/.vitepress/theme/components/index.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/.vitepress/theme/components/vue.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/.vitepress/theme/index.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
import DefaultTheme from 'vitepress/theme';
2-
import GlobalComponents from './components';
32
import './index.css';
43

5-
export default {
6-
...DefaultTheme,
7-
enhanceApp({ app }) {
8-
for (const [name, component] of Object.entries(GlobalComponents)) {
9-
app.component(name, component);
10-
}
11-
},
12-
};
4+
export default { ...DefaultTheme };

docs/api/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
*.md
22
!localization.md
3-
*.ts
3+
*.json

docs/playground/index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@
100100
"@types/react": "~18.0.17",
101101
"@types/sanitize-html": "~2.6.2",
102102
"@types/validator": "~13.7.5",
103-
"@typescript-eslint/eslint-plugin": "~5.32.0",
104-
"@typescript-eslint/parser": "~5.32.0",
103+
"@typescript-eslint/eslint-plugin": "~5.33.0",
104+
"@typescript-eslint/parser": "~5.33.0",
105105
"@vitest/ui": "~0.21.1",
106106
"c8": "~7.12.0",
107107
"conventional-changelog-cli": "~2.2.2",
108108
"cypress": "~10.4.0",
109-
"esbuild": "~0.15.0",
109+
"esbuild": "~0.15.2",
110110
"eslint": "~8.21.0",
111111
"eslint-config-prettier": "~8.5.0",
112112
"eslint-define-config": "~1.6.0",
@@ -126,12 +126,12 @@
126126
"sanitize-html": "~2.7.1",
127127
"simple-git-hooks": "~2.8.0",
128128
"standard-version": "~9.5.0",
129-
"tsx": "~3.8.1",
129+
"tsx": "~3.8.2",
130130
"typedoc": "~0.23.10",
131131
"typedoc-plugin-missing-exports": "~0.23.0",
132132
"typescript": "~4.7.4",
133133
"validator": "~13.7.0",
134-
"vite": "~3.0.5",
134+
"vite": "~3.0.7",
135135
"vitepress": "1.0.0-alpha.4",
136136
"vitest": "~0.21.1"
137137
},

0 commit comments

Comments
 (0)