Skip to content

Commit

Permalink
fix: pin latest adonisjs/assembler version
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 15, 2024
1 parent 5c61a37 commit 88e3ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/InstallDependencies/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const task: TaskFn = async (_, logger, { pkg, client, boilerplate, debug }) => {
pkg.install('youch-terminal')
pkg.install('pino-pretty')
pkg.install('adonis-preset-ts')
pkg.install('@adonisjs/[email protected].5')
pkg.install('@adonisjs/[email protected].6')
pkg.install('@types/source-map-support')
pkg.install('@types/proxy-addr')

Expand Down

0 comments on commit 88e3ca7

Please sign in to comment.