grafana - version:bump to v1.34.1 (#2295)

* v1.34.1 version bump

* Manual changes

Signed-off-by: Andre Wanlin <awanlin@spotify.com>

---------

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Backstage Service Account 2024-12-24 00:55:30 +01:00 committed by GitHub
parent 155bbdff58
commit a65a17c91f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 817 additions and 686 deletions

View File

@ -0,0 +1,5 @@
---
'@backstage-community/plugin-grafana': minor
---
Backstage version bump to v1.34.1

View File

@ -1,3 +1,3 @@
{
"version": "1.32.0"
"version": "1.34.1"
}

View File

@ -33,11 +33,10 @@
"directory": "workspaces/grafana"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/cli": "^0.29.4",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.10.0",
"@backstage/repo-tools": "^0.12.0",
"@changesets/cli": "^2.27.1",
"@spotify/prettier-config": "^15.0.0",
"knip": "^5.27.4",
"node-gyp": "^9.0.0",
"prettier": "^2.3.2",
@ -47,7 +46,7 @@
"@types/react": "^18",
"@types/react-dom": "^18"
},
"prettier": "@spotify/prettier-config",
"prettier": "@backstage/cli/config/prettier",
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs}": [
"eslint --fix",

View File

@ -50,11 +50,11 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/catalog-model": "^1.7.0",
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/frontend-plugin-api": "^0.9.0",
"@backstage/plugin-catalog-react": "^1.14.0",
"@backstage/catalog-model": "^1.7.2",
"@backstage/core-components": "^0.16.2",
"@backstage/core-plugin-api": "^1.10.2",
"@backstage/frontend-plugin-api": "^0.9.3",
"@backstage/plugin-catalog-react": "^1.15.0",
"@material-ui/core": "^4.12.2",
"@material-ui/lab": "4.0.0-alpha.61",
"cross-fetch": "^4.0.0",
@ -67,11 +67,11 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/core-app-api": "^1.15.1",
"@backstage/dev-utils": "^1.1.2",
"@backstage/frontend-test-utils": "^0.2.1",
"@backstage/test-utils": "^1.7.0",
"@backstage/cli": "^0.29.4",
"@backstage/core-app-api": "^1.15.3",
"@backstage/dev-utils": "^1.1.5",
"@backstage/frontend-test-utils": "^0.2.4",
"@backstage/test-utils": "^1.7.3",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",

View File

@ -5,9 +5,9 @@
```ts
/// <reference types="react" />
import { AnyApiFactory } from '@backstage/core-plugin-api';
import { AnyApiFactory } from '@backstage/core-plugin-api/index';
import { ConfigurableExtensionDataRef } from '@backstage/frontend-plugin-api';
import { Entity } from '@backstage/catalog-model';
import { Entity } from '@backstage/catalog-model/index';
import { ExtensionDefinition } from '@backstage/frontend-plugin-api';
import { FrontendPlugin } from '@backstage/frontend-plugin-api';
import { JSX as JSX_2 } from 'react';

View File

@ -5,7 +5,7 @@
```ts
/// <reference types="react" />
import { ApiRef } from '@backstage/core-plugin-api';
import { ApiRef } from '@backstage/core-plugin-api/index';
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { Entity } from '@backstage/catalog-model';
import { JSX as JSX_2 } from 'react';

File diff suppressed because it is too large Load Diff