Skip to content

Commit

Permalink
Upgrade babel-preset-fbjs to 3.4.0
Browse files Browse the repository at this point in the history
Reviewed By: GijsWeterings

Differential Revision: D28641982

fbshipit-source-id: db44f9ddd36bef246384d82a7b8981cb937add53
  • Loading branch information
motiz88 authored and facebook-github-bot committed Jun 3, 2021
1 parent 1baf07c commit 3df7ac1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"babel-eslint": "^10.1.0",
"babel-plugin-macros": "^2.0.0",
"babel-plugin-tester": "^6.0.1",
"babel-preset-fbjs": "^3.3.0",
"babel-preset-fbjs": "^3.4.0",
"chalk": "^4.0.0",
"cosmiconfig": "^5.0.5",
"cross-env": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@babel/runtime": "^7.0.0",
"@babel/traverse": "^7.14.0",
"@babel/types": "^7.0.0",
"babel-preset-fbjs": "^3.3.0",
"babel-preset-fbjs": "^3.4.0",
"chalk": "^4.0.0",
"fb-watchman": "^2.0.0",
"fbjs": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1564,10 +1564,10 @@ babel-preset-current-node-syntax@^1.0.0:
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
"@babel/plugin-syntax-top-level-await" "^7.8.3"

babel-preset-fbjs@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/babel-preset-fbjs/-/babel-preset-fbjs-3.3.0.tgz#a6024764ea86c8e06a22d794ca8b69534d263541"
integrity sha512-7QTLTCd2gwB2qGoi5epSULMHugSVgpcVt5YAeiFO9ABLrutDQzKfGwzxgZHLpugq8qMdg/DhRZDZ5CLKxBkEbw==
babel-preset-fbjs@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/babel-preset-fbjs/-/babel-preset-fbjs-3.4.0.tgz#38a14e5a7a3b285a3f3a86552d650dca5cf6111c"
integrity sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==
dependencies:
"@babel/plugin-proposal-class-properties" "^7.0.0"
"@babel/plugin-proposal-object-rest-spread" "^7.0.0"
Expand Down

0 comments on commit 3df7ac1

Please sign in to comment.