Skip to content

Commit

Permalink
Bump react-intl from 7.0.4 to 7.1.0 (#12450)
Browse files Browse the repository at this point in the history
Bumps [react-intl](https://github.com/formatjs/formatjs) from 7.0.4 to 7.1.0.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/[email protected]@7.1.0)

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

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 Jan 9, 2025
1 parent 28a0da5 commit ec66643
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 45 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.54.2",
"react-intl": "^7.0.4",
"react-intl": "^7.1.0",
"react-router": "^7.1.1",
"react-to-print": "^2.15.1",
"urql": "^4.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"graphql": "^16.10.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"react-intl": "^7.0.4",
"react-intl": "^7.1.0",
"urql": "^4.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/date-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@gc-digital-talent/graphql": "workspace:*",
"@gc-digital-talent/i18n": "workspace:*",
"date-fns": "^4.1.0",
"react-intl": "^7.0.4"
"react-intl": "^7.1.0"
},
"devDependencies": {
"@gc-digital-talent/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-intl": "^7.0.4",
"react-intl": "^7.1.0",
"tsconfig": "workspace:*",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"js-yaml": "^4.1.0",
"json-stable-stringify": "^1.2.1",
"react": "^18.3.1",
"react-intl": "^7.0.4",
"react-intl": "^7.1.0",
"react-router": "^7.1.1",
"tsconfig": "workspace:*",
"tsx": "^4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@gc-digital-talent/i18n": "workspace:*",
"jest": "^29.7.0",
"react-helmet-async": "^2.0.5",
"react-intl": "^7.0.4",
"react-intl": "^7.1.0",
"react-router": "^7.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint": "^8.57.0",
"jest": "^29.7.0",
"react": "^18.3.1",
"react-intl": "^7.0.4",
"react-intl": "^7.1.0",
"tsconfig": "workspace:*",
"typescript": "^5.7.2"
}
Expand Down
117 changes: 79 additions & 38 deletions pnpm-lock.yaml

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

0 comments on commit ec66643

Please sign in to comment.