9e89724838
Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 1.6.2 to 1.7.0. - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases) - [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md) - [Commits](https://github.com/playwright-community/eslint-plugin-playwright/compare/v1.6.2...v1.7.0) --- updated-dependencies: - dependency-name: eslint-plugin-playwright dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
|
|
"scripts": {
|
|
"prepare": "husky js/.husky"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.2.0",
|
|
"@eslint/eslintrc": "^3.1.0",
|
|
"@eslint/js": "^9.12.0",
|
|
"@types/node": "^22.7.5",
|
|
"eslint": "^9.12.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-cypress": "^3.5.0",
|
|
"eslint-plugin-lodash": "^8.0.0",
|
|
"eslint-plugin-mocha": "^10.5.0",
|
|
"eslint-plugin-playwright": "^1.7.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-react": "^7.37.1",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"husky": "^9.1.6",
|
|
"lint-staged": "^15.2.10",
|
|
"prettier": "^3.3.3",
|
|
"tslib": "^2.7.0",
|
|
"typescript": "^5.6.3",
|
|
"typescript-eslint": "^8.8.1",
|
|
"wireit": "^0.14.9"
|
|
},
|
|
"pnpm": {
|
|
"ignoredOptionalDependencies": [
|
|
"@types/c3",
|
|
"bootstrap-datepicker",
|
|
"bootstrap-sass",
|
|
"bootstrap-select",
|
|
"bootstrap-slider",
|
|
"bootstrap-switch",
|
|
"bootstrap-touchspin",
|
|
"c3",
|
|
"d3",
|
|
"datatables.net",
|
|
"datatables.net-colreorder",
|
|
"datatables.net-colreorder-bs",
|
|
"datatables.net-select",
|
|
"drmonty-datatables-colvis",
|
|
"eonasdan-bootstrap-datetimepicker",
|
|
"font-awesome-sass",
|
|
"google-code-prettify",
|
|
"jquery-match-height",
|
|
"moment",
|
|
"moment-timezone",
|
|
"patternfly-bootstrap-combobox",
|
|
"patternfly-bootstrap-treeview"
|
|
]
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
}
|
|
}
|