diff --git a/package.json b/package.json index bfbdd5f39..d290d1732 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@rollup/plugin-node-resolve": "13.3.0", "@rollup/plugin-replace": "3.1.0", "@visual-framework/ebi-vf1-integration": "1.0.7", - "@visual-framework/embl-breadcrumbs-lookup": "1.2.0", + "@visual-framework/embl-breadcrumbs-lookup": "1.2.1", "@visual-framework/embl-conditional-edit": "1.0.3", "@visual-framework/embl-content-hub-loader": "1.2.0", "@visual-framework/embl-content-meta-properties": "1.0.1", @@ -119,7 +119,7 @@ "@visual-framework/vf-stack": "3.0.0", "@visual-framework/vf-summary": "1.6.1", "@visual-framework/vf-table": "1.2.2", - "@visual-framework/vf-tabs": "2.1.4", + "@visual-framework/vf-tabs": "2.1.8", "@visual-framework/vf-text": "1.1.1", "@visual-framework/vf-tree": "^2.0.0-alpha.1", "@visual-framework/vf-u-fullbleed": "1.2.2", diff --git a/renovate.json b/renovate.json index 3e853c9c7..bcf8d439a 100644 --- a/renovate.json +++ b/renovate.json @@ -9,6 +9,5 @@ "schedule": [ "after 3:00am and before 5:00am every weekday" ], - "timezone": "Europe/Berlin", - "ignoreDeps": ["@visual-framework/vf-tabs"] + "timezone": "Europe/Berlin" }