Skip to content

Commit 411b752

Browse files
fix(deps): update dependency intl-messageformat to v10.1.5 (#1007)
* fix(deps): update dependency intl-messageformat to v10.1.5 * fix: regen lockfile Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emmanuel Chambon <[email protected]>
1 parent be463fc commit 411b752

File tree

3 files changed

+1051
-1103
lines changed

3 files changed

+1051
-1103
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
],
77
"type": "module",
88
"devDependencies": {
9-
"@babel/core": "7.19.1",
9+
"@babel/core": "7.19.3",
1010
"@babel/eslint-parser": "7.19.1",
1111
"@babel/plugin-transform-runtime": "7.19.1",
12-
"@babel/preset-env": "7.19.1",
12+
"@babel/preset-env": "7.19.3",
1313
"@babel/preset-react": "7.18.6",
1414
"@babel/preset-typescript": "7.18.6",
1515
"@commitlint/cli": "17.1.2",
@@ -19,8 +19,8 @@
1919
"@testing-library/jest-dom": "5.16.5",
2020
"@testing-library/react": "13.4.0",
2121
"@tsd/typescript": "4.8.4",
22-
"@types/jest": "29.0.3",
23-
"@types/node": "18.7.18",
22+
"@types/jest": "29.1.0",
23+
"@types/node": "18.7.23",
2424
"@types/prop-types": "15.7.5",
2525
"@types/react": "18.0.21",
2626
"@types/react-dom": "18.0.6",

packages/use-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"date-fns": "2.29.3",
3333
"filesize": "9.0.11",
3434
"international-types": "0.3.5",
35-
"intl-messageformat": "10.1.4",
35+
"intl-messageformat": "10.1.5",
3636
"prop-types": "15.8.1"
3737
},
3838
"peerDependencies": {

0 commit comments

Comments
 (0)