From 21765e610c44c0c4189209fa1503d5a9d6287fb7 Mon Sep 17 00:00:00 2001 From: Dev Date: Sat, 29 Jul 2023 14:17:31 +0100 Subject: [PATCH] Update example packages to match server --- 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 ++++++++-------- .../package.json | 16 ++++++++-------- .../package.json | 16 ++++++++-------- TypeScript/18CustomItemService/package.json | 16 ++++++++-------- TypeScript/1LogToConsole/package.json | 18 +++++++++--------- TypeScript/2EditDatabase/package.json | 16 ++++++++-------- TypeScript/3GetSptConfigFile/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 ++++++++-------- 19 files changed, 153 insertions(+), 153 deletions(-) diff --git a/TypeScript/10ScopesAndTypes/package.json b/TypeScript/10ScopesAndTypes/package.json index 7bb0361..f582ee5 100644 --- a/TypeScript/10ScopesAndTypes/package.json +++ b/TypeScript/10ScopesAndTypes/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/11BundleLoadingSample/package.json b/TypeScript/11BundleLoadingSample/package.json index 1df8623..457ca01 100644 --- a/TypeScript/11BundleLoadingSample/package.json +++ b/TypeScript/11BundleLoadingSample/package.json @@ -11,14 +11,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/12ClassExtensionOverride/package.json b/TypeScript/12ClassExtensionOverride/package.json index f489ff5..f7c9a2b 100644 --- a/TypeScript/12ClassExtensionOverride/package.json +++ b/TypeScript/12ClassExtensionOverride/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/13AddTrader/package.json b/TypeScript/13AddTrader/package.json index 99236a9..82c5e09 100644 --- a/TypeScript/13AddTrader/package.json +++ b/TypeScript/13AddTrader/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/14AfterDBLoadHook/package.json b/TypeScript/14AfterDBLoadHook/package.json index 8c58a2a..6444cec 100644 --- a/TypeScript/14AfterDBLoadHook/package.json +++ b/TypeScript/14AfterDBLoadHook/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/15HttpListenerExample/package.json b/TypeScript/15HttpListenerExample/package.json index 7df2394..2c8ff3a 100644 --- a/TypeScript/15HttpListenerExample/package.json +++ b/TypeScript/15HttpListenerExample/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/16ImporterUtil/package.json b/TypeScript/16ImporterUtil/package.json index b6446bc..aa55a17 100644 --- a/TypeScript/16ImporterUtil/package.json +++ b/TypeScript/16ImporterUtil/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/17AsyncImporterWithDependency1/package.json b/TypeScript/17AsyncImporterWithDependency1/package.json index 990de38..62bd051 100644 --- a/TypeScript/17AsyncImporterWithDependency1/package.json +++ b/TypeScript/17AsyncImporterWithDependency1/package.json @@ -13,14 +13,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/17AsyncImporterWithDependency2/package.json b/TypeScript/17AsyncImporterWithDependency2/package.json index 70ce07d..0a397f3 100644 --- a/TypeScript/17AsyncImporterWithDependency2/package.json +++ b/TypeScript/17AsyncImporterWithDependency2/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/18CustomItemService/package.json b/TypeScript/18CustomItemService/package.json index 9c58a37..c06efb8 100644 --- a/TypeScript/18CustomItemService/package.json +++ b/TypeScript/18CustomItemService/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/1LogToConsole/package.json b/TypeScript/1LogToConsole/package.json index d916c9e..a2d919e 100644 --- a/TypeScript/1LogToConsole/package.json +++ b/TypeScript/1LogToConsole/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } -} +} \ No newline at end of file diff --git a/TypeScript/2EditDatabase/package.json b/TypeScript/2EditDatabase/package.json index a8009e9..7bf98fd 100644 --- a/TypeScript/2EditDatabase/package.json +++ b/TypeScript/2EditDatabase/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/3GetSptConfigFile/package.json b/TypeScript/3GetSptConfigFile/package.json index a9a2c3c..8cc83f1 100644 --- a/TypeScript/3GetSptConfigFile/package.json +++ b/TypeScript/3GetSptConfigFile/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/4UseACustomConfigFile/package.json b/TypeScript/4UseACustomConfigFile/package.json index 482457d..591b163 100644 --- a/TypeScript/4UseACustomConfigFile/package.json +++ b/TypeScript/4UseACustomConfigFile/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/5ReplaceMethod/package.json b/TypeScript/5ReplaceMethod/package.json index 0682bb0..b62a7b3 100644 --- a/TypeScript/5ReplaceMethod/package.json +++ b/TypeScript/5ReplaceMethod/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/6ReferenceAnotherClass/package.json b/TypeScript/6ReferenceAnotherClass/package.json index 0e94afd..3af2d02 100644 --- a/TypeScript/6ReferenceAnotherClass/package.json +++ b/TypeScript/6ReferenceAnotherClass/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/7OnLoadHook/package.json b/TypeScript/7OnLoadHook/package.json index 02a9a39..8a2f923 100644 --- a/TypeScript/7OnLoadHook/package.json +++ b/TypeScript/7OnLoadHook/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/8OnUpdateHook/package.json b/TypeScript/8OnUpdateHook/package.json index 7d9a679..15d62e7 100644 --- a/TypeScript/8OnUpdateHook/package.json +++ b/TypeScript/8OnUpdateHook/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file diff --git a/TypeScript/9RouterHooks/package.json b/TypeScript/9RouterHooks/package.json index 55d021a..f13845e 100644 --- a/TypeScript/9RouterHooks/package.json +++ b/TypeScript/9RouterHooks/package.json @@ -10,14 +10,14 @@ "build": "node ./packageBuild.ts" }, "devDependencies": { - "@types/node": "16.18.10", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", + "@types/node": "20.4.5", + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.2.0", "bestzip": "2.2.1", - "eslint": "8.30.0", - "fs-extra": "11.1.0", - "glob": "8.0.3", - "tsyringe": "4.7.0", - "typescript": "4.9.4" + "eslint": "8.46.0", + "fs-extra": "11.1.1", + "glob": "10.3.3", + "tsyringe": "4.8.0", + "typescript": "5.1.6" } } \ No newline at end of file