Bumps the all group in /playwright with 5 updates: | Package | From | To | | --- | --- | --- | | [@playwright/test](https://github.com/microsoft/playwright) | `1.40.0` | `1.40.1` | | [eslint](https://github.com/eslint/eslint) | `8.53.0` | `8.56.0` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.0` | `2.29.1` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `16.3.1` | `16.6.1` | | [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `16.14.11` | `16.14.12` | Updates `@playwright/test` from 1.40.0 to 1.40.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.40.0...v1.40.1) Updates `eslint` from 8.53.0 to 8.56.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.53.0...v8.56.0) Updates `eslint-plugin-import` from 2.29.0 to 2.29.1 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1) Updates `eslint-plugin-n` from 16.3.1 to 16.6.1 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/16.3.1...16.6.1) Updates `npm-check-updates` from 16.14.11 to 16.14.12 - [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.11...v16.14.12) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: npm-check-updates dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
29 lines
788 B
JSON
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.40.1",
|
|
"eslint": "8.56.0",
|
|
"eslint-config-standard": "17.1.0",
|
|
"eslint-plugin-import": "2.29.1",
|
|
"eslint-plugin-n": "16.6.1",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-promise": "6.1.1",
|
|
"npm-check-updates": "16.14.12"
|
|
},
|
|
"dependencies": {
|
|
"@faker-js/faker": "8.3.1",
|
|
"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"
|
|
}
|
|
}
|