Skip to content

Commit

Permalink
Update peerDependencies for 6.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos Vasileiou committed Sep 27, 2023
1 parent 7b0edcc commit 2da1bb1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"peerDependencies": {
"@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"@transifex/native": "^5.4.0"
"@transifex/native": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"type-is": "^1.6.18"
},
"peerDependencies": {
"@transifex/native": "^5.0.0"
"@transifex/native": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"node": ">=14.0.0"
},
"peerDependencies": {
"@transifex/native": "^5.0.0",
"@transifex/native": "^6.0.0",
"prop-types": "^15.0.0",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"publish-npm": "npm publish"
},
"peerDependencies": {
"@transifex/native": "^5.0.0",
"@transifex/native": "^6.0.0",
"vue": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dist"
],
"peerDependencies": {
"@transifex/native": "^5.0.0",
"@transifex/native": "^6.0.0",
"vue": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 2da1bb1

Please sign in to comment.