Skip to content

Commit

Permalink
deps: Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Feb 6, 2024
1 parent 4e29ea7 commit c8f4a50
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 139 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"dotenv-cli": "^7.3.0"
},
"devDependencies": {
"@stryker-mutator/core": "^8.2.2",
"@stryker-mutator/typescript-checker": "^8.2.2",
"@stryker-mutator/vitest-runner": "^8.2.2",
"@types/node": "^20.11.10",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@stryker-mutator/core": "^8.2.3",
"@stryker-mutator/typescript-checker": "^8.2.3",
"@stryker-mutator/vitest-runner": "^8.2.3",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-v8": "^1.2.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -28,8 +28,8 @@
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"husky": "^9.0.7",
"prettier": "^3.2.4",
"husky": "^9.0.10",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
}
Expand Down

0 comments on commit c8f4a50

Please sign in to comment.