Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Nov 29, 2023
1 parent e8a67e6 commit 3cc439c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,33 +42,33 @@
},
"devDependencies": {
"@adonisjs/core": "6.1.5-26",
"@adonisjs/eslint-config": "^1.1.8",
"@adonisjs/prettier-config": "^1.1.8",
"@adonisjs/tsconfig": "^1.1.8",
"@japa/assert": "2.0.0",
"@japa/file-system": "2.0.0",
"@japa/runner": "3.0.4",
"@japa/snapshot": "2.0.0",
"@swc/core": "1.3.80",
"@types/dedent": "^0.7.1",
"@types/node": "^20.8.7",
"@adonisjs/eslint-config": "^1.2.0",
"@adonisjs/prettier-config": "^1.2.0",
"@adonisjs/tsconfig": "^1.2.0",
"@japa/assert": "2.0.1",
"@japa/file-system": "2.0.1",
"@japa/runner": "3.1.0",
"@japa/snapshot": "2.0.3",
"@swc/core": "1.3.99",
"@types/dedent": "^0.7.2",
"@types/node": "^20.10.0",
"c8": "^8.0.1",
"copyfiles": "^2.4.1",
"defu": "^6.1.2",
"defu": "^6.1.3",
"del-cli": "^5.1.0",
"eslint": "^8.51.0",
"np": "^8.0.4",
"prettier": "^3.0.3",
"eslint": "^8.54.0",
"np": "^9.0.0",
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"typescript": "~5.2.2"
},
"dependencies": {
"@adonisjs/ace": "12.3.1-6",
"@antfu/install-pkg": "^0.1.1",
"@poppinss/cliui": "6.2.0",
"@antfu/install-pkg": "^0.3.0",
"@poppinss/cliui": "6.2.1",
"dedent": "^0.7.0",
"execa": "^8.0.1",
"ts-morph": "^19.0.0"
"ts-morph": "^20.0.0"
},
"author": "Julien Ripouteau <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/patchers/config_updater_patcher.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { join } from 'node:path'
import { Node, SourceFile, SyntaxKind } from 'ts-morph'

import { BasePatcher } from './base_patcher.js'
import { ObjectLiteralExpression, SourceFile, SyntaxKind } from 'ts-morph'
import { Node } from 'ts-morph'

export class ConfigUpdaterPatcher extends BasePatcher {
getConfigFile(path: string) {
Expand Down

0 comments on commit 3cc439c

Please sign in to comment.