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 Jul 19, 2023
1 parent 721b701 commit f450a07
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 502 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"packages/*"
],
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@sapphire/ts-config": "^4.0.0",
"@swc/core": "^1.3.62",
"@types/node": "^18.16.17",
"@swc/core": "^1.3.70",
"@types/node": "^18.16.19",
"husky": "^8.0.3",
"nodemon": "^3.0.0",
"nodemon": "^3.0.1",
"rome": "^11.0.0",
"tslib": "^2.5.3",
"tsup": "^7.0.0",
"turbo": "^1.10.3",
"typescript": "^5.1.3"
"tslib": "^2.6.0",
"tsup": "^7.1.0",
"turbo": "^1.10.9",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=16.6.0",
Expand Down
10 changes: 5 additions & 5 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/core": "^1.3.70",
"@swc/jest": "^0.2.26",
"@types/bcrypt": "^5.0.0",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.17",
"@types/jest": "^29.5.3",
"@types/node": "^18.16.19",
"@types/ws": "^8.5.5",
"jest": "^29.5.0",
"pino-pretty": "^10.0.0"
"jest": "^29.6.1",
"pino-pretty": "^10.0.1"
}
}

0 comments on commit f450a07

Please sign in to comment.