From 51a9868dd3c603c003bd41f572e2de2208b0ab9f Mon Sep 17 00:00:00 2001 From: maggot-code Date: Thu, 12 Dec 2024 04:49:36 +0800 Subject: [PATCH] chore: Update @types/node, bumpp, eslint-plugin-jsdoc, and typescript-eslint to latest versions --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7eec450..0d680a7 100644 --- a/package.json +++ b/package.json @@ -40,20 +40,20 @@ "@eslint/js": "^9.16.0", "@types/eslint": "^9.6.1", "@types/eslint__js": "^8.42.3", - "@types/node": "^22.10.1", - "bumpp": "^9.8.1", + "@types/node": "^22.10.2", + "bumpp": "^9.9.0", "eslint": "^9.16.0", "tsup": "^8.3.5", "typescript": "^5.7.2", "vue": "^3.5.13" }, "dependencies": { - "@stylistic/eslint-plugin": "^2.11.0", - "@typescript-eslint/parser": "^8.17.0", + "@stylistic/eslint-plugin": "^2.12.1", + "@typescript-eslint/parser": "^8.18.0", "eslint-merge-processors": "^0.1.0", "eslint-plugin-antfu": "^2.7.0", "eslint-plugin-command": "^0.2.6", - "eslint-plugin-jsdoc": "^50.6.0", + "eslint-plugin-jsdoc": "^50.6.1", "eslint-plugin-jsonc": "^2.18.2", "eslint-plugin-unused-imports": "^4.1.4", "eslint-plugin-vue": "^9.32.0", @@ -61,7 +61,7 @@ "globals": "^15.13.0", "jsonc-eslint-parser": "^2.4.0", "local-pkg": "^0.5.1", - "typescript-eslint": "^8.17.0", + "typescript-eslint": "^8.18.0", "vue-eslint-parser": "^9.4.3" } }