Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 18, 2023
1 parent 3b478b7 commit 2f4316f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,38 +44,38 @@
"sync-labels": "github-label-sync --labels .github/labels.json adonisjs/redis"
},
"devDependencies": {
"@adonisjs/assembler": "^6.1.3-18",
"@adonisjs/core": "^6.1.5-19",
"@adonisjs/assembler": "^6.1.3-25",
"@adonisjs/core": "^6.1.5-27",
"@adonisjs/eslint-config": "^1.1.8",
"@adonisjs/prettier-config": "^1.1.8",
"@adonisjs/tsconfig": "^1.1.8",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@japa/assert": "2.0.0-1",
"@japa/expect-type": "2.0.0-0",
"@japa/file-system": "2.0.0-1",
"@japa/runner": "3.0.0-6",
"@swc/core": "^1.3.69",
"@types/node": "^20.4.2",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@japa/assert": "^2.0.0",
"@japa/expect-type": "^2.0.0",
"@japa/file-system": "^2.0.0",
"@japa/runner": "^3.0.2",
"@swc/core": "1.3.82",
"@types/node": "^20.8.6",
"c8": "^8.0.0",
"copyfiles": "^2.4.1",
"del-cli": "^5.0.0",
"del-cli": "^5.1.0",
"dotenv": "^16.3.1",
"eslint": "^8.45.0",
"eslint": "^8.51.0",
"github-label-sync": "^2.3.1",
"husky": "^8.0.3",
"np": "^8.0.4",
"prettier": "^3.0.0",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"dependencies": {
"@poppinss/utils": "6.5.0-3",
"@poppinss/utils": "^6.5.0",
"emittery": "^1.0.1",
"ioredis": "^5.3.2"
},
"peerDependencies": {
"@adonisjs/core": "^6.1.5-19"
"@adonisjs/core": "^6.1.5-27"
},
"author": "virk,adonisjs",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions stubs/config/redis.stub
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
to: {{ app.configPath('redis.ts') }}
---
{{{
exports({ to: app.configPath('redis.ts') })
}}}
import env from '#start/env'
import { defineConfig } from '@adonisjs/redis'

Expand Down

0 comments on commit 2f4316f

Please sign in to comment.