Files
flipper/flipper-js-client-sdk/package.json
dependabot[bot] 8067a94092 Bump prettier from 2.3.1 to 2.3.2 in /flipper-js-client-sdk (#2516)
Summary:
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.1 to 2.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p>
<blockquote>
<h2>2.3.2</h2>
<p><a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#232">changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.3.2</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.3.1...2.3.2">diff</a></p>
<h4>Fix failure on dir with trailing slash (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/11000">#11000</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4>

<pre lang="console"><code>$ ls
1.js  1.unknown
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9a8b579d36"><code>9a8b579</code></a> Release 2.3.2</li>
<li><a href="2faf01b8b4"><code>2faf01b</code></a> Add changelog-for-patch script (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11052">#11052</a>)</li>
<li><a href="9a61bf3a4a"><code>9a61bf3</code></a> Build(deps): Bump <code>@​angular/compiler</code> from 12.0.4 to 12.0.5 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11092">#11092</a>)</li>
<li><a href="0b5a795b85"><code>0b5a795</code></a> Build(deps): Bump flow-parser from 0.152.0 to 0.153.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11095">#11095</a>)</li>
<li><a href="40329ce346"><code>40329ce</code></a> Build(deps): Bump typescript from 4.3.2 to 4.3.4 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11093">#11093</a>)</li>
<li><a href="31d9c50793"><code>31d9c50</code></a> Build(deps-dev): Bump snapshot-diff from 0.8.1 to 0.9.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11091">#11091</a>)</li>
<li><a href="ca6f2d4cc9"><code>ca6f2d4</code></a> Build(deps-dev): Bump <code>@​babel/core</code> from 7.14.5 to 7.14.6 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11097">#11097</a>)</li>
<li><a href="fc46f1b9f3"><code>fc46f1b</code></a> Build(deps-dev): Bump eslint from 7.28.0 to 7.29.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11096">#11096</a>)</li>
<li><a href="bb57a27069"><code>bb57a27</code></a> Build(deps-dev): Bump webpack from 5.38.1 to 5.39.1 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11087">#11087</a>)</li>
<li><a href="0c79b9978e"><code>0c79b99</code></a> Build(deps): Bump globby from 11.0.3 to 11.0.4 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11094">#11094</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.3.1...2.3.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.3.1&new-version=2.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/2516

Reviewed By: mweststrate

Differential Revision: D29429432

Pulled By: cekkaewnumchai

fbshipit-source-id: 70b8e6e645495b329628c8f9146be6967a52839d
2021-06-28 08:40:49 -07:00

51 lines
1.5 KiB
JSON

{
"name": "flipper-client-sdk",
"version": "0.0.3",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"title": "Flipper SDK API",
"scripts": {
"reset": "rimraf lib *.tsbuildinfo",
"build": "tsc -b",
"fix": "eslint . --fix --ext .js,.ts,.tsx",
"lint:tsc": "tsc --noemit",
"lint:eslint": "eslint . --ext .js,.ts,.tsx",
"lint": "yarn lint:eslint && yarn lint:tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/flipper.git",
"baseUrl": "https://github.com/facebook/flipper/tree/master/flipper-js-client-sdk"
},
"keywords": [
"flipper"
],
"author": {
"name": "Facebook Inc"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"ansi-to-html": "^0.6.15",
"babel-eslint": "^10.0.1",
"eslint": "^7.29.0",
"eslint-config-fbjs": "^3.1.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"typescript": "^4.3.4"
}
}