Skip to content

Commit

Permalink
Merge branch 'next' into feat/helpers/regexpStyleStringParse-letter-r…
Browse files Browse the repository at this point in the history
…ange
  • Loading branch information
ST-DDT authored Mar 27, 2023
2 parents d06bc55 + 2a4f137 commit 6360860
Show file tree
Hide file tree
Showing 128 changed files with 678 additions and 252 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
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,53 +84,53 @@
},
"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.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",
"@typescript-eslint/eslint-plugin": "~5.56.0",
"@typescript-eslint/parser": "~5.56.0",
"@vitest/coverage-c8": "~0.29.3",
"@vitest/ui": "~0.29.3",
"@vitest/coverage-c8": "~0.29.7",
"@vitest/ui": "~0.29.7",
"@vueuse/core": "~9.13.0",
"c8": "~7.13.0",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~12.8.1",
"esbuild": "~0.17.12",
"esbuild": "~0.17.14",
"eslint": "~8.36.0",
"eslint-config-prettier": "~8.7.0",
"eslint-config-prettier": "~8.8.0",
"eslint-define-config": "~1.17.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-deprecation": "~1.3.3",
"eslint-plugin-jsdoc": "~40.1.0",
"eslint-plugin-prettier": "~4.2.1",
"glob": "~9.3.0",
"glob": "~9.3.2",
"npm-run-all": "~4.1.5",
"picocolors": "~1.0.0",
"prettier": "2.8.4",
"prettier-plugin-organize-imports": "~3.2.2",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"rimraf": "~4.4.0",
"rimraf": "~4.4.1",
"sanitize-html": "~2.10.0",
"semver": "~7.3.8",
"standard-version": "~9.5.0",
"tsx": "~3.12.5",
"tsx": "~3.12.6",
"typedoc": "~0.23.28",
"typedoc-plugin-missing-exports": "~1.0.0",
"typescript": "~4.9.5",
"validator": "~13.9.0",
"vite": "~4.2.0",
"vitepress": "1.0.0-alpha.60",
"vitest": "~0.29.3",
"vite": "~4.2.1",
"vitepress": "1.0.0-alpha.63",
"vitest": "~0.29.7",
"vue": "~3.2.47"
},
"packageManager": "pnpm@7.30.0",
"packageManager": "pnpm@7.30.3",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
"npm": ">=6.14.13"
Expand Down
Loading

0 comments on commit 6360860

Please sign in to comment.