From 484bcd8928dde915e1e0b4432fcd0f25cd6b2bc5 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Mon, 1 Apr 2024 14:42:14 +0000 Subject: Update dev scripts (#126) * Upgrade pnpm to 8.15.5 * Upgrade node to latest LTS (20.12.0) and some other modules --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index da1941c..0a55f5c 100644 --- a/package.json +++ b/package.json @@ -3,17 +3,17 @@ "version": "2.0.6", "description": "Ferdium server to replace the default Franz/Ferdi server.", "engines": { - "node": "20.11.1", - "pnpm": "8.15.3", + "node": "20.12.0", + "pnpm": "8.15.5", "python": "3.12.2" }, "engine-strict": true, "volta": { - "node": "20.11.1", - "pnpm": "8.15.3", + "node": "20.12.0", + "pnpm": "8.15.5", "python": "3.12.2" }, - "packageManager": "pnpm@8.15.3", + "packageManager": "pnpm@8.15.5", "homepage": "https://github.com/ferdium/ferdium-server", "license": "MIT License", "scripts": { @@ -45,21 +45,21 @@ "@types/source-map-support": "0.5.10", "@types/targz": "1.0.4", "@types/uuid": "9.0.8", - "@typescript-eslint/eslint-plugin": "6.21.0", - "@typescript-eslint/parser": "6.21.0", + "@typescript-eslint/eslint-plugin": "7.4.0", + "@typescript-eslint/parser": "7.3.1", "adonis-preset-ts": "2.1.0", "cross-env": "7.0.3", - "eslint": "8.56.0", + "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-adonis": "2.1.1", "eslint-plugin-import": "2.29.1", "eslint-plugin-prettier": "5.1.3", - "eslint-plugin-unicorn": "50.0.1", + "eslint-plugin-unicorn": "51.0.1", "husky": "9.0.11", "is-ci": "3.0.1", "pino-pretty": "10.3.1", "prettier": "3.2.5", - "typescript": "5.3.3", + "typescript": "5.4.3", "youch": "3.3.3", "youch-terminal": "2.2.3" }, -- cgit v1.2.3-70-g09d2