Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump react-intl from 6.7.0 to 6.7.1 (#1770)
Browse files Browse the repository at this point in the history
Bumps [react-intl](https://github.com/formatjs/formatjs) from 6.7.0 to 6.7.1.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/[email protected]@6.7.1)

---
updated-dependencies:
- dependency-name: react-intl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent b80627b commit f0bd92d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-intersection-observer": "^9.13.1",
"react-intl": "^6.7.0",
"react-intl": "^6.7.1",
"superjson": "^2.2.1",
"vinxi": "^0.4.3",
"zod": "^3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@kyaku/ui": "*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^6.7.0"
"react-intl": "^6.7.1"
},
"devDependencies": {
"@chromatic-com/storybook": "^2.0.2",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2044,9 +2044,9 @@ __metadata:
languageName: node
linkType: hard

"@formatjs/intl@npm:2.10.5":
version: 2.10.5
resolution: "@formatjs/intl@npm:2.10.5"
"@formatjs/intl@npm:2.10.6":
version: 2.10.6
resolution: "@formatjs/intl@npm:2.10.6"
dependencies:
"@formatjs/ecma402-abstract": "npm:2.0.0"
"@formatjs/fast-memoize": "npm:2.2.0"
Expand All @@ -2060,7 +2060,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/d00ef00e41200947ed22895b73a0863283de4762ec238b4a81e2252e642e30a309cd9c73174e4917b6c675ab6f148eda5a4e3345c3caeef64e090fc8374d27c4
checksum: 10c0/5b29e43a4e411786742645793a88ed28845cd2cee6bca76d2c2d7d46a95c31feeb2091f3322c27e2ed39c7f738d846ccd52fbd0d316857602f976f3036d59c3e
languageName: node
linkType: hard

Expand Down Expand Up @@ -3228,7 +3228,7 @@ __metadata:
react-dom: "npm:^18.3.1"
react-hook-form: "npm:^7.53.0"
react-intersection-observer: "npm:^9.13.1"
react-intl: "npm:^6.7.0"
react-intl: "npm:^6.7.1"
rollup-plugin-copy: "npm:^3.5.0"
superjson: "npm:^2.2.1"
tailwindcss: "npm:^3.4.13"
Expand Down Expand Up @@ -14608,13 +14608,13 @@ __metadata:
languageName: node
linkType: hard

"react-intl@npm:^6.7.0":
version: 6.7.0
resolution: "react-intl@npm:6.7.0"
"react-intl@npm:^6.7.1":
version: 6.7.1
resolution: "react-intl@npm:6.7.1"
dependencies:
"@formatjs/ecma402-abstract": "npm:2.0.0"
"@formatjs/icu-messageformat-parser": "npm:2.7.8"
"@formatjs/intl": "npm:2.10.5"
"@formatjs/intl": "npm:2.10.6"
"@formatjs/intl-displaynames": "npm:6.6.8"
"@formatjs/intl-listformat": "npm:7.5.7"
"@types/hoist-non-react-statics": "npm:^3.3.1"
Expand All @@ -14628,7 +14628,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/210088bf0e934ad5f09d8e7c6d7d72682bb806583645fb333d4efd8ae55585b675ea8e47bb240140d5143ca15ecc0457c3ddc3e8ca45e9b576bce1fa2f9886b3
checksum: 10c0/866a0add426a0adf620a26c874f32793b9cdcc62048ef888e677bd623b39376e65514e8b6feb802196e6825482857d20c8bf70b8a5b6fe797706a08c97e6508e
languageName: node
linkType: hard

Expand Down Expand Up @@ -17475,7 +17475,7 @@ __metadata:
postcss: "npm:^8.4.47"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
react-intl: "npm:^6.7.0"
react-intl: "npm:^6.7.1"
storybook: "npm:^8.3.5"
tailwindcss: "npm:^3.4.13"
typescript: "npm:^5.6.2"
Expand Down

0 comments on commit f0bd92d

Please sign in to comment.