Skip to content

Commit

Permalink
June 2024 update
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Jun 6, 2024
1 parent a573d1e commit 27eefd1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 16 deletions.
38 changes: 24 additions & 14 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@
},
{
"label": "Angular",
"ring": 2,
"ring": 0,
"moved": 1
},
{
"label": "React",
"ring": 2,
"moved": 1
"moved": 0
}
],
"dataManagement": [
Expand Down Expand Up @@ -176,11 +176,6 @@
"ring": 0,
"moved": 0
},
{
"label": "TimescaleDB",
"ring": 0,
"moved": 0
},
{
"label": "QuestDB",
"ring": 2,
Expand Down Expand Up @@ -252,8 +247,8 @@
},
{
"label": "Grafana (Cloud)",
"ring": 1,
"moved": 0
"ring": 0,
"moved": 1
},
{
"label": "Github Packages",
Expand Down Expand Up @@ -283,7 +278,7 @@
{
"label": "Terraform",
"ring": 0,
"moved": 1
"moved": 0
},
{
"label": "cert-manager",
Expand All @@ -302,7 +297,12 @@
},
{
"label": "WarpBuild",
"ring": 1,
"ring": 0,
"moved": 1
},
{
"label": "Azure OpenAI",
"ring": 2,
"moved": 1
}
],
Expand Down Expand Up @@ -353,9 +353,9 @@
"moved": 0
},
{
"label": "Yarn Next",
"ring": 0,
"moved": 0
"label": "Yarn",
"ring": 3,
"moved": -1
},
{
"label": "pnpm",
Expand Down Expand Up @@ -396,6 +396,16 @@
{
"label": "Vuetify Figma Plugin",
"ring": 2,
"moved": 0
},
{
"label": "Fastlane",
"ring": 2,
"moved": 1
},
{
"label": "Flutter Flavorizr",
"ring": 1,
"moved": 1
}
]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tech-radar",
"private": true,
"version": "2024.03",
"version": "2024.06",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -30,4 +30,4 @@
}
},
"packageManager": "[email protected]"
}
}

0 comments on commit 27eefd1

Please sign in to comment.