4716c956b0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.19.1 to 6.20.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
923 B
JSON
32 lines
923 B
JSON
{
|
|
"name": "root",
|
|
"type": "module",
|
|
"scripts": {
|
|
"prepare": "cd .. && husky install js/.husky"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.10",
|
|
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
|
"@typescript-eslint/parser": "^6.20.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-cypress": "^2.15.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-lodash": "^7.4.0",
|
|
"eslint-plugin-mocha": "^10.2.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^15.2.0",
|
|
"prettier": "^3.2.4",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.3.3",
|
|
"wireit": "^0.14.4"
|
|
},
|
|
"packageManager": "pnpm@8.10.0",
|
|
"lint-staged": {
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
}
|
|
}
|