Skip to content

Commit

Permalink
change to react18
Browse files Browse the repository at this point in the history
Signed-off-by: phac008 <philipp.achmueller@suxess-it.com>
  • Loading branch information
phac008 committed Apr 22, 2024
1 parent a319775 commit be8907e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## @suxess-it-idp/backstage-plugin-kubecost [0.4.0] (2024-04-22)

### Minor Changes

- **BREAKING**: Updated dependency React to `^18`

## @suxess-it-idp/backstage-plugin-kubecost [0.3.1] (2024-02-23)

### Other changes

add dasboard link
add support multicluster
make annotation deployment name configurable

## @suxess-it-idp/backstage-plugin-kubecost [0.2.6] (2023-11-21)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suxess-it/backstage-plugin-kubecost",
"version": "0.3.1",
"version": "0.4.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,10 +36,10 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"react": "^17"
"react": "^18"
},
"peerDependencies": {
"react": "^17.0.0"
"react": "^18.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.24.0",
Expand Down

0 comments on commit be8907e

Please sign in to comment.