Skip to content

Commit

Permalink
deps: Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Mar 11, 2024
1 parent 5aed4db commit 48792f3
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 267 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"index": "sh generate-index.sh"
},
"dependencies": {
"dotenv-cli": "^7.3.0"
"dotenv-cli": "^7.4.1"
},
"devDependencies": {
"@stryker-mutator/core": "^8.2.6",
"@stryker-mutator/typescript-checker": "^8.2.6",
"@stryker-mutator/vitest-runner": "^8.2.6",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitest/coverage-v8": "^1.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -30,7 +30,7 @@
"eslint-plugin-promise": "^6.1.1",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
}
}

0 comments on commit 48792f3

Please sign in to comment.