Skip to content

Commit

Permalink
Merge branch 'next' into Add-a-documentation-page-for-how-to-use-fake…
Browse files Browse the repository at this point in the history
…r-with-testing-frameworks-faker-js#1324
  • Loading branch information
brenno263 committed Dec 6, 2022
2 parents c27ad3f + 6bac476 commit 6dc0c9c
Show file tree
Hide file tree
Showing 10 changed files with 1,223 additions and 233 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,29 +97,29 @@
"@algolia/client-search": "~4.14.2",
"@types/glob": "~8.0.0",
"@types/markdown-it": "~12.2.3",
"@types/node": "~18.11.9",
"@types/node": "~18.11.10",
"@types/prettier": "~2.7.1",
"@types/react": "~18.0.25",
"@types/react": "~18.0.26",
"@types/sanitize-html": "~2.6.2",
"@types/semver": "~7.3.13",
"@types/validator": "~13.7.10",
"@typescript-eslint/eslint-plugin": "~5.44.0",
"@typescript-eslint/parser": "~5.44.0",
"@typescript-eslint/eslint-plugin": "~5.45.0",
"@typescript-eslint/parser": "~5.45.0",
"@vitest/coverage-c8": "~0.25.3",
"@vitest/ui": "~0.25.3",
"@vueuse/core": "~9.6.0",
"c8": "~7.12.0",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~11.2.0",
"esbuild": "~0.15.16",
"eslint": "~8.28.0",
"esbuild": "~0.15.18",
"eslint": "~8.29.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.12.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-jsdoc": "~39.6.4",
"eslint-plugin-prettier": "~4.2.1",
"glob": "~8.0.3",
"lint-staged": "~13.0.4",
"lint-staged": "~13.1.0",
"mime-db": "~1.52.0",
"npm-run-all": "~4.1.5",
"picocolors": "~1.0.0",
Expand All @@ -137,12 +137,12 @@
"typedoc-plugin-missing-exports": "~1.0.0",
"typescript": "~4.9.3",
"validator": "~13.7.0",
"vite": "~3.2.4",
"vitepress": "1.0.0-alpha.29",
"vite": "~3.2.5",
"vitepress": "1.0.0-alpha.30",
"vitest": "~0.25.3",
"vue": "~3.2.45"
},
"packageManager": "pnpm@7.17.1",
"packageManager": "pnpm@7.18.0",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
"npm": ">=6.14.13"
Expand Down

0 comments on commit 6dc0c9c

Please sign in to comment.