Merge remote-tracking branch 'upstream/master' into airbrake-no-projectid-no-error

# Conflicts:
#	plugins/airbrake/package.json
This commit is contained in:
Karan Shah
2022-03-03 23:52:44 +00:00
340 changed files with 2962 additions and 1748 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-airbrake
## 0.3.1
### Patch Changes
- 3c1d3cb07e: The Airbrake plugin installation instructions have been updated to work better and conform to how the frontend and backend plugins are supposed to be integrated into a Backstage instance.
- Updated dependencies
- @backstage/catalog-model@0.12.0
- @backstage/core-components@0.9.0
- @backstage/plugin-catalog-react@0.8.0
- @backstage/core-plugin-api@0.8.0
- @backstage/test-utils@0.3.0
- @backstage/dev-utils@0.2.24
## 0.3.0
### Minor Changes
+11 -11
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-airbrake",
"version": "0.3.0",
"version": "0.3.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,13 +23,13 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^0.11.0",
"@backstage/core-components": "^0.8.10",
"@backstage/core-plugin-api": "^0.7.0",
"@backstage/dev-utils": "^0.2.23",
"@backstage/catalog-model": "^0.12.0",
"@backstage/core-components": "^0.9.0",
"@backstage/core-plugin-api": "^0.8.0",
"@backstage/dev-utils": "^0.2.24",
"@backstage/errors": "^0.2.2",
"@backstage/plugin-catalog-react": "^0.7.0",
"@backstage/test-utils": "^0.2.6",
"@backstage/plugin-catalog-react": "^0.8.0",
"@backstage/test-utils": "^0.3.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -41,10 +41,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/app-defaults": "^0.1.9",
"@backstage/cli": "^0.14.1",
"@backstage/dev-utils": "^0.2.23",
"@backstage/test-utils": "^0.2.6",
"@backstage/app-defaults": "^0.2.0",
"@backstage/cli": "^0.15.0",
"@backstage/dev-utils": "^0.2.24",
"@backstage/test-utils": "^0.3.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",