Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @smithy/property-provider as a direct dependency of apps-rendering #9918

Merged
merged 2 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@guardian/source-foundations": "13.2.0",
"@guardian/source-react-components": "16.0.1",
"@guardian/source-react-components-development-kitchen": "14.0.2",
"@smithy/property-provider": "2.0.16",
"@storybook/addon-essentials": "7.6.4",
"@storybook/addons": "7.6.4",
"@storybook/api": "7.6.4",
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6901,13 +6901,13 @@ __metadata:
languageName: node
linkType: hard

"@smithy/property-provider@npm:^2.0.0, @smithy/property-provider@npm:^2.0.15":
version: 2.0.15
resolution: "@smithy/property-provider@npm:2.0.15"
"@smithy/property-provider@npm:2.0.16, @smithy/property-provider@npm:^2.0.0, @smithy/property-provider@npm:^2.0.15":
version: 2.0.16
resolution: "@smithy/property-provider@npm:2.0.16"
dependencies:
"@smithy/types": "npm:^2.6.0"
"@smithy/types": "npm:^2.7.0"
tslib: "npm:^2.5.0"
checksum: 475e539b10dcccbd41785d765128896f5e0dcea0f44a0a8b536ed1b41fdae130e991e8ae787f0b04287fc483a3a494d353cdd6b913a71af3e27f641c76dc9042
checksum: 0cf5babdc6bf77803891e26e1af74976fa1dec2014524ecdb7f47fa6060a1d2ed98ce3612c8db8e054e0123b6a301bafbc834c5ed9d3f8d75d2bcb2e3ee403ce
languageName: node
linkType: hard

Expand Down Expand Up @@ -7008,12 +7008,12 @@ __metadata:
languageName: node
linkType: hard

"@smithy/types@npm:^2.4.0, @smithy/types@npm:^2.6.0":
version: 2.6.0
resolution: "@smithy/types@npm:2.6.0"
"@smithy/types@npm:^2.4.0, @smithy/types@npm:^2.6.0, @smithy/types@npm:^2.7.0":
version: 2.7.0
resolution: "@smithy/types@npm:2.7.0"
dependencies:
tslib: "npm:^2.5.0"
checksum: 10c47947d8c3054ef4525da852330f1ef7030578a887bc3edd5853f65f229cf22c68512da4c952e1431dc992c4d62a21432440475c3e66ab2c7032ed03591251
checksum: 31159cbbd041667057ffc1cad2c273cfc18533c29f34c3e8c672424803e715de66efaedb5bb87efa9e5de58520b4829b0359b994f3ec3257e384cfc13659dd86
languageName: node
linkType: hard

Expand Down Expand Up @@ -10886,6 +10886,7 @@ __metadata:
"@guardian/source-foundations": "npm:13.2.0"
"@guardian/source-react-components": "npm:16.0.1"
"@guardian/source-react-components-development-kitchen": "npm:14.0.2"
"@smithy/property-provider": "npm:2.0.16"
"@storybook/addon-essentials": "npm:7.6.4"
"@storybook/addons": "npm:7.6.4"
"@storybook/api": "npm:7.6.4"
Expand Down
Loading