From b48bf2fbb75427b7156e1e162d8a134e677fff47 Mon Sep 17 00:00:00 2001 From: "dennis.ludwig" Date: Fri, 2 Jul 2021 14:56:58 +0200 Subject: [PATCH] Use version 3.0.0 of aoe_technology_radar --- public/messages.json | 6 +++--- yarn.lock | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/messages.json b/public/messages.json index b5b710b..80265c6 100644 --- a/public/messages.json +++ b/public/messages.json @@ -44,7 +44,7 @@ ], "quadrants": [ { - "name": "Languages and Frameworks", + "name": "Languages & Frameworks", "description": "We've placed development languages (such as Scala or Golang) here, as well as more low-level development frameworks (such as Play or Symfony), which are useful for implementing custom software of all kinds." }, { @@ -52,11 +52,11 @@ "description": "Here we put different software tools - from small helpers to bigger software projects" }, { - "name": "Methods and Patterns", + "name": "Methods & Patterns", "description": "Patterns are so important, and a lot of them are valid for a long time (compared to some tools or frameworks). So, this is the category where we put information on methods and patterns concerning development, continuous x, testing, organization, architecture, etc." }, { - "name": "Platforms and Operations", + "name": "Platforms & Operations", "description": "(including AOE internal Services): Here we include infrastructure platforms and services. We also use this category to communicate news about AOE services that we want all AOE teams to be aware of." } ], diff --git a/yarn.lock b/yarn.lock index 48fabc3..1647c33 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2355,7 +2355,7 @@ anymatch@^3.0.0, anymatch@^3.0.3, anymatch@~3.1.2: "aoe_technology_radar@https://github.com/aoepeople/aoe_technology_radar.git": version "3.0.0" - resolved "https://github.com/aoepeople/aoe_technology_radar.git#7d49be0c0a508f628e2031e1f24ed5faafcfb40b" + resolved "https://github.com/aoepeople/aoe_technology_radar.git#291b5536186be3bfe7b03f6d641b57b05e3d0d1d" dependencies: "@types/fs-extra" "^9.0.11" "@types/marked" "^2.0.3"