Skip to content

Commit

Permalink
deps: Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Dec 10, 2024
1 parent ae9c443 commit ccd2d26
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 322 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"dotenv-cli": "^7.4.4"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@stryker-mutator/core": "^8.6.0",
"@stryker-mutator/typescript-checker": "^8.6.0",
"@stryker-mutator/vitest-runner": "^8.6.0",
"@types/node": "^22.10.0",
"@vitest/coverage-v8": "^2.1.6",
"axios": "^1.7.8",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"@eslint/js": "^9.16.0",
"@stryker-mutator/core": "^8.7.0",
"@stryker-mutator/typescript-checker": "^8.7.0",
"@stryker-mutator/vitest-runner": "^8.7.0",
"@types/node": "^22.10.1",
"@vitest/coverage-v8": "^2.1.8",
"axios": "^1.7.9",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"husky": "^9.1.7",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vitest": "^2.1.6"
"typescript-eslint": "^8.18.0",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit ccd2d26

Please sign in to comment.