opencost - version:bump to v1.34.1 (#2318)
* 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
01a1e61a6f
commit
beb10cbe3a
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@backstage-community/plugin-opencost': 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/opencost"
|
||||
},
|
||||
"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",
|
||||
|
|
@ -48,7 +47,7 @@
|
|||
"@types/react-dom": "^18",
|
||||
"@material-ui/pickers@^3.3.10": "patch:@material-ui/pickers@npm%3A3.3.11#./.yarn/patches/@material-ui-pickers-npm-3.3.11-1c8f68ea20.patch"
|
||||
},
|
||||
"prettier": "@spotify/prettier-config",
|
||||
"prettier": "@backstage/cli/config/prettier",
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx,mjs,cjs}": [
|
||||
"eslint --fix",
|
||||
|
|
|
|||
|
|
@ -36,8 +36,8 @@
|
|||
"test": "backstage-cli package test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.15.1",
|
||||
"@backstage/core-plugin-api": "^1.10.0",
|
||||
"@backstage/core-components": "^0.16.2",
|
||||
"@backstage/core-plugin-api": "^1.10.2",
|
||||
"@date-io/luxon": "1.x",
|
||||
"@material-ui/core": "^4.9.13",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
|
|
@ -50,8 +50,8 @@
|
|||
"recharts": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.28.0",
|
||||
"@backstage/dev-utils": "^1.1.2",
|
||||
"@backstage/cli": "^0.29.4",
|
||||
"@backstage/dev-utils": "^1.1.5",
|
||||
"@testing-library/dom": "^10.0.0",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^15.0.0",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue