Skip to content

Commit

Permalink
Merge branch 'next' into stepsecurity_remediation_1686560446
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Jul 13, 2023
2 parents afe7979 + 82f1fd3 commit a9e1443
Show file tree
Hide file tree
Showing 18 changed files with 615 additions and 494 deletions.
2 changes: 1 addition & 1 deletion docs/guide/frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('reverse array', () => {

## Cypress

[Cypress](https://www.cypress.io/) integration is fairly straighforward as well:
[Cypress](https://www.cypress.io/) integration is fairly straightforward as well:

```ts
import { faker } from '@faker-js/faker/locale/en';
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,31 +93,31 @@
},
"devDependencies": {
"@actions/github": "~5.1.1",
"@algolia/client-search": "~4.17.1",
"@algolia/client-search": "~4.18.0",
"@types/markdown-it": "~12.2.3",
"@types/node": "~20.3.1",
"@types/node": "~20.4.1",
"@types/prettier": "~2.7.3",
"@types/react": "~18.2.8",
"@types/react": "~18.2.14",
"@types/sanitize-html": "~2.9.0",
"@types/semver": "~7.5.0",
"@types/validator": "~13.7.17",
"@typescript-eslint/eslint-plugin": "~5.60.0",
"@typescript-eslint/parser": "~5.60.0",
"@vitest/coverage-v8": "~0.32.2",
"@vitest/ui": "~0.32.2",
"@vueuse/core": "~10.2.0",
"@typescript-eslint/eslint-plugin": "~5.61.0",
"@typescript-eslint/parser": "~5.61.0",
"@vitest/coverage-v8": "~0.33.0",
"@vitest/ui": "~0.33.0",
"@vueuse/core": "~10.2.1",
"conventional-changelog-cli": "~3.0.0",
"cypress": "~12.15.0",
"esbuild": "~0.18.8",
"eslint": "~8.43.0",
"cypress": "~12.17.0",
"esbuild": "~0.18.11",
"eslint": "~8.44.0",
"eslint-config-prettier": "~8.8.0",
"eslint-define-config": "~1.21.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-deprecation": "~1.4.1",
"eslint-plugin-jsdoc": "~46.3.0",
"eslint-plugin-jsdoc": "~46.4.3",
"eslint-plugin-prettier": "~4.2.1",
"eslint-plugin-vitest": "~0.2.6",
"glob": "~10.3.0",
"glob": "~10.3.3",
"npm-run-all": "~4.1.5",
"picocolors": "~1.0.0",
"prettier": "2.8.8",
Expand All @@ -126,15 +126,15 @@
"react-dom": "~18.2.0",
"rimraf": "~5.0.1",
"sanitize-html": "~2.11.0",
"semver": "~7.5.3",
"semver": "~7.5.4",
"standard-version": "~9.5.0",
"tsx": "~3.12.7",
"typedoc": "~0.24.8",
"typescript": "~4.9.5",
"validator": "~13.9.0",
"vite": "~4.3.9",
"vitepress": "1.0.0-beta.1",
"vitest": "~0.32.2",
"vite": "~4.4.2",
"vitepress": "1.0.0-beta.5",
"vitest": "~0.33.0",
"vue": "~3.3.4"
},
"packageManager": "pnpm@8.5.1",
Expand Down
Loading

0 comments on commit a9e1443

Please sign in to comment.