Skip to content

Commit

Permalink
Merge branch 'next' into feat/fake-from-array
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Oct 24, 2022
2 parents db8d0d8 + 64b031a commit c3e7f1b
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 195 deletions.
2 changes: 1 addition & 1 deletion docs/guide/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const randomName = faker.person.fullName(); // Rowan Nikolaus
const randomEmail = faker.internet.email(); // Kassandra.Haley@erich.biz
```

Or if you using CommonJS
Or if you're using CommonJS:

```js
const { faker } = require('@faker-js/faker');
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,23 +99,23 @@
"@types/markdown-it": "~12.2.3",
"@types/node": "~18.8.4",
"@types/prettier": "~2.7.1",
"@types/react": "~18.0.21",
"@types/react": "~18.0.22",
"@types/sanitize-html": "~2.6.2",
"@types/semver": "~7.3.12",
"@types/validator": "~13.7.8",
"@typescript-eslint/eslint-plugin": "~5.40.0",
"@typescript-eslint/parser": "~5.40.0",
"@types/validator": "~13.7.9",
"@typescript-eslint/eslint-plugin": "~5.40.1",
"@typescript-eslint/parser": "~5.40.1",
"@vitest/coverage-c8": "~0.24.3",
"@vitest/ui": "~0.24.3",
"c8": "~7.12.0",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~10.10.0",
"esbuild": "~0.15.11",
"eslint": "~8.25.0",
"esbuild": "~0.15.12",
"eslint": "~8.26.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.7.0",
"eslint-define-config": "~1.8.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-jsdoc": "~39.3.6",
"eslint-plugin-jsdoc": "~39.3.23",
"eslint-plugin-prettier": "~4.2.1",
"glob": "~8.0.3",
"lint-staged": "~13.0.3",
Expand All @@ -129,18 +129,18 @@
"rimraf": "~3.0.2",
"sanitize-html": "~2.7.2",
"semver": "~7.3.8",
"simple-git-hooks": "~2.8.0",
"simple-git-hooks": "~2.8.1",
"standard-version": "~9.5.0",
"tsx": "~3.10.1",
"typedoc": "~0.23.16",
"tsx": "~3.11.0",
"typedoc": "~0.23.18",
"typedoc-plugin-missing-exports": "~1.0.0",
"typescript": "~4.8.4",
"validator": "~13.7.0",
"vite": "~3.1.8",
"vitepress": "1.0.0-alpha.21",
"vitepress": "1.0.0-alpha.22",
"vitest": "~0.24.3"
},
"packageManager": "pnpm@7.13.5",
"packageManager": "pnpm@7.14.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
Expand Down
Loading

0 comments on commit c3e7f1b

Please sign in to comment.