Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 47a0078

Browse files
chore(deps): update all non-major dev-dependencies (#176)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent afba2fb commit 47a0078

File tree

4 files changed

+75
-75
lines changed

4 files changed

+75
-75
lines changed

apps/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@japa/runner": "^3.1.4",
3131
"@types/eventsource": "^1.1.15",
3232
"@types/lodash": "^4.17.5",
33-
"discord-api-types": "^0.37.89",
34-
"tsx": "4.15.5"
33+
"discord-api-types": "^0.37.90",
34+
"tsx": "4.15.7"
3535
}
3636
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"@sapphire/ts-config": "^5.0.1",
2020
"@snowcrystals/eslint-config": "^1.0.2",
2121
"@snowcrystals/prettier-config": "^1.0.0",
22-
"@types/node": "^20.14.2",
22+
"@types/node": "^20.14.8",
2323
"eslint": "^8.57.0",
2424
"husky": "^9.0.11",
2525
"is-ci": "^3.0.1",
2626
"lint-staged": "^15.2.7",
27-
"nodemon": "^3.1.3",
27+
"nodemon": "^3.1.4",
2828
"prettier": "^3.3.2",
2929
"tsconfig-paths": "^4.2.0",
3030
"turbo": "1.13.4",
31-
"typescript": "5.4.5"
31+
"typescript": "5.5.2"
3232
},
3333
"dependencies": {
3434
"dotenv-cli": "7.4.2",

packages/database/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"drizzle-kit": "^0.22.7",
3131
"@japa/expect": "^3.0.2",
3232
"@japa/runner": "^3.1.4",
33-
"tsx": "4.15.5",
34-
"typescript": "5.4.5"
33+
"tsx": "4.15.7",
34+
"typescript": "5.5.2"
3535
}
3636
}

0 commit comments

Comments
 (0)