Skip to content

Commit

Permalink
Merge branch 'next' into ST-DDT-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Aug 28, 2023
2 parents eae864e + 1bd3f6e commit 14df170
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 162 deletions.
4 changes: 2 additions & 2 deletions docs/guide/index.md
Expand Up @@ -9,13 +9,13 @@ Faker is a popular library that generates fake (but reasonable) data that can be
- Building Demos
- Working without a completed backend

Faker was originally written in [Perl](https://metacpan.org/dist/Data-Faker) and this is the JavaScript port. Language bindings also exist for [Ruby](https://github.com/faker-ruby/faker), [Java](https://github.com/DiUS/java-faker), and [Python](https://github.com/joke2k/faker).
Faker was originally written in [Perl](https://metacpan.org/dist/Data-Faker) and this is the JavaScript port. Faker is also available as a library for [Ruby](https://github.com/faker-ruby/faker), [Java](https://github.com/DiUS/java-faker), and [Python](https://github.com/joke2k/faker).

This documentation only covers the JavaScript implementation of Faker.

## Environments

You can run Faker in the Browser, within Node, or the many other languages supported by Faker. ([Perl](https://metacpan.org/dist/Data-Faker), [Ruby](https://github.com/faker-ruby/faker), [Java](https://github.com/DiUS/java-faker), and [Python](https://github.com/joke2k/faker))
You can run Faker in the browser, or in Node.js. Faker v8.0 requires Node.js version 14 or above. Both ESM and CommonJS imports are available.

## Installation

Expand Down
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -89,20 +89,20 @@
"devDependencies": {
"@actions/github": "~5.1.1",
"@algolia/client-search": "~4.19.1",
"@types/markdown-it": "~13.0.0",
"@types/node": "~20.5.4",
"@types/markdown-it": "~13.0.1",
"@types/node": "~20.5.7",
"@types/sanitize-html": "~2.9.0",
"@types/semver": "~7.5.0",
"@types/validator": "~13.11.1",
"@typescript-eslint/eslint-plugin": "~6.4.0",
"@typescript-eslint/parser": "~6.4.0",
"@vitest/coverage-v8": "~0.34.2",
"@vitest/ui": "~0.34.2",
"@vueuse/core": "~10.3.0",
"@typescript-eslint/eslint-plugin": "~6.4.1",
"@typescript-eslint/parser": "~6.4.1",
"@vitest/coverage-v8": "~0.34.3",
"@vitest/ui": "~0.34.3",
"@vueuse/core": "~10.4.1",
"conventional-changelog-cli": "~3.0.0",
"cypress": "~12.17.4",
"esbuild": "~0.19.2",
"eslint": "~8.47.0",
"eslint": "~8.48.0",
"eslint-config-prettier": "~9.0.0",
"eslint-define-config": "~1.23.0",
"eslint-gitignore": "~0.1.0",
Expand All @@ -124,7 +124,7 @@
"validator": "~13.11.0",
"vite": "~4.4.9",
"vitepress": "1.0.0-beta.7",
"vitest": "~0.34.2",
"vitest": "~0.34.3",
"vue": "~3.3.4"
},
"packageManager": "pnpm@8.5.1",
Expand Down

0 comments on commit 14df170

Please sign in to comment.