Skip to content

Commit

Permalink
chore(deps): update all non-major dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 18, 2024
1 parent c31bc96 commit b65c638
Show file tree
Hide file tree
Showing 3 changed files with 1,020 additions and 677 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"packages/*"
],
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@sapphire/ts-config": "^5.0.0",
"@swc/core": "^1.3.62",
"@types/node": "^20.8.9",
"husky": "^9.0.6",
"nodemon": "^3.0.0",
"@biomejs/biome": "^1.0.0",
"tslib": "^2.5.3",
"tsup": "^8.0.0",
"turbo": "^1.10.3",
"typescript": "^5.1.3"
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@sapphire/ts-config": "^5.0.1",
"@swc/core": "^1.4.16",
"@types/node": "^20.12.7",
"husky": "^9.0.11",
"nodemon": "^3.1.0",
"@biomejs/biome": "^1.7.0",
"tslib": "^2.6.2",
"tsup": "^8.0.2",
"turbo": "^1.13.2",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=16.6.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
]
},
"devDependencies": {
"@swc/core": "^1.3.62",
"@swc/jest": "^0.2.26",
"@types/bcrypt": "^5.0.0",
"@types/jest": "^29.5.2",
"@types/node": "^20.8.9",
"@types/ws": "^8.5.5",
"jest": "^29.5.0",
"@swc/core": "^1.4.16",
"@swc/jest": "^0.2.36",
"@types/bcrypt": "^5.0.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/ws": "^8.5.10",
"jest": "^29.7.0",
"pino-pretty": "^11.0.0"
}
}

0 comments on commit b65c638

Please sign in to comment.