Skip to content

Commit 0e3a41f

Browse files
committed
chore: update peer dependencies
1 parent 89024ef commit 0e3a41f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
import './src/types/extended.js'
1111
import type { PluginFn } from '@japa/runner/types'
1212
import { CookieClient } from '@adonisjs/core/http'
13-
import type { ApplicationService } from '@adonisjs/core/types'
1413
import { Encryption } from '@adonisjs/core/encryption'
14+
import type { ApplicationService } from '@adonisjs/core/types'
1515

1616
import { extendContext } from './src/extend_context.ts'
1717
import { verifyPrompts } from './src/verify_prompts.ts'

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
"typescript": "^5.9.3"
5959
},
6060
"peerDependencies": {
61-
"@adonisjs/core": "^7.0.0-next.0",
62-
"@japa/api-client": "^3.0.0",
63-
"@japa/browser-client": "^2.0.3",
64-
"@japa/runner": "^4.0.0",
65-
"playwright": "^1.55.0"
61+
"@adonisjs/core": "^7.0.0-next.15",
62+
"@japa/api-client": "^3.1.0",
63+
"@japa/browser-client": "^2.2.0",
64+
"@japa/runner": "^4.0.0 || ^5.0.0",
65+
"playwright": "^1.57.0"
6666
},
6767
"peerDependenciesMeta": {
6868
"@japa/api-client": {

0 commit comments

Comments
 (0)