Skip to content

Commit 2f9a3b6

Browse files
christoph-jerolimov04kash
authored andcommitted
fix(homepage): update dependencies (incl @scalprum/react-core from 0.8 to 0.9) (redhat-developer#76)
Signed-off-by: Christoph Jerolimov <[email protected]>
1 parent 5d15bc5 commit 2f9a3b6

File tree

3 files changed

+23
-18
lines changed

3 files changed

+23
-18
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-dynamic-home-page': patch
3+
---
4+
5+
Update dependencies (@scalprum/react-core from 0.8 to 0.9 and tss-react)

workspaces/homepage/plugins/dynamic-home-page/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"@backstage/theme": "0.6.0",
4242
"@mui/material": "5.16.7",
4343
"@mui/styles": "5.16.7",
44-
"@scalprum/react-core": "0.8.0",
44+
"@scalprum/react-core": "0.9.3",
4545
"react-grid-layout": "1.4.4",
4646
"react-use": "17.5.1",
47-
"tss-react": "4.9.12"
47+
"tss-react": "4.9.13"
4848
},
4949
"peerDependencies": {
5050
"react": "16.13.1 || ^17.0.0 || ^18.2.0",

workspaces/homepage/yarn.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -10079,7 +10079,7 @@ __metadata:
1007910079
"@mui/styles": 5.16.7
1008010080
"@openshift/dynamic-plugin-sdk": 5.0.1
1008110081
"@redhat-developer/red-hat-developer-hub-theme": 0.4.0
10082-
"@scalprum/react-core": 0.8.0
10082+
"@scalprum/react-core": 0.9.3
1008310083
"@testing-library/jest-dom": 6.6.3
1008410084
"@testing-library/react": 14.3.1
1008510085
"@testing-library/user-event": 14.5.2
@@ -10088,7 +10088,7 @@ __metadata:
1008810088
react: ^16.13.1 || ^17.0.0 || ^18.0.0
1008910089
react-grid-layout: 1.4.4
1009010090
react-use: 17.5.1
10091-
tss-react: 4.9.12
10091+
tss-react: 4.9.13
1009210092
peerDependencies:
1009310093
react: 16.13.1 || ^17.0.0 || ^18.2.0
1009410094
react-router-dom: 6.26.2
@@ -10483,27 +10483,27 @@ __metadata:
1048310483
languageName: node
1048410484
linkType: hard
1048510485

10486-
"@scalprum/core@npm:^0.7.0":
10487-
version: 0.7.0
10488-
resolution: "@scalprum/core@npm:0.7.0"
10486+
"@scalprum/core@npm:^0.8.1":
10487+
version: 0.8.1
10488+
resolution: "@scalprum/core@npm:0.8.1"
1048910489
dependencies:
1049010490
"@openshift/dynamic-plugin-sdk": ^5.0.1
1049110491
tslib: ^2.6.2
10492-
checksum: 0698e2520a9a9a7c220b5067792e81f267659ae0e9c0e117d9dc5aa24f28be2b8c72d5c79aedf3a68fc803e47c1f473ff25945299c03b978ea5360d766975fc2
10492+
checksum: 581631848bda2081dfe797c4c4326b442ce086d69117cc1eb74c18d345124825d87f570d09e8edaaa132d32a7720db0e728971834f1509aca9349aff21246a52
1049310493
languageName: node
1049410494
linkType: hard
1049510495

10496-
"@scalprum/react-core@npm:0.8.0":
10497-
version: 0.8.0
10498-
resolution: "@scalprum/react-core@npm:0.8.0"
10496+
"@scalprum/react-core@npm:0.9.3":
10497+
version: 0.9.3
10498+
resolution: "@scalprum/react-core@npm:0.9.3"
1049910499
dependencies:
1050010500
"@openshift/dynamic-plugin-sdk": ^5.0.1
10501-
"@scalprum/core": ^0.7.0
10501+
"@scalprum/core": ^0.8.1
1050210502
lodash: ^4.17.0
1050310503
peerDependencies:
1050410504
react: ">=16.8.0 || >=17.0.0 || ^18.0.0"
1050510505
react-dom: ">=16.8.0 || >=17.0.0 || ^18.0.0"
10506-
checksum: 1eff07a1efa4cded62bc3602ef5745e2ff39f8291af1af4486bc6fa703b59f5e94fc6c76929f5653c15d5a5e70dd85d41c145982f605042d4ec2eb983b531031
10506+
checksum: 19c29a54e25c8025b668a96291741ce4b68dc0c87684cc39c260fc29aa2e0fc0d3e01266e0b5f64a290607e3df8d766539b619d23b756e2d09534b37034c313c
1050710507
languageName: node
1050810508
linkType: hard
1050910509

@@ -31938,24 +31938,24 @@ __metadata:
3193831938
languageName: node
3193931939
linkType: hard
3194031940

31941-
"tss-react@npm:4.9.12":
31942-
version: 4.9.12
31943-
resolution: "tss-react@npm:4.9.12"
31941+
"tss-react@npm:4.9.13":
31942+
version: 4.9.13
31943+
resolution: "tss-react@npm:4.9.13"
3194431944
dependencies:
3194531945
"@emotion/cache": "*"
3194631946
"@emotion/serialize": "*"
3194731947
"@emotion/utils": "*"
3194831948
peerDependencies:
3194931949
"@emotion/react": ^11.4.1
3195031950
"@emotion/server": ^11.4.0
31951-
"@mui/material": ^5.0.0
31951+
"@mui/material": ^5.0.0 || ^6.0.0
3195231952
react: ^16.8.0 || ^17.0.2 || ^18.0.0
3195331953
peerDependenciesMeta:
3195431954
"@emotion/server":
3195531955
optional: true
3195631956
"@mui/material":
3195731957
optional: true
31958-
checksum: b1bec7c6d80b93d325ceca040ff5629b8a898b9f86a6d3260f2614943b64873afacd1f56d65a7850090a01869ea4fdac045da77ec96b80fbf157d475bcbd7187
31958+
checksum: 9327cef392007237020df5d388b4aeabbf7cc06f6d5ac32e2781367244c2de34688922a345878408f45a38890324d67d9a0f7b48cf6b1c968d66d52b3e14e28f
3195931959
languageName: node
3196031960
linkType: hard
3196131961

0 commit comments

Comments
 (0)