Skip to content

Commit

Permalink
chore: cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 8, 2024
1 parent 0a45d5b commit 9613852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions modules/ace/codemods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

import { slash } from '@poppinss/utils'
import { EventEmitter } from 'node:events'
import type { Logger } from '@poppinss/cliui'
import { EnvEditor } from '@adonisjs/env/editor'
import type { UIPrimitives } from '@adonisjs/ace/types'
import type { CodeTransformer } from '@adonisjs/assembler/code_transformer'
import type {
MiddlewareNode,
Expand Down Expand Up @@ -45,7 +45,7 @@ export class Codemods extends EventEmitter {
/**
* Reference to CLI logger to write logs
*/
#cliLogger: Logger
#cliLogger: UIPrimitives['logger']

/**
* Overwrite existing files when generating files
Expand All @@ -58,7 +58,7 @@ export class Codemods extends EventEmitter {
*/
verboseInstallOutput = false

constructor(app: Application<any>, cliLogger: Logger) {
constructor(app: Application<any>, cliLogger: UIPrimitives['logger']) {
super()
this.#app = app
this.#cliLogger = cliLogger
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"del-cli": "^5.1.0",
"edge.js": "^6.0.1",
"eslint": "^8.56.0",
"execa": "^8.0.1",
"get-port": "^7.0.0",
"github-label-sync": "^2.3.1",
"husky": "^8.0.3",
Expand Down Expand Up @@ -131,7 +132,6 @@
"@poppinss/utils": "^6.7.0",
"@sindresorhus/is": "^6.0.1",
"@types/he": "^1.2.3",
"execa": "^8.0.1",
"he": "^1.2.0",
"parse-imports": "^1.1.2",
"pretty-hrtime": "^1.0.3",
Expand Down

0 comments on commit 9613852

Please sign in to comment.