File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010import './src/types/extended.js'
1111import type { PluginFn } from '@japa/runner/types'
1212import { CookieClient } from '@adonisjs/core/http'
13- import type { ApplicationService } from '@adonisjs/core/types'
1413import { Encryption } from '@adonisjs/core/encryption'
14+ import type { ApplicationService } from '@adonisjs/core/types'
1515
1616import { extendContext } from './src/extend_context.ts'
1717import { verifyPrompts } from './src/verify_prompts.ts'
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments