From 0e02a0346e2094afd9fbd4e275f5fcaf7de367c1 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Mon, 6 Nov 2023 12:40:45 +0530 Subject: [PATCH] chore: update dependencies --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1b7bdce..b8e52f6 100644 --- a/package.json +++ b/package.json @@ -39,16 +39,16 @@ "@adonisjs/eslint-config": "^1.1.8", "@adonisjs/prettier-config": "^1.1.8", "@adonisjs/tsconfig": "^1.1.8", - "@commitlint/cli": "^17.7.2", - "@commitlint/config-conventional": "^17.7.0", + "@commitlint/cli": "^18.2.0", + "@commitlint/config-conventional": "^18.1.0", "@japa/assert": "^2.0.0", "@japa/expect-type": "^2.0.0", - "@japa/runner": "^3.0.1", - "@swc/core": "1.3.82", - "@types/node": "^20.8.6", + "@japa/runner": "^3.0.4", + "@swc/core": "^1.3.96", + "@types/node": "^20.8.10", "c8": "^8.0.1", "del-cli": "^5.1.0", - "eslint": "^8.51.0", + "eslint": "^8.53.0", "github-label-sync": "^2.3.1", "husky": "^8.0.3", "np": "^8.0.4",