Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Mar 5, 2024
1 parent aff17e7 commit c3bb08f
Show file tree
Hide file tree
Showing 4 changed files with 897 additions and 614 deletions.
8 changes: 4 additions & 4 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ radar_visualization({
{ name: "Tools and Techniques" },
],
rings: [
{ name: "ADOPT", color: "#93c47d" },
{ name: "TRIAL", color: "#93d2c2" },
{ name: "ASSESS", color: "#fbdb84" },
{ name: "HOLD", color: "#efafa9" },
{ name: "ADOPT", color: "#5ba300" },
{ name: "TRIAL", color: "#009eb0" },
{ name: "ASSESS", color: "#c7ba00" },
{ name: "HOLD", color: "#e09b96" },
],
print_layout: true,
entries: [
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"dependencies": {
"d3": "^4.13.0",
"normalize.css": "^8.0.1",
"zalando-tech-radar": "git://github.com:zalando/tech-radar.git#301d64dbbd"
"zalando-tech-radar": "github:zalando/tech-radar#7ca27f3b0c"
},
"devDependencies": {
"@types/d3": "^4.13.15",
"@types/node": "^20.10.4",
"@vitejs/plugin-legacy": "^5.2.0",
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"vite": "^5.0.0"
"@types/node": "^20.11.24",
"@vitejs/plugin-legacy": "^5.3.1",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vite": "^5.1.5"
},
"pnpm": {
"patchedDependencies": {
"zalando-tech-radar@2022.5.0": "patches/zalando-tech-radar@2022.5.0.patch"
"zalando-tech-radar@2024.1.0": "patches/zalando-tech-radar@2024.1.0.patch"
}
}
}
2 changes: 1 addition & 1 deletion patches/[email protected] → patches/[email protected]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/docs/radar.js b/docs/radar.js
index 1e4f4c5af6fa2e2269c5edd1882de485850d99f9..00a3890aec1351786af942d26701d432f3118758 100644
index f157ad3d930ed1e5251b54c3c45da38af3f7cab1..4e5c9dd0c786fc7a0f4dd8f9a232b51ab491233e 100644
--- a/docs/radar.js
+++ b/docs/radar.js
@@ -20,8 +20,9 @@
Expand Down
Loading

0 comments on commit c3bb08f

Please sign in to comment.