Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 16, 2024
1 parent 8c8ab15 commit e613330
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,36 +39,36 @@
"sync-labels": "github-label-sync --labels .github/labels.json adonisjs/redis"
},
"devDependencies": {
"@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.102",
"@types/node": "^20.10.7",
"c8": "^9.0.0",
"@adonisjs/assembler": "^7.7.0",
"@adonisjs/core": "^6.11.0",
"@adonisjs/eslint-config": "^1.3.0",
"@adonisjs/prettier-config": "^1.3.0",
"@adonisjs/tsconfig": "^1.3.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@japa/assert": "^3.0.0",
"@japa/expect-type": "^2.0.2",
"@japa/file-system": "^2.3.0",
"@japa/runner": "^3.1.4",
"@swc/core": "^1.6.1",
"@types/node": "^20.14.2",
"c8": "^10.1.2",
"copyfiles": "^2.4.1",
"del-cli": "^5.1.0",
"dotenv": "^16.3.1",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"github-label-sync": "^2.3.1",
"husky": "^8.0.3",
"np": "^9.2.0",
"prettier": "^3.1.1",
"husky": "^9.0.11",
"np": "^10.0.5",
"prettier": "^3.3.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
"tsup": "^8.1.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@poppinss/utils": "^6.7.0",
"emittery": "^1.0.1",
"ioredis": "^5.3.2"
"@poppinss/utils": "^6.7.3",
"emittery": "^1.0.3",
"ioredis": "^5.4.1"
},
"peerDependencies": {
"@adonisjs/core": "^6.2.0"
Expand Down

0 comments on commit e613330

Please sign in to comment.