Version Packages

This commit is contained in:
github-actions[bot]
2021-12-30 11:06:46 +00:00
parent f3784edd89
commit 7d27a11079
155 changed files with 760 additions and 614 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-rollbar-backend
## 0.1.18
### Patch Changes
- 152bd9ba2b: Moved `@backstage/test-utils` to `devDependencies`.
- c5e175cde9: Replace the usage of `axios` with `node-fetch` in the Rollbar API
- Updated dependencies
- @backstage/backend-common@0.10.1
## 0.1.17
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-rollbar-backend",
"description": "A Backstage backend plugin that integrates towards Rollbar",
"version": "0.1.17",
"version": "0.1.18",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,7 +31,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.10.0",
"@backstage/backend-common": "^0.10.1",
"@backstage/config": "^0.1.10",
"@types/express": "^4.17.6",
"camelcase-keys": "^6.2.2",
@@ -48,8 +48,8 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.10.3",
"@backstage/test-utils": "^0.2.0",
"@backstage/cli": "^0.10.4",
"@backstage/test-utils": "^0.2.1",
"@types/supertest": "^2.0.8",
"msw": "^0.36.3",
"supertest": "^6.1.3"