Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 22, 2024
1 parent ae16267 commit 8cc09c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
"@japa/expect-type": "^2.0.2",
"@japa/file-system": "^2.3.0",
"@japa/runner": "^3.1.4",
"@swc/core": "^1.6.1",
"@types/node": "^20.14.5",
"@swc/core": "^1.6.5",
"@types/node": "^20.14.7",
"@types/pretty-hrtime": "^1.0.3",
"@types/sinon": "^17.0.3",
"@types/supertest": "^6.0.2",
Expand All @@ -106,17 +106,17 @@
"del-cli": "^5.1.0",
"edge.js": "^6.0.2",
"eslint": "^8.57.0",
"execa": "^9.2.0",
"execa": "^9.3.0",
"get-port": "^7.1.0",
"github-label-sync": "^2.3.1",
"husky": "^9.0.11",
"prettier": "^3.3.2",
"release-it": "^17.3.0",
"release-it": "^17.4.0",
"sinon": "^18.0.0",
"supertest": "^7.0.0",
"test-console": "^2.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"@adonisjs/ace": "^13.1.0",
Expand Down
4 changes: 2 additions & 2 deletions tests/commands/configure.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ test.group('Configure command | health checks', (group) => {
])

await assert.fileContains('start/health.ts', [
'new DiskSpaceHealthCheck()',
'new MemoryHeapHealthCheck()',
'new DiskSpaceCheck()',
'new MemoryHeapCheck()',
'export const healthChecks = ',
])
await assert.fileContains('app/controllers/health_checks_controller.ts', [
Expand Down

0 comments on commit 8cc09c2

Please sign in to comment.