Skip to content

Commit

Permalink
question: removeDigit
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Feb 28, 2024
1 parent 463b8c8 commit d821c44
Show file tree
Hide file tree
Showing 6 changed files with 725 additions and 600 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ I started this in the [issue #176](https://buttondown.email/cassidoo/archive/we-
- [337 - daysBetween](src/2024/337-daysBetween)
- [339 - fromTo](src/2024/339-fromTo)
- [340 - wordLengthProduct](src/2024/340-wordLengthProduct)
- [341 - removeDigit](src/2024/341-removeDigit)
</details>

## Installing & Running
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"dotenv-cli": "^7.3.0"
},
"devDependencies": {
"@stryker-mutator/core": "^8.2.4",
"@stryker-mutator/typescript-checker": "^8.2.4",
"@stryker-mutator/vitest-runner": "^8.2.4",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitest/coverage-v8": "^1.3.0",
"eslint": "^8.56.0",
"@stryker-mutator/core": "^8.2.6",
"@stryker-mutator/typescript-checker": "^8.2.6",
"@stryker-mutator/vitest-runner": "^8.2.6",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitest/coverage-v8": "^1.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -31,6 +31,6 @@
"husky": "^9.0.11",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vitest": "^1.3.0"
"vitest": "^1.3.1"
}
}

0 comments on commit d821c44

Please sign in to comment.