Skip to content

Commit

Permalink
refactor: remove application dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jun 2, 2024
1 parent 2b473a8 commit eb6f51d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@adonisjs/application": "8.1.0",
"@adonisjs/assembler": "^7.2.2",
"@adonisjs/core": "6.3.1",
"@adonisjs/eslint-config": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/build_hook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

import { multibuild } from '@vavite/multibuild'
import type { AssemblerHookHandler } from '@adonisjs/application/types'
import type { AssemblerHookHandler } from '@adonisjs/core/types/app'

/**
* This is an Assembler hook that should be executed when the application is
Expand Down

0 comments on commit eb6f51d

Please sign in to comment.