Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed May 15, 2024
1 parent d3782ab commit c197793
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@boringnode/bus",
"version": "0.5.0",
"description": "A simple and lean driver-based service bus implementation",
"version": "0.5.0",
"engines": {
"node": ">=20.11.1"
},
Expand All @@ -28,41 +28,41 @@
"quick:test": "node --loader ts-node/esm --enable-source-maps bin/test.ts",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"ioredis": "^5.0.0"
},
"peerDependenciesMeta": {
"ioredis": {
"optional": true
}
},
"dependencies": {
"@paralleldrive/cuid2": "^2.2.2",
"@poppinss/utils": "^6.7.2",
"object-hash": "^3.0.0"
},
"devDependencies": {
"@adonisjs/eslint-config": "^1.2.1",
"@adonisjs/prettier-config": "^1.2.1",
"@adonisjs/tsconfig": "^1.2.1",
"@adonisjs/eslint-config": "^1.3.0",
"@adonisjs/prettier-config": "^1.3.0",
"@adonisjs/tsconfig": "^1.3.0",
"@japa/assert": "^2.1.0",
"@japa/expect-type": "^2.0.1",
"@japa/runner": "^3.1.1",
"@swc/core": "^1.4.0",
"@testcontainers/redis": "^10.7.1",
"@types/node": "^20.12.5",
"@japa/expect-type": "^2.0.2",
"@japa/runner": "^3.1.4",
"@swc/core": "^1.5.7",
"@testcontainers/redis": "^10.9.0",
"@types/node": "^20.12.12",
"@types/object-hash": "^3.0.6",
"c8": "^9.1.0",
"del-cli": "^5.1.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"ioredis": "^5.3.2",
"ioredis": "^5.4.1",
"prettier": "^3.2.5",
"release-it": "^17.1.1",
"release-it": "^17.2.1",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@paralleldrive/cuid2": "^2.2.2",
"@poppinss/utils": "^6.7.3",
"object-hash": "^3.0.0"
},
"peerDependencies": {
"ioredis": "^5.0.0"
},
"peerDependenciesMeta": {
"ioredis": {
"optional": true
}
},
"author": "Romain Lanz <romain.lanz@pm.me>",
"license": "MIT",
Expand All @@ -71,10 +71,10 @@
"transport",
"service bus"
],
"prettier": "@adonisjs/prettier-config",
"eslintConfig": {
"extends": "@adonisjs/eslint-config/package"
},
"prettier": "@adonisjs/prettier-config",
"publishConfig": {
"access": "public",
"tag": "latest"
Expand Down

0 comments on commit c197793

Please sign in to comment.