Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Aug 2, 2023
1 parent 98ad122 commit e59facd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"quick:test": "node --enable-source-maps --loader=ts-node/esm bin/test.ts"
},
"devDependencies": {
"@adonisjs/core": "^6.1.5-14",
"@adonisjs/core": "^6.1.5-15",
"@adonisjs/eslint-config": "^1.1.8",
"@adonisjs/prettier-config": "^1.1.8",
"@adonisjs/redis": "^8.0.0-8",
Expand Down Expand Up @@ -74,8 +74,8 @@
"@poppinss/utils": "^6.5.0-5"
},
"peerDependencies": {
"@adonisjs/core": "^6.1.5-12",
"@adonisjs/redis": "^8.0.0-7"
"@adonisjs/core": "^6.1.5-15",
"@adonisjs/redis": "^8.0.0-8"
},
"peerDependenciesMeta": {
"@adonisjs/redis": {
Expand Down
2 changes: 1 addition & 1 deletion src/drivers/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import type { Stats } from 'node:fs'
import { dirname, join } from 'node:path'
import string from '@poppinss/utils/string'
import { MessageBuilder } from '@poppinss/utils'
import { MessageBuilder } from '@adonisjs/core/helpers'
import { access, mkdir, readFile, rm, writeFile, utimes, stat } from 'node:fs/promises'

import type { FileDriverConfig, SessionData, SessionDriverContract } from '../types/main.js'
Expand Down
2 changes: 1 addition & 1 deletion src/drivers/redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

import string from '@poppinss/utils/string'
import { MessageBuilder } from '@poppinss/utils'
import { MessageBuilder } from '@adonisjs/core/helpers'
import type { RedisService } from '@adonisjs/redis/types'

import type { SessionDriverContract, RedisDriverConfig, SessionData } from '../types/main.js'
Expand Down

0 comments on commit e59facd

Please sign in to comment.