Summary: Bumps [electron-devtools-installer](https://github.com/MarshallOfSound/electron-devtools-installer) from 3.1.1 to 3.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/MarshallOfSound/electron-devtools-installer/releases">electron-devtools-installer's releases</a>.</em></p> <blockquote> <h2>v3.2.0</h2> <h1><a href="https://github.com/MarshallOfSound/electron-devtools-installer/compare/v3.1.1...v3.2.0">3.2.0</a> (2021-04-18)</h1> <h3>Features</h3> <ul> <li>new devtools for VueJS 3 (<a href="https://github-redirect.dependabot.com/MarshallOfSound/electron-devtools-installer/issues/183">https://github.com/facebook/flipper/issues/183</a>) (<a href="31bf8632c3">31bf863</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="31bf8632c3"><code>31bf863</code></a> feat: new devtools for VueJS 3 (<a href="https://github-redirect.dependabot.com/MarshallOfSound/electron-devtools-installer/issues/183">https://github.com/facebook/flipper/issues/183</a>)</li> <li><a href="19fd4dde8a"><code>19fd4dd</code></a> docs: fix npm badge link in readme (<a href="https://github-redirect.dependabot.com/MarshallOfSound/electron-devtools-installer/issues/178">https://github.com/facebook/flipper/issues/178</a>)</li> <li><a href="9fad2da5a6"><code>9fad2da</code></a> refactor: rewrite to typescript (<a href="https://github-redirect.dependabot.com/MarshallOfSound/electron-devtools-installer/issues/169">https://github.com/facebook/flipper/issues/169</a>)</li> <li><a href="412a088968"><code>412a088</code></a> refactor(extension): remove REACT_PERF extension (<a href="https://github-redirect.dependabot.com/MarshallOfSound/electron-devtools-installer/issues/167">https://github.com/facebook/flipper/issues/167</a>)</li> <li>See full diff in <a href="https://github.com/MarshallOfSound/electron-devtools-installer/compare/v3.1.1...v3.2.0">compare view</a></li> </ul> </details> <br /> [](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/2465 Reviewed By: mweststrate Differential Revision: D29132886 Pulled By: priteshrnandgaonkar fbshipit-source-id: 928dd5949baa9adcace4206f322b099e86ef5301
18 lines
358 B
JSON
18 lines
358 B
JSON
{
|
|
"name": "flipper-static",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"electron-devtools-installer": "^3.2.0",
|
|
"fix-path": "^3.0.0",
|
|
"mac-ca": "^1.0.6",
|
|
"mkdirp": "^1.0.4",
|
|
"node-fetch": "^2.6.1",
|
|
"ws": "^7.4.6",
|
|
"xdg-basedir": "^4.0.0",
|
|
"yargs": "^16.2.0"
|
|
}
|
|
}
|