Skip to content

Commit

Permalink
Update npm package versions to match prod
Browse files Browse the repository at this point in the history
Differential Revision: D17169652

fbshipit-source-id: 545b5e11a6c729d6bbb8294c88e713e86cf71af0
  • Loading branch information
kayhadrin authored and facebook-github-bot committed Sep 3, 2019
1 parent 3751d03 commit 250207c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions fbt-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": "false",
"name": "fbt",
"description": "The fbt i18n framework JS runtime.",
"version": "0.9.5",
"version": "0.9.55",
"keywords": [
"facebook",
"fbt",
Expand All @@ -28,8 +28,8 @@
"dependencies": {
},
"peerDependencies": {
"babel-plugin-fbt": "0.9.1",
"babel-plugin-fbt-runtime": "0.9.1"
"babel-plugin-fbt": "^0.9.14",
"babel-plugin-fbt-runtime": "^0.9.4"
},
"devDependencies": {
},
Expand Down
4 changes: 2 additions & 2 deletions transform/babel-plugin-fbt-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-fbt-runtime",
"version": "0.9.1",
"version": "0.9.4",
"license": "MIT",
"devDependencies": {
"fb-babel-plugin-utils": "^0.9.0"
Expand All @@ -10,6 +10,6 @@
"fbjs": "^1.0.0"
},
"peerDependencies": {
"babel-plugin-fbt": "0.9.1"
"babel-plugin-fbt": "^0.9.14"
}
}
2 changes: 1 addition & 1 deletion transform/babel-plugin-fbt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"license": "MIT",
"main": "index.js",
"name": "babel-plugin-fbt",
"version": "0.9.1",
"version": "0.9.14",
"devDependencies": {
"yargs": "^9.0.0"
},
Expand Down

0 comments on commit 250207c

Please sign in to comment.