From 57b9e130425ca78a608f4ba3c5d4c0251fa30018 Mon Sep 17 00:00:00 2001 From: Gilad Shoham Date: Sun, 16 Jun 2024 17:10:04 +0300 Subject: [PATCH] chore(core-aspects) - bump env of the core aspects --- scopes/defender/eslint/component.json | 2 +- scopes/react/react-native/component.json | 2 +- scopes/ui-foundation/ui/component.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scopes/defender/eslint/component.json b/scopes/defender/eslint/component.json index 49f04a3ad20a..fa2d8138dbc2 100644 --- a/scopes/defender/eslint/component.json +++ b/scopes/defender/eslint/component.json @@ -18,6 +18,6 @@ "teambit.envs/envs": { "env": "teambit.harmony/envs/core-aspect-env" }, - "teambit.harmony/envs/core-aspect-env@0.0.38": {} + "teambit.harmony/envs/core-aspect-env@0.0.39": {} } } diff --git a/scopes/react/react-native/component.json b/scopes/react/react-native/component.json index e75bd1e3b2b1..6fe1544ac54e 100644 --- a/scopes/react/react-native/component.json +++ b/scopes/react/react-native/component.json @@ -27,6 +27,6 @@ "teambit.envs/envs": { "env": "teambit.harmony/envs/core-aspect-env" }, - "teambit.harmony/envs/core-aspect-env@0.0.38": {} + "teambit.harmony/envs/core-aspect-env@0.0.39": {} } } diff --git a/scopes/ui-foundation/ui/component.json b/scopes/ui-foundation/ui/component.json index faab7b0fd45a..be879221dbd7 100644 --- a/scopes/ui-foundation/ui/component.json +++ b/scopes/ui-foundation/ui/component.json @@ -31,6 +31,6 @@ "teambit.envs/envs": { "env": "teambit.harmony/envs/core-aspect-env" }, - "teambit.harmony/envs/core-aspect-env@0.0.38": {} + "teambit.harmony/envs/core-aspect-env@0.0.39": {} } }