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

fix(deps): update dependency @formatjs/intl-relativetimeformat to v11 #744

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
37 changes: 31 additions & 6 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@bugsnag/js": "^7.16.1",
"@bugsnag/plugin-react": "^7.16.1",
"@formatjs/intl-pluralrules": "^3.2.5",
"@formatjs/intl-relativetimeformat": "^7.0.0",
"@formatjs/intl-relativetimeformat": "^11.0.0",
"@metamask/onboarding": "^1.0.1",
"@vanilla-extract/css": "^1.7.2",
"@vanilla-extract/recipes": "^0.2.5",
Expand Down
41 changes: 34 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2083,6 +2083,16 @@ __metadata:
languageName: node
linkType: hard

"@formatjs/ecma402-abstract@npm:1.12.0":
version: 1.12.0
resolution: "@formatjs/ecma402-abstract@npm:1.12.0"
dependencies:
"@formatjs/intl-localematcher": 0.2.31
tslib: 2.4.0
checksum: 29dc157d669f4fe267b850d06ae2c5a9b666a2b859ba1c99a8228bb10e9b2d7cbc19fdf0e247efed6f5100fd33333cecfb0e86315b52fad639cb137aef44b367
languageName: node
linkType: hard

"@formatjs/ecma402-abstract@npm:1.4.0":
version: 1.4.0
resolution: "@formatjs/ecma402-abstract@npm:1.4.0"
Expand Down Expand Up @@ -2163,6 +2173,15 @@ __metadata:
languageName: node
linkType: hard

"@formatjs/intl-localematcher@npm:0.2.31":
version: 0.2.31
resolution: "@formatjs/intl-localematcher@npm:0.2.31"
dependencies:
tslib: 2.4.0
checksum: c05bf5854f04ad0cc5ad78436023805c9542d97cdf000c685793e2053b84b585be3603b370e27921a617bbb87ef021239d773bc5326ab99850786c73d46a5156
languageName: node
linkType: hard

"@formatjs/intl-pluralrules@npm:^3.2.5":
version: 3.5.6
resolution: "@formatjs/intl-pluralrules@npm:3.5.6"
Expand All @@ -2173,13 +2192,14 @@ __metadata:
languageName: node
linkType: hard

"@formatjs/intl-relativetimeformat@npm:^7.0.0":
version: 7.3.6
resolution: "@formatjs/intl-relativetimeformat@npm:7.3.6"
"@formatjs/intl-relativetimeformat@npm:^11.0.0":
version: 11.1.3
resolution: "@formatjs/intl-relativetimeformat@npm:11.1.3"
dependencies:
"@formatjs/ecma402-abstract": 1.4.0
tslib: ^2.0.1
checksum: 1198b7b607ab671895b3179912a4862ebca435040ba11af2605779caaa902eb68392265d0c7720b0ae5eb513f8c9cf4191c71aba691dd7813509e1641ebdb177
"@formatjs/ecma402-abstract": 1.12.0
"@formatjs/intl-localematcher": 0.2.31
tslib: 2.4.0
checksum: bc781cfb1056ccfebfbdaae147cec70a3c6907949f94690ff566923829be4cb5134a864d7aa9a34fcaaf35e140a887d1b9faf13c666b6f32d43c75b35745b797
languageName: node
linkType: hard

Expand Down Expand Up @@ -18823,6 +18843,13 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:2.4.0":
version: 2.4.0
resolution: "tslib@npm:2.4.0"
checksum: 8c4aa6a3c5a754bf76aefc38026134180c053b7bd2f81338cb5e5ebf96fefa0f417bff221592bf801077f5bf990562f6264fecbc42cd3309b33872cb6fc3b113
languageName: node
linkType: hard

"tslib@npm:^1.0.0, tslib@npm:^1.8.1, tslib@npm:^1.9.0, tslib@npm:^1.9.3":
version: 1.14.1
resolution: "tslib@npm:1.14.1"
Expand Down Expand Up @@ -19520,7 +19547,7 @@ __metadata:
"@bugsnag/js": ^7.16.1
"@bugsnag/plugin-react": ^7.16.1
"@formatjs/intl-pluralrules": ^3.2.5
"@formatjs/intl-relativetimeformat": ^7.0.0
"@formatjs/intl-relativetimeformat": ^11.0.0
"@metamask/onboarding": ^1.0.1
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.7
"@statoscope/webpack-plugin": ^5.14.1
Expand Down