From 788cc97b0987c4d42e8c05ccd34eac9980c5b21f Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 23 Jan 2024 18:22:37 +0000 Subject: [PATCH] build(deps-dev): bump dev dependencies --- package.json | 10 +++++----- tsconfig.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 1d904c0..a50f7d4 100644 --- a/package.json +++ b/package.json @@ -74,25 +74,25 @@ "testTimeout": 10000 }, "devDependencies": { - "@commitlint/cli": "^18.4.4", - "@commitlint/config-conventional": "^18.4.4", + "@commitlint/cli": "^18.5.0", + "@commitlint/config-conventional": "^18.5.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.1.0", "@types/jest": "^29.5.11", "eslint": "^8.56.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jest": "^27.6.1", + "eslint-plugin-jest": "^27.6.3", "eslint-plugin-jsdoc": "^48.0.2", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-regexp": "^2.1.2", + "eslint-plugin-regexp": "^2.2.0", "eslint-plugin-security": "^2.1.0", "husky": "^8.0.3", "is-html": "^2.0.0", "jest": "^29.7.0", "jsdoc-to-markdown": "^8.0.0", "license-checker": "^25.0.1", - "prettier": "^3.1.1", + "prettier": "^3.2.4", "spdx-copyleft": "^1.0.0", "typescript": "^5.3.3" }, diff --git a/tsconfig.json b/tsconfig.json index e73e3c3..0f34a80 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "moduleResolution": "NodeNext", "outDir": "types", "resolveJsonModule": true, - "target": "ES2022" + "target": "ES2022", }, - "include": ["src/index.js"] + "include": ["src/index.js"], }