Skip to content

Commit

Permalink
Merge branch 'next' into test-separate-verify-jsdoc-tag-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Mar 28, 2023
2 parents 0d6ca04 + 8516bfb commit 9c8325e
Show file tree
Hide file tree
Showing 131 changed files with 1,019 additions and 140 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Example:
/**
* @see faker.cat.random()
*
* @deprecated Use faker.cat.random() instead.
* @deprecated Use `faker.cat.random()` instead.
*/
get cat() {
deprecated({
Expand Down Expand Up @@ -216,7 +216,7 @@ JSDoc will be read and automatically processed by `generate:api-docs` and theref
*
* @since 7.5.0
*
* @deprecated Use faker.cat.random() instead.
* @deprecated Use `faker.cat.random()` instead.
*/
function foo(options: { test: string } = {}): string {
// implementation
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@
},
"devDependencies": {
"@actions/github": "~5.1.1",
"@algolia/client-search": "~4.15.0",
"@algolia/client-search": "~4.16.0",
"@types/glob": "~8.1.0",
"@types/markdown-it": "~12.2.3",
"@types/node": "~18.15.10",
"@types/prettier": "~2.7.2",
"@types/react": "~18.0.28",
"@types/react": "~18.0.29",
"@types/sanitize-html": "~2.9.0",
"@types/semver": "~7.3.13",
"@types/validator": "~13.7.14",
Expand Down Expand Up @@ -126,11 +126,11 @@
"typescript": "~4.9.5",
"validator": "~13.9.0",
"vite": "~4.2.1",
"vitepress": "1.0.0-alpha.60",
"vitepress": "1.0.0-alpha.63",
"vitest": "~0.29.7",
"vue": "~3.2.47"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].3",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
"npm": ">=6.14.13"
Expand Down
71 changes: 18 additions & 53 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 9c8325e

Please sign in to comment.