Flipper Release: v0.36.0
Summary: Releasing version 0.36.0 Reviewed By: passy Differential Revision: D20835543 fbshipit-source-id: f5d9e8884410b294d4f37cb98db614da4592e6df
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0a68044649
commit
e35bf2c1ae
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper",
|
||||
"version": "0.35.0",
|
||||
"version": "0.36.0",
|
||||
"description": "Mobile development tool",
|
||||
"productName": "Flipper",
|
||||
"author": "Facebook Inc",
|
||||
@@ -32,7 +32,7 @@
|
||||
"expand-tilde": "^2.0.2",
|
||||
"express": "^4.15.2",
|
||||
"fb-watchman": "^2.0.0",
|
||||
"flipper-doctor": "0.35.0",
|
||||
"flipper-doctor": "0.36.0",
|
||||
"fs-extra": "^8.0.1",
|
||||
"immer": "^6.0.0",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
@@ -91,4 +91,4 @@
|
||||
"optionalDependencies": {
|
||||
"7zip-bin-mac": "^1.0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-babel-transformer",
|
||||
"version": "0.35.0",
|
||||
"version": "0.36.0",
|
||||
"description": "Babel transformer for Flipper plugins",
|
||||
"repository": "facebook/flipper",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-doctor",
|
||||
"version": "0.35.0",
|
||||
"version": "0.36.0",
|
||||
"description": "Utility for checking for issues with a flipper installation",
|
||||
"main": "lib/index.js",
|
||||
"flipper:source": "src",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-headless-tests",
|
||||
"version": "0.35.0",
|
||||
"version": "0.36.0",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-project",
|
||||
"version": "0.35.0",
|
||||
"version": "0.36.0",
|
||||
"description": "Mobile development tool",
|
||||
"productName": "Flipper",
|
||||
"author": "Facebook Inc",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-pkg",
|
||||
"version": "0.35.0",
|
||||
"version": "0.36.0",
|
||||
"description": "Utility for building and publishing Flipper plugins",
|
||||
"repository": "facebook/flipper",
|
||||
"main": "lib/index.js",
|
||||
@@ -20,7 +20,7 @@
|
||||
"@types/node": "^13.7.5",
|
||||
"cli-ux": "^5.4.5",
|
||||
"fs-extra": "^8.1.0",
|
||||
"flipper-babel-transformer": "0.35.0",
|
||||
"flipper-babel-transformer": "0.36.0",
|
||||
"inquirer": "^7.0.5",
|
||||
"metro": "^0.58.0",
|
||||
"tslib": "^1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flipper-static",
|
||||
"version": "0.35.0",
|
||||
"version": "0.36.0",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
@@ -10,7 +10,7 @@
|
||||
"fb-watchman": "^2.0.0",
|
||||
"fix-path": "^3.0.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"flipper-babel-transformer": "0.35.0",
|
||||
"flipper-babel-transformer": "0.36.0",
|
||||
"mem": "^6.0.0",
|
||||
"metro": "^0.58.0",
|
||||
"mkdirp": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user