Skip to content

Commit 465a74e

Browse files
backstage-goalie[bot]Github changeset workflow
authored andcommitted
Update workspace/cost-insights dependencies
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent 6b9f630 commit 465a74e

4 files changed

Lines changed: 1032 additions & 1113 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'@backstage-community/plugin-cost-insights': patch
3+
---
4+
5+
Updated dependency `@date-io/luxon` to `3.x`.
6+
Updated dependency `@types/react` to `^19.0.0`.
7+
Updated dependency `recharts` to `^3.0.0`.
8+
Updated dependency `@testing-library/jest-dom` to `^7.0.0`.
9+
Updated dependency `@testing-library/react` to `^16.0.0`.
10+
Updated dependency `@types/react-dom` to `^19.0.0`.
11+
Updated dependency `react` to `^19.0.0`.
12+
Updated dependency `react-dom` to `^19.0.0`.

workspaces/cost-insights/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
"@backstage/cli-defaults": "backstage:^",
4141
"@backstage/e2e-test-utils": "backstage:^",
4242
"@backstage/repo-tools": "backstage:^",
43-
"@changesets/cli": "^2.27.1",
44-
"knip": "^5.27.4",
45-
"node-gyp": "^10.0.0",
46-
"prettier": "^2.3.2",
43+
"@changesets/cli": "^3.0.0",
44+
"knip": "^6.0.0",
45+
"node-gyp": "^13.0.0",
46+
"prettier": "^3.0.0",
4747
"typescript": "~5.8.0"
4848
},
4949
"resolutions": {
50-
"@types/react": "^18",
51-
"@types/react-dom": "^18",
50+
"@types/react": "^19.0.0",
51+
"@types/react-dom": "^19.0.0",
5252
"csstype@npm:^3.0.2": "3.0.9",
5353
"csstype@npm:^3.1.2": "3.0.9",
5454
"csstype@npm:^3.1.3": "3.0.9",

workspaces/cost-insights/plugins/cost-insights/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,21 @@
6464
"@backstage/frontend-plugin-api": "backstage:^",
6565
"@backstage/plugin-catalog-react": "backstage:^",
6666
"@backstage/theme": "backstage:^",
67-
"@date-io/luxon": "1.x",
67+
"@date-io/luxon": "3.x",
6868
"@material-ui/core": "^4.12.2",
6969
"@material-ui/icons": "^4.9.1",
7070
"@material-ui/lab": "4.0.0-alpha.61",
7171
"@material-ui/pickers": "^3.3.11",
7272
"@material-ui/styles": "^4.9.6",
73-
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
73+
"@types/react": "^19.0.0",
7474
"@types/recharts": "^2.0.0",
7575
"classnames": "^2.2.6",
7676
"history": "^5.0.0",
7777
"luxon": "^3.0.0",
7878
"pluralize": "^8.0.0",
7979
"qs": "^6.9.4",
8080
"react-use": "^17.2.4",
81-
"recharts": "^2.5.0",
81+
"recharts": "^3.0.0",
8282
"regression": "^2.0.1",
8383
"yup": "^1.0.0"
8484
},
@@ -88,22 +88,22 @@
8888
"@backstage/dev-utils": "backstage:^",
8989
"@backstage/test-utils": "backstage:^",
9090
"@testing-library/dom": "^10.0.0",
91-
"@testing-library/jest-dom": "^6.0.0",
92-
"@testing-library/react": "^15.0.0",
91+
"@testing-library/jest-dom": "^7.0.0",
92+
"@testing-library/react": "^16.0.0",
9393
"@testing-library/user-event": "^14.0.0",
9494
"@types/lodash": "^4.14.151",
9595
"@types/pluralize": "^0.0.33",
96-
"@types/react-dom": "^18.2.19",
96+
"@types/react-dom": "^19.0.0",
9797
"@types/recharts": "^2.0.0",
9898
"@types/regression": "^2.0.0",
9999
"@types/yup": "^0.32.0",
100-
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
101-
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
100+
"react": "^19.0.0",
101+
"react-dom": "^19.0.0",
102102
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
103103
},
104104
"peerDependencies": {
105-
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
106-
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
105+
"react": "^19.0.0",
106+
"react-dom": "^19.0.0",
107107
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
108108
},
109109
"configSchema": "config.d.ts"

0 commit comments

Comments
 (0)