diff --git a/Source/embeddings/package.json b/Source/embeddings/package.json index f598a6d2..4396f7a3 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 ed209a37..d1eab14c 100644 --- a/Source/eventHorizon/package.json +++ b/Source/eventHorizon/package.json @@ -43,9 +43,9 @@ "@dolittle/sdk.resilience": "17.0.2", "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 3ca8cdfb..0a4da699 100644 --- a/Source/events.filtering/package.json +++ b/Source/events.filtering/package.json @@ -45,6 +45,8 @@ "@dolittle/sdk.resilience": "17.0.2", "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 f868d763..f91b0f15 100644 --- a/Source/events.handling/package.json +++ b/Source/events.handling/package.json @@ -46,9 +46,9 @@ "@dolittle/sdk.resilience": "17.0.2", "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 58400c46..06b4eb2e 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" + "@types/deasync": "0.1.1" } } \ No newline at end of file diff --git a/Source/projections/package.json b/Source/projections/package.json index 4f73e923..8d6b11b6 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