Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 9, 2024
1 parent 74412a5 commit 7bffd15
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@
"author": "adonisjs,virk",
"license": "MIT",
"devDependencies": {
"@adonisjs/assembler": "^7.0.0-0",
"@adonisjs/core": "^6.1.5-34",
"@adonisjs/eslint-config": "^1.2.0",
"@adonisjs/prettier-config": "^1.2.0",
"@adonisjs/tsconfig": "^1.2.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@adonisjs/assembler": "^7.0.0",
"@adonisjs/core": "^6.2.0",
"@adonisjs/eslint-config": "^1.2.1",
"@adonisjs/prettier-config": "^1.2.1",
"@adonisjs/tsconfig": "^1.2.1",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@japa/assert": "^2.1.0",
"@japa/expect-type": "^2.0.1",
"@japa/file-system": "^2.1.1",
"@japa/runner": "^3.1.1",
"@swc/core": "^1.3.101",
"@types/node": "^20.10.5",
"c8": "^8.0.1",
"@swc/core": "^1.3.102",
"@types/node": "^20.10.7",
"c8": "^9.0.0",
"copyfiles": "^2.4.1",
"del-cli": "^5.1.0",
"dotenv": "^16.3.1",
Expand All @@ -78,7 +78,7 @@
"@poppinss/utils": "^6.7.0"
},
"peerDependencies": {
"@adonisjs/core": "^6.1.5-34"
"@adonisjs/core": "^6.2.0"
},
"repository": {
"type": "git",
Expand Down
7 changes: 1 addition & 6 deletions tests/ally_provider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ import { AllyManager } from '../src/ally_manager.js'
import { defineConfig, services } from '../src/define_config.js'

const BASE_URL = new URL('./tmp/', import.meta.url)
const IMPORTER = (filePath: string) => {
return import(filePath)
}

test.group('Ally provider', () => {
test('define HttpContext.ally property', async ({ assert }) => {
Expand All @@ -40,9 +37,7 @@ test.group('Ally provider', () => {
}),
},
})
.create(BASE_URL, {
importer: IMPORTER,
})
.create(BASE_URL)

const app = ignitor.createApp('web')
await app.init()
Expand Down

0 comments on commit 7bffd15

Please sign in to comment.