aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json
index da1941c..0a55f5c 100644
--- a/package.json
+++ b/package.json
@@ -3,17 +3,17 @@
3 "version": "2.0.6", 3 "version": "2.0.6",
4 "description": "Ferdium server to replace the default Franz/Ferdi server.", 4 "description": "Ferdium server to replace the default Franz/Ferdi server.",
5 "engines": { 5 "engines": {
6 "node": "20.11.1", 6 "node": "20.12.0",
7 "pnpm": "8.15.3", 7 "pnpm": "8.15.5",
8 "python": "3.12.2" 8 "python": "3.12.2"
9 }, 9 },
10 "engine-strict": true, 10 "engine-strict": true,
11 "volta": { 11 "volta": {
12 "node": "20.11.1", 12 "node": "20.12.0",
13 "pnpm": "8.15.3", 13 "pnpm": "8.15.5",
14 "python": "3.12.2" 14 "python": "3.12.2"
15 }, 15 },
16 "packageManager": "pnpm@8.15.3", 16 "packageManager": "pnpm@8.15.5",
17 "homepage": "https://github.com/ferdium/ferdium-server", 17 "homepage": "https://github.com/ferdium/ferdium-server",
18 "license": "MIT License", 18 "license": "MIT License",
19 "scripts": { 19 "scripts": {
@@ -45,21 +45,21 @@
45 "@types/source-map-support": "0.5.10", 45 "@types/source-map-support": "0.5.10",
46 "@types/targz": "1.0.4", 46 "@types/targz": "1.0.4",
47 "@types/uuid": "9.0.8", 47 "@types/uuid": "9.0.8",
48 "@typescript-eslint/eslint-plugin": "6.21.0", 48 "@typescript-eslint/eslint-plugin": "7.4.0",
49 "@typescript-eslint/parser": "6.21.0", 49 "@typescript-eslint/parser": "7.3.1",
50 "adonis-preset-ts": "2.1.0", 50 "adonis-preset-ts": "2.1.0",
51 "cross-env": "7.0.3", 51 "cross-env": "7.0.3",
52 "eslint": "8.56.0", 52 "eslint": "8.57.0",
53 "eslint-config-prettier": "9.1.0", 53 "eslint-config-prettier": "9.1.0",
54 "eslint-plugin-adonis": "2.1.1", 54 "eslint-plugin-adonis": "2.1.1",
55 "eslint-plugin-import": "2.29.1", 55 "eslint-plugin-import": "2.29.1",
56 "eslint-plugin-prettier": "5.1.3", 56 "eslint-plugin-prettier": "5.1.3",
57 "eslint-plugin-unicorn": "50.0.1", 57 "eslint-plugin-unicorn": "51.0.1",
58 "husky": "9.0.11", 58 "husky": "9.0.11",
59 "is-ci": "3.0.1", 59 "is-ci": "3.0.1",
60 "pino-pretty": "10.3.1", 60 "pino-pretty": "10.3.1",
61 "prettier": "3.2.5", 61 "prettier": "3.2.5",
62 "typescript": "5.3.3", 62 "typescript": "5.4.3",
63 "youch": "3.3.3", 63 "youch": "3.3.3",
64 "youch-terminal": "2.2.3" 64 "youch-terminal": "2.2.3"
65 }, 65 },