From 3f22761c584a0e36f5d7dd6430a4d0ecb156de6b Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Mon, 28 Oct 2024 18:54:26 +0530 Subject: [PATCH] ci: add Node.js v23 (#196) * ci: add Node.js v23 * chore: update dependencies to the latest version --- .github/workflows/ci.yml | 2 +- package.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f5263b..29d8d36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [22.x, 21.x, 20.x, 18.x, "18.18.0"] + node: [23.x, 22.x, 20.x, 18.x, "18.18.0"] include: - os: windows-latest node: "lts/*" diff --git a/package.json b/package.json index bd7fa68..020f53c 100644 --- a/package.json +++ b/package.json @@ -34,19 +34,19 @@ "test": "mocha --recursive tests" }, "dependencies": { - "yeoman-generator": "^5.6.1" + "yeoman-generator": "^7.3.3" }, "devDependencies": { - "eslint": "^9.5.0", + "eslint": "^9.13.0", "eslint-config-eslint": "^11.0.0", "eslint-release": "^3.2.2", - "globals": "^15.1.0", + "globals": "^15.11.0", "markdownlint-cli": "^0.31.1", - "mocha": "^10.4.0", + "mocha": "^10.7.3", "npm-run-all": "^4.1.5", "yeoman-assert": "^3.1.1", - "yeoman-environment": "^3.9.1", - "yeoman-test": "^6.3.0" + "yeoman-environment": "^4.4.3", + "yeoman-test": "^10.0.1" }, "peerDependencies": { "yo": ">=4.0.0"