dbce2d9a60
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.1 to 8.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint 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.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394",
|
|
"scripts": {
|
|
"prepare": "husky js/.husky"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.1.1",
|
|
"@eslint/eslintrc": "^3.1.0",
|
|
"@eslint/js": "^9.9.0",
|
|
"@types/node": "^22.2.0",
|
|
"eslint": "^9.9.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.6.2",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-react": "^7.35.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"husky": "^9.1.4",
|
|
"lint-staged": "^15.2.8",
|
|
"prettier": "^3.3.3",
|
|
"tslib": "^2.6.3",
|
|
"typescript": "^5.5.4",
|
|
"typescript-eslint": "^8.1.0",
|
|
"wireit": "^0.14.7"
|
|
},
|
|
"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"
|
|
}
|
|
}
|