From d811c385849a0bb520cd55367482cb4e10cd32f9 Mon Sep 17 00:00:00 2001 From: Sindre Alstad Wilting Date: Thu, 30 Sep 2021 11:58:04 +0200 Subject: [PATCH 1/2] Make @types/luxon not a devDependency --- Source/embeddings/package.json | 4 ++-- Source/eventHorizon/package.json | 4 ++-- Source/events.filtering/package.json | 4 +++- Source/events.handling/package.json | 4 ++-- Source/events/package.json | 4 ++-- Source/projections/package.json | 4 ++-- 6 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Source/embeddings/package.json b/Source/embeddings/package.json index cebe5161..6e061fd7 100644 --- a/Source/embeddings/package.json +++ b/Source/embeddings/package.json @@ -38,9 +38,9 @@ "@dolittle/rudiments": "5.0.1", "@dolittle/runtime.contracts": "5.4.0", "@dolittle/types": "5.0.1", - "luxon": "1.24.1" + "luxon": "1.24.1", + "@types/luxon": "1.24.1" }, "devDependencies": { - "@types/luxon": "1.24.1" } } \ No newline at end of file diff --git a/Source/eventHorizon/package.json b/Source/eventHorizon/package.json index 0273b514..3e363f5b 100644 --- a/Source/eventHorizon/package.json +++ b/Source/eventHorizon/package.json @@ -43,9 +43,9 @@ "@dolittle/sdk.resilience": "17.0.1", "luxon": "1.24.1", "rxjs": "6.6.0", - "winston": "3.3.2" + "winston": "3.3.2", + "@types/luxon": "1.24.1" }, "devDependencies": { - "@types/luxon": "1.24.1" } } \ No newline at end of file diff --git a/Source/events.filtering/package.json b/Source/events.filtering/package.json index 76a931ab..a3364a2e 100644 --- a/Source/events.filtering/package.json +++ b/Source/events.filtering/package.json @@ -45,6 +45,8 @@ "@dolittle/sdk.resilience": "17.0.1", "rxjs": "6.6.0", "luxon": "1.24.1", - "winston": "3.3.2" + "winston": "3.3.2", + "@types/luxon": "1.24.1" + } } \ No newline at end of file diff --git a/Source/events.handling/package.json b/Source/events.handling/package.json index eb5b71ee..6dd88c07 100644 --- a/Source/events.handling/package.json +++ b/Source/events.handling/package.json @@ -46,9 +46,9 @@ "@dolittle/sdk.resilience": "17.0.1", "rxjs": "6.6.0", "luxon": "1.24.1", - "winston": "3.3.2" + "winston": "3.3.2", + "@types/luxon": "1.24.1" }, "devDependencies": { - "@types/luxon": "1.24.1" } } \ No newline at end of file diff --git a/Source/events/package.json b/Source/events/package.json index 127fedd0..7479b3b4 100644 --- a/Source/events/package.json +++ b/Source/events/package.json @@ -45,10 +45,10 @@ "deasync": "0.1.21", "luxon": "1.24.1", "rxjs": "6.6.0", - "winston": "3.3.2" + "winston": "3.3.2", + "@types/luxon": "1.24.1" }, "devDependencies": { "@types/deasync": "0.1.1", - "@types/luxon": "1.24.1" } } \ No newline at end of file diff --git a/Source/projections/package.json b/Source/projections/package.json index bd5d6bdf..bbd17ee4 100644 --- a/Source/projections/package.json +++ b/Source/projections/package.json @@ -38,9 +38,9 @@ "@dolittle/rudiments": "5.0.1", "@dolittle/runtime.contracts": "5.4.0", "@dolittle/types": "5.0.1", - "luxon": "1.24.1" + "luxon": "1.24.1", + "@types/luxon": "1.24.1" }, "devDependencies": { - "@types/luxon": "1.24.1" } } \ No newline at end of file From 6bd674a36504b1b0a30f6cf4374a4a3f1f2e5992 Mon Sep 17 00:00:00 2001 From: Sindre Alstad Wilting Date: Thu, 30 Sep 2021 12:01:31 +0200 Subject: [PATCH 2/2] Fix ilegal json --- Source/events/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/events/package.json b/Source/events/package.json index 7479b3b4..c8e17b1c 100644 --- a/Source/events/package.json +++ b/Source/events/package.json @@ -49,6 +49,6 @@ "@types/luxon": "1.24.1" }, "devDependencies": { - "@types/deasync": "0.1.1", + "@types/deasync": "0.1.1" } } \ No newline at end of file