Version Packages (next)
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-newrelic-dashboard
|
||||
|
||||
## 0.1.10-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@0.9.0-next.0
|
||||
- @backstage/core-components@0.9.1-next.0
|
||||
- @backstage/catalog-model@0.13.0-next.0
|
||||
|
||||
## 0.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-newrelic-dashboard",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,19 +23,19 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^0.12.0",
|
||||
"@backstage/core-components": "^0.9.0",
|
||||
"@backstage/catalog-model": "^0.13.0-next.0",
|
||||
"@backstage/core-components": "^0.9.1-next.0",
|
||||
"@backstage/core-plugin-api": "^0.8.0",
|
||||
"@backstage/errors": "^0.2.2",
|
||||
"@backstage/plugin-catalog-react": "^0.8.0",
|
||||
"@backstage/plugin-catalog-react": "^0.9.0-next.0",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
"react-use": "^17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@backstage/dev-utils": "^0.2.24",
|
||||
"@backstage/cli": "^0.15.2-next.0",
|
||||
"@backstage/dev-utils": "^0.2.25-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@types/react": "^16.13.1 || ^17.0.0",
|
||||
"cross-fetch": "^3.1.5"
|
||||
|
||||
Reference in New Issue
Block a user