Skip to content

Commit

Permalink
chore: update backstage to v1.20.0 (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Roohn <ronald.tol@ah.nl>
  • Loading branch information
Roohn authored Dec 5, 2023
1 parent 01a3d61 commit de5b055
Show file tree
Hide file tree
Showing 3 changed files with 541 additions and 609 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This plugin contains no other functionality.

```sh
# From your Backstage root directory
yarn add --cwd packages/app @albert-heijn-technology/plugin-analytics-module-azure-insights
yarn add --cwd packages/app @albert-heijn-technology/backstage-plugin-analytics-module-azure-insights
```

2. Wire up the API implementation to your App:
Expand All @@ -24,7 +24,7 @@ This plugin contains no other functionality.
configApiRef,
identityApiRef,
} from '@backstage/core-plugin-api';
import { AzureInsights } from '@albert-heijn-technology/plugin-analytics-module-azure-insights';
import { AzureInsights } from '@albert-heijn-technology/backstage-plugin-analytics-module-azure-insights';
export const apis: AnyApiFactory[] = [
// Instantiate and register the Azure Insights API Implementation.
Expand Down
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,33 +32,34 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/config": "^1.1.0",
"@backstage/core-components": "^0.13.5",
"@backstage/core-plugin-api": "^1.6.0",
"@backstage/theme": "^0.4.2",
"@backstage/config": "^1.1.1",
"@backstage/core-components": "^0.13.8",
"@backstage/core-plugin-api": "^1.8.0",
"@backstage/theme": "^0.4.4",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@microsoft/applicationinsights-web": "^2.8.11",
"react-use": "^17.4.0"
"@microsoft/applicationinsights-web": "^3.0.5",
"react-use": "^17.4.0",
"tslib": "^2.6.2"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0",
"react-router": "6.0.0-beta.0 || ^6.3.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.19.0",
"react-router-dom": "^6.19.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.13",
"@backstage/core-app-api": "^1.10.0",
"@backstage/dev-utils": "^1.0.21",
"@backstage/test-utils": "^1.4.3",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
"@backstage/cli": "^0.24.0",
"@backstage/core-app-api": "^1.11.1",
"@backstage/dev-utils": "^1.0.24",
"@backstage/test-utils": "^1.4.5",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/node": "*",
"cross-fetch": "^3.1.5",
"msw": "^1.3.1"
"cross-fetch": "^4.0.0"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit de5b055

Please sign in to comment.