From 680073980b211063b1c1177fa6c3841d5862f4e0 Mon Sep 17 00:00:00 2001 From: Dev Date: Fri, 20 Oct 2023 12:54:15 +0100 Subject: [PATCH] Update package jsons --- TypeScript/10ScopesAndTypes/package.json | 16 ++++++++++------ TypeScript/11BundleLoadingSample/package.json | 16 ++++++++++------ .../12ClassExtensionOverride/package.json | 16 ++++++++++------ TypeScript/13AddTrader/package.json | 16 ++++++++++------ TypeScript/14AfterDBLoadHook/package.json | 16 ++++++++++------ TypeScript/15HttpListenerExample/package.json | 16 ++++++++++------ TypeScript/16ImporterUtil/package.json | 16 ++++++++++------ .../17AsyncImporterWithDependency1/package.json | 16 ++++++++++------ .../17AsyncImporterWithDependency2/package.json | 16 ++++++++++------ TypeScript/18CustomItemService/package.json | 16 ++++++++++------ TypeScript/19UseExternalLibraries/package.json | 16 ++++++++++------ TypeScript/1LogToConsole/package.json | 17 +++++++++++------ TypeScript/2EditDatabase/package.json | 17 +++++++++++------ TypeScript/3GetSptConfigFile/package.json | 17 +++++++++++------ .../package.json | 16 ++++++++++------ TypeScript/4UseACustomConfigFile/package.json | 16 ++++++++++------ TypeScript/5ReplaceMethod/package.json | 16 ++++++++++------ TypeScript/6ReferenceAnotherClass/package.json | 16 ++++++++++------ TypeScript/7OnLoadHook/package.json | 16 ++++++++++------ TypeScript/8OnUpdateHook/package.json | 16 ++++++++++------ TypeScript/9RouterHooks/package.json | 16 ++++++++++------ 21 files changed, 213 insertions(+), 126 deletions(-) diff --git a/TypeScript/10ScopesAndTypes/package.json b/TypeScript/10ScopesAndTypes/package.json index 7001124..2e42849 100644 --- a/TypeScript/10ScopesAndTypes/package.json +++ b/TypeScript/10ScopesAndTypes/package.json @@ -5,22 +5,26 @@ "license": "MIT", "author": "Chomp", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/11BundleLoadingSample/package.json b/TypeScript/11BundleLoadingSample/package.json index 54e4313..d3c9291 100644 --- a/TypeScript/11BundleLoadingSample/package.json +++ b/TypeScript/11BundleLoadingSample/package.json @@ -6,22 +6,26 @@ "main": "src/mod.js", "isBundleMod": true, "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/12ClassExtensionOverride/package.json b/TypeScript/12ClassExtensionOverride/package.json index 5a12315..ec009dd 100644 --- a/TypeScript/12ClassExtensionOverride/package.json +++ b/TypeScript/12ClassExtensionOverride/package.json @@ -5,22 +5,26 @@ "license": "MIT", "author": "Chomp", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/13AddTrader/package.json b/TypeScript/13AddTrader/package.json index 3ddfb90..e361abb 100644 --- a/TypeScript/13AddTrader/package.json +++ b/TypeScript/13AddTrader/package.json @@ -5,22 +5,26 @@ "license": "MIT", "author": "Shirito", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/14AfterDBLoadHook/package.json b/TypeScript/14AfterDBLoadHook/package.json index 31d33d4..6de8eae 100644 --- a/TypeScript/14AfterDBLoadHook/package.json +++ b/TypeScript/14AfterDBLoadHook/package.json @@ -5,22 +5,26 @@ "license": "MIT", "author": "Chomp", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/15HttpListenerExample/package.json b/TypeScript/15HttpListenerExample/package.json index e7e1b0f..c4d94c0 100644 --- a/TypeScript/15HttpListenerExample/package.json +++ b/TypeScript/15HttpListenerExample/package.json @@ -5,22 +5,26 @@ "license": "MIT", "author": "Alex", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/16ImporterUtil/package.json b/TypeScript/16ImporterUtil/package.json index ea78595..ca0439e 100644 --- a/TypeScript/16ImporterUtil/package.json +++ b/TypeScript/16ImporterUtil/package.json @@ -5,22 +5,26 @@ "license": "MIT", "author": "Chomp", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/17AsyncImporterWithDependency1/package.json b/TypeScript/17AsyncImporterWithDependency1/package.json index 62af74f..4e1fe43 100644 --- a/TypeScript/17AsyncImporterWithDependency1/package.json +++ b/TypeScript/17AsyncImporterWithDependency1/package.json @@ -5,6 +5,10 @@ "license": "MIT", "author": "Chomp", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "modDependencies": { "17AsyncImporterWithDependency2": "~1" }, @@ -14,16 +18,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/17AsyncImporterWithDependency2/package.json b/TypeScript/17AsyncImporterWithDependency2/package.json index 3ac10f2..98c7082 100644 --- a/TypeScript/17AsyncImporterWithDependency2/package.json +++ b/TypeScript/17AsyncImporterWithDependency2/package.json @@ -5,22 +5,26 @@ "license": "MIT", "author": "Chomp", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/18CustomItemService/package.json b/TypeScript/18CustomItemService/package.json index 3d4e038..ae6309a 100644 --- a/TypeScript/18CustomItemService/package.json +++ b/TypeScript/18CustomItemService/package.json @@ -5,22 +5,26 @@ "license": "MIT", "author": "Choccy", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/19UseExternalLibraries/package.json b/TypeScript/19UseExternalLibraries/package.json index a0bf8fd..324bbe7 100644 --- a/TypeScript/19UseExternalLibraries/package.json +++ b/TypeScript/19UseExternalLibraries/package.json @@ -5,6 +5,10 @@ "license": "MIT", "author": "TheSparta", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", @@ -14,16 +18,16 @@ "ora-classic": "5.4.2" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/1LogToConsole/package.json b/TypeScript/1LogToConsole/package.json index a768e49..9dd85db 100644 --- a/TypeScript/1LogToConsole/package.json +++ b/TypeScript/1LogToConsole/package.json @@ -5,22 +5,27 @@ "license": "MIT", "author": "Chomp", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], + "isBundleMod": false, "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/2EditDatabase/package.json b/TypeScript/2EditDatabase/package.json index a03160a..dd6b870 100644 --- a/TypeScript/2EditDatabase/package.json +++ b/TypeScript/2EditDatabase/package.json @@ -5,22 +5,27 @@ "license": "MIT", "author": "Chomp", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], + "isBundleMod": false, "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/3GetSptConfigFile/package.json b/TypeScript/3GetSptConfigFile/package.json index 3e47235..b623e96 100644 --- a/TypeScript/3GetSptConfigFile/package.json +++ b/TypeScript/3GetSptConfigFile/package.json @@ -5,22 +5,27 @@ "license": "MIT", "author": "Chomp", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], + "isBundleMod": false, "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/package.json b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/package.json index 0959002..f9b55b2 100644 --- a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/package.json +++ b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/package.json @@ -5,22 +5,26 @@ "license": "MIT", "author": "Chomp", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/4UseACustomConfigFile/package.json b/TypeScript/4UseACustomConfigFile/package.json index f9d0be5..8ad9c7c 100644 --- a/TypeScript/4UseACustomConfigFile/package.json +++ b/TypeScript/4UseACustomConfigFile/package.json @@ -5,22 +5,26 @@ "license": "MIT", "author": "Chomp", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/5ReplaceMethod/package.json b/TypeScript/5ReplaceMethod/package.json index 8f6dffc..a033a07 100644 --- a/TypeScript/5ReplaceMethod/package.json +++ b/TypeScript/5ReplaceMethod/package.json @@ -5,22 +5,26 @@ "license": "MIT", "author": "Chomp", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/6ReferenceAnotherClass/package.json b/TypeScript/6ReferenceAnotherClass/package.json index 59e2579..27de82d 100644 --- a/TypeScript/6ReferenceAnotherClass/package.json +++ b/TypeScript/6ReferenceAnotherClass/package.json @@ -5,22 +5,26 @@ "license": "MIT", "author": "Chomp", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/7OnLoadHook/package.json b/TypeScript/7OnLoadHook/package.json index f4f0b05..3cfe862 100644 --- a/TypeScript/7OnLoadHook/package.json +++ b/TypeScript/7OnLoadHook/package.json @@ -5,22 +5,26 @@ "license": "MIT", "author": "Chomp", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/8OnUpdateHook/package.json b/TypeScript/8OnUpdateHook/package.json index 032cf4c..187ff11 100644 --- a/TypeScript/8OnUpdateHook/package.json +++ b/TypeScript/8OnUpdateHook/package.json @@ -5,22 +5,26 @@ "license": "MIT", "author": "Chomp", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } } diff --git a/TypeScript/9RouterHooks/package.json b/TypeScript/9RouterHooks/package.json index 21edea5..7060892 100644 --- a/TypeScript/9RouterHooks/package.json +++ b/TypeScript/9RouterHooks/package.json @@ -5,22 +5,26 @@ "license": "MIT", "author": "Chomp", "akiVersion": "~3.7", + "loadBefore": [], + "loadAfter": [], + "incompatibilities": [], + "contributors": [], "scripts": { "setup": "npm i", "build": "node ./build.mjs", "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "20.4.5", - "@typescript-eslint/eslint-plugin": "6.2.0", - "@typescript-eslint/parser": "6.2.0", + "@types/node": "18.18.4", + "@typescript-eslint/eslint-plugin": "6.7.5", + "@typescript-eslint/parser": "6.7.5", "archiver": "^6.0", - "eslint": "8.46.0", + "eslint": "8.51.0", "fs-extra": "^11.1", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.1.6", - "winston": "^3.9" + "typescript": "5.2.2", + "winston": "3.11.0" } }