Skip to content

Commit

Permalink
fix: adjust conflicting deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Aug 2, 2024
1 parent a5878b0 commit 42bed93
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,24 +72,25 @@
"reflect-metadata": "0.2.2"
},
"devDependencies": {
"@codecov/vite-plugin": "0.0.1-beta.6",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@release-it/conventional-changelog": "8.0.1",
"@types/node": "22.0.2",
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"@vitest/coverage-v8": "2.0.5",
"eslint": "9.8.0",
"@codecov/vite-plugin": "^0.0.1-beta.5",
"@commitlint/cli": "18.0.0",
"@commitlint/config-conventional": "17.7.0",
"@release-it/conventional-changelog": "7.0.1",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "9.0.6",
"@types/node": "^20.4.9",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"@vitest/coverage-v8": "1.4.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"husky": "9.1.4",
"husky": "8.0.3",
"prettier": "3.0.3",
"release-it": "17.6.0",
"ts-jest": "29.0.5",
"release-it": "16.1.5",
"typescript": "5.2.2",
"vite": "5.2.8",
"vite-tsconfig-paths": "4.3.2",
"vitest": "2.0.5"
"vitest": "1.4.0"
},
"release-it": {
"git": {
Expand Down

0 comments on commit 42bed93

Please sign in to comment.