Skip to content

Commit

Permalink
build(deps): fix peerDependencies (#2115)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Dec 9, 2024
1 parent 36d6252 commit 9ffef77
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"unbuild": "2.0.0"
},
"peerDependencies": {
"@lingui/babel-plugin-lingui-macro": "5.0.0",
"@lingui/babel-plugin-lingui-macro": "5.1.0",
"babel-plugin-macros": "2 || 3"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/macro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@lingui/react": "5.1.0"
},
"peerDependencies": {
"@lingui/babel-plugin-lingui-macro": "4.11.2",
"@lingui/babel-plugin-lingui-macro": "5.1.0",
"babel-plugin-macros": "2 || 3"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"macro/index.js"
],
"peerDependencies": {
"@lingui/babel-plugin-lingui-macro": "5.0.0",
"@lingui/babel-plugin-lingui-macro": "5.1.0",
"babel-plugin-macros": "2 || 3",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2800,7 +2800,7 @@ __metadata:
unbuild: 2.0.0
unraw: ^3.0.0
peerDependencies:
"@lingui/babel-plugin-lingui-macro": 5.0.0
"@lingui/babel-plugin-lingui-macro": 5.1.0
babel-plugin-macros: 2 || 3
peerDependenciesMeta:
"@lingui/babel-plugin-lingui-macro":
Expand Down Expand Up @@ -2925,7 +2925,7 @@ __metadata:
"@lingui/core": 5.1.0
"@lingui/react": 5.1.0
peerDependencies:
"@lingui/babel-plugin-lingui-macro": 4.11.2
"@lingui/babel-plugin-lingui-macro": 5.1.0
babel-plugin-macros: 2 || 3
peerDependenciesMeta:
"@lingui/babel-plugin-lingui-macro":
Expand Down Expand Up @@ -2998,7 +2998,7 @@ __metadata:
tsd: ^0.26.1
unbuild: 2.0.0
peerDependencies:
"@lingui/babel-plugin-lingui-macro": 5.0.0
"@lingui/babel-plugin-lingui-macro": 5.1.0
babel-plugin-macros: 2 || 3
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
peerDependenciesMeta:
Expand Down

0 comments on commit 9ffef77

Please sign in to comment.