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 1 commit
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
20 changes: 20 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6901,6 +6901,16 @@ __metadata:
languageName: node
linkType: hard

"@smithy/property-provider@npm:2.0.16":
version: 2.0.16
resolution: "@smithy/property-provider@npm:2.0.16"
dependencies:
"@smithy/types": "npm:^2.7.0"
tslib: "npm:^2.5.0"
checksum: 0cf5babdc6bf77803891e26e1af74976fa1dec2014524ecdb7f47fa6060a1d2ed98ce3612c8db8e054e0123b6a301bafbc834c5ed9d3f8d75d2bcb2e3ee403ce
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"
Expand Down Expand Up @@ -7017,6 +7027,15 @@ __metadata:
languageName: node
linkType: hard

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

"@smithy/url-parser@npm:^2.0.12, @smithy/url-parser@npm:^2.0.14":
version: 2.0.14
resolution: "@smithy/url-parser@npm:2.0.14"
Expand Down Expand Up @@ -10886,6 +10905,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