datatracker/playwright/package.json
dependabot[bot] 306f55c795
chore(deps): bump the npm group in /playwright with 2 updates (#6990)
Bumps the npm group in /playwright with 2 updates: [@faker-js/faker](https://github.com/faker-js/faker) and [npm-check-updates](https://github.com/raineorshine/npm-check-updates).


Updates `@faker-js/faker` from 8.3.1 to 8.4.0
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](https://github.com/faker-js/faker/compare/v8.3.1...v8.4.0)

Updates `npm-check-updates` from 16.14.12 to 16.14.14
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](https://github.com/raineorshine/npm-check-updates/compare/v16.14.12...v16.14.14)

---
updated-dependencies:
- dependency-name: "@faker-js/faker"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: npm-check-updates
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-30 09:34:48 -06:00

29 lines
788 B
JSON

{
"scripts": {
"install-deps": "playwright install --with-deps",
"test": "playwright test",
"test:legacy": "playwright test -c playwright-legacy.config.js",
"test:visual": "playwright test --headed --workers=1",
"test:debug": "playwright test --debug"
},
"devDependencies": {
"@playwright/test": "1.41.1",
"eslint": "8.56.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"npm-check-updates": "16.14.14"
},
"dependencies": {
"@faker-js/faker": "8.4.0",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"luxon": "3.4.4",
"ms": "2.1.3",
"seedrandom": "3.0.5",
"slugify": "1.6.6"
}
}