Skip to content

Commit

Permalink
fix(eslint): eslint stopped working
Browse files Browse the repository at this point in the history
  • Loading branch information
victorperin committed Feb 4, 2024
1 parent a31cbd2 commit 8699f1f
Show file tree
Hide file tree
Showing 3 changed files with 416 additions and 1,061 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@stryker-mutator/core": "^5.6.1",
"@stryker-mutator/jest-runner": "^5.6.1",
"@stryker-mutator/typescript-checker": "^5.6.1",
"@types/common-tags": "^1.8.4",
"@types/jest": "^27.5.2",
"@types/node": "^20.11.0",
"@types/node": "^20.11.16",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-editorconfig": "^3.2.0",
Expand All @@ -58,15 +58,15 @@
"gh-pages": "^3.2.3",
"husky": "^7.0.4",
"jest": "^29.7.0",
"jest-extended": "^0.11.5",
"jest-extended": "^4.0.2",
"jest-ts-auto-mock": "^2.1.0",
"lint-staged": "^11.2.6",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"semantic-release": "^19.0.5",
"source-map-support": "^0.5.21",
"ts-auto-mock": "^3.7.2",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"tsc-prog": "^2.3.0",
Expand Down
Loading

0 comments on commit 8699f1f

Please sign in to comment.