Skip to content

Commit

Permalink
Bump peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos Vasileiou committed May 4, 2022
1 parent 2f73dbe commit bc0d813
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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",
"@angular/core": "^12.0.0 || ^13.0.0",
"@transifex/native": "^3.0.0"
"@transifex/native": "^4.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": "^3.0.0"
"@transifex/native": "^4.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": "^3.0.0",
"@transifex/native": "^4.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": "^3.0.0",
"@transifex/native": "^4.0.0",
"vue": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit bc0d813

Please sign in to comment.