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

⬆️ Bump react-intl from 7.1.3 to 7.1.5 #461

Closed
wants to merge 1 commit into from
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"node-cache": "^5.1.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-intl": "^7.1.3",
"react-intl": "^7.1.5",
"server-only": "^0.0.1"
},
"devDependencies": {
Expand Down
23 changes: 11 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2686,13 +2686,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:16 || 17 || 18":
version: 18.3.18
resolution: "@types/react@npm:18.3.18"
"@types/react@npm:16 || 17 || 18 || 19":
version: 19.0.8
resolution: "@types/react@npm:19.0.8"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/8fb2b00672072135d0858dc9db07873ea107cc238b6228aaa2a9afd1ef7a64a7074078250db38afbeb19064be8ea6af5eac32d404efdd5f45e093cc4829d87f8
checksum: 10c0/5fa7236356b1476de03519c66ef65d4fd904826956105619e2ad60cb0b55ae7b251dd5fff02234076225b5e15333d0d936bf9dbe1d461406f8a2ba01c197ddcd
languageName: node
linkType: hard

Expand Down Expand Up @@ -3042,7 +3041,7 @@ __metadata:
prettier: "npm:^3.4.2"
react: "npm:19.0.0"
react-dom: "npm:19.0.0"
react-intl: "npm:^7.1.3"
react-intl: "npm:^7.1.5"
server-only: "npm:^0.0.1"
typescript: "npm:^5.7.3"
uuid: "npm:^11.0.5"
Expand Down Expand Up @@ -9079,25 +9078,25 @@ __metadata:
languageName: node
linkType: hard

"react-intl@npm:^7.1.3":
version: 7.1.3
resolution: "react-intl@npm:7.1.3"
"react-intl@npm:^7.1.5":
version: 7.1.5
resolution: "react-intl@npm:7.1.5"
dependencies:
"@formatjs/ecma402-abstract": "npm:2.3.2"
"@formatjs/icu-messageformat-parser": "npm:2.11.0"
"@formatjs/intl": "npm:3.1.3"
"@types/hoist-non-react-statics": "npm:3"
"@types/react": "npm:16 || 17 || 18"
"@types/react": "npm:16 || 17 || 18 || 19"
hoist-non-react-statics: "npm:3"
intl-messageformat: "npm:10.7.14"
tslib: "npm:2"
peerDependencies:
react: ^16.6.0 || 17 || 18
react: ^16.6.0 || 17 || 18 || 19
typescript: 5
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/64d635819f4bdd09325ca4f7479c7b0254b45da76cc1cb70c4b51a404bf1cf2976125d4df5874fe34527e84813703ac6ff707e06e0e96616951fae1f20f9d246
checksum: 10c0/9d8d5afae16d26466f82fc1c0b8c4afd7559a8faa5b3ef31983a0af540b1b225fa89208b48bf9ec83056c0a27f2972fb86f2717422f788efdc819fb0e0846134
languageName: node
linkType: hard

Expand Down
Loading