Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-02-14 10:03:11 +01:00
parent 38dcbfb3d9
commit 0a395b3e65
6 changed files with 20 additions and 13 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ This is a small tutorial that goes over how to setup your Backstage instance to
```diff
// packages/backend/package.json
"dependencies": {
+ "express-prom-bundle": "^6.3.6",
+ "prom-client": "^14.0.1",
+ "express-prom-bundle": "^7.0.0",
+ "prom-client": "^15.0.0",
```
2. Now we want to run `yarn install` from the root of the project to get those dependencies in place