635481a98d
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.2 to 5.4.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.2...v5.4.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
915 B
JSON
32 lines
915 B
JSON
{
|
|
"name": "root",
|
|
"type": "module",
|
|
"scripts": {
|
|
"prepare": "cd .. && husky js/.husky"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.30",
|
|
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"eslint": "^8.57.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.4.1",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"husky": "^9.0.11",
|
|
"lint-staged": "^15.2.2",
|
|
"prettier": "^3.2.5",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.4.3",
|
|
"wireit": "^0.14.4"
|
|
},
|
|
"packageManager": "pnpm@8.10.0",
|
|
"lint-staged": {
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
}
|
|
}
|