Skip to content

Commit

Permalink
chore(deps): update dependencies (#38)
Browse files Browse the repository at this point in the history
Just update all dependencies.
  • Loading branch information
mheob authored Jul 29, 2023
1 parent 20a8c39 commit d51c605
Show file tree
Hide file tree
Showing 4 changed files with 518 additions and 585 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,25 @@
}
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@mheob/commitlint-config": "^1.1.0",
"@mheob/eslint-config": "^5.0.1",
"@mheob/prettier-config": "^3.0.1",
"@mheob/eslint-config": "^5.1.0",
"@mheob/prettier-config": "^3.1.0",
"@mheob/tsconfig": "^2.0.0",
"@types/node": "^18.16.18",
"@vitest/coverage-c8": "^0.32.2",
"@types/node": "^20.4.5",
"@vitest/coverage-c8": "^0.33.0",
"commitizen": "^4.3.0",
"concurrently": "^8.2.0",
"cz-git": "^1.6.1",
"eslint": "^8.43.0",
"cz-git": "^1.7.0",
"eslint": "^8.46.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"vitest": "^0.32.2"
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit d51c605

Please sign in to comment.