-
-
Notifications
You must be signed in to change notification settings - Fork 919
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into downgrade-npm-to-6
- Loading branch information
Showing
6 changed files
with
45 additions
and
62 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# These owners will be the default owners for everything in the repo. | ||
# Unless a later match takes precedence, @faker-js/maintainers will | ||
# Unless a later match takes precedence, @faker-js/maintainers will | ||
# be requested for review when someone opens a pull request. | ||
|
||
* @faker-js/maintainers | ||
* @faker-js/maintainers | ||
|
||
# ================================================ | ||
# Docs owners ... | ||
# ================================================ | ||
|
||
/docs/ @faker-js/maintainers-docs | ||
netlify.toml @faker-js/maintainers-docs | ||
README.md @faker-js/maintainers-docs @faker-js/maintainers | ||
CONTRIBUTING.md @faker-js/maintainers-docs | ||
/docs/ @faker-js/maintainers-docs @faker-js/maintainers | ||
netlify.toml @faker-js/maintainers-docs @faker-js/maintainers | ||
README.md @faker-js/maintainers-docs @faker-js/maintainers | ||
CONTRIBUTING.md @faker-js/maintainers-docs @faker-js/maintainers | ||
|
||
# ================================================ | ||
# CODEOWNERS owners ... | ||
# ================================================ | ||
|
||
/.github/CODEOWNERS @faker-js/maintainers | ||
/.github/CODEOWNERS @faker-js/maintainers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,11 +120,11 @@ | |
"typedoc-plugin-missing-exports": "~0.22.6", | ||
"typescript": "~4.6.3", | ||
"validator": "~13.7.0", | ||
"vite": "~2.9.0", | ||
"vite": "~2.9.1", | ||
"vitepress": "~0.22.3", | ||
"vitest": "~0.8.0" | ||
}, | ||
"packageManager": "[email protected].3", | ||
"packageManager": "[email protected].4", | ||
"engines": { | ||
"node": ">=14.0.0", | ||
"npm": ">=6.0.0" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters