dynatrace - version:bump to v1.34.1 (#2269)
* 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:
parent
5cf13e0c66
commit
667ee656b5
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@backstage-community/plugin-dynatrace': minor
|
||||
---
|
||||
|
||||
Backstage version bump to v1.34.1
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "1.32.2"
|
||||
"version": "1.34.1"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,11 +33,10 @@
|
|||
"directory": "workspaces/dynatrace"
|
||||
},
|
||||
"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": "^10.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",
|
||||
|
|
|
|||
|
|
@ -37,19 +37,19 @@
|
|||
"test": "backstage-cli package test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.7.0",
|
||||
"@backstage/core-components": "^0.15.1",
|
||||
"@backstage/core-plugin-api": "^1.10.0",
|
||||
"@backstage/catalog-model": "^1.7.2",
|
||||
"@backstage/core-components": "^0.16.2",
|
||||
"@backstage/core-plugin-api": "^1.10.2",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
||||
"react-use": "^17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.28.0",
|
||||
"@backstage/core-app-api": "^1.15.1",
|
||||
"@backstage/dev-utils": "^1.1.2",
|
||||
"@backstage/plugin-catalog-react": "^1.14.0",
|
||||
"@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/plugin-catalog-react": "^1.15.0",
|
||||
"@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",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@backstage/plugin-catalog-react": "^1.14.0",
|
||||
"@backstage/plugin-catalog-react": "^1.15.0",
|
||||
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
||||
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
||||
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue