Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit de57dc7

Browse files
Merge #3 #4
3: Update dependency flow-bin to v0.70.0 r=mythmon a=renovate[bot] This Pull Request updates dependency [flow-bin](https://github.com/flowtype/flow-bin) from `v0.66.0` to `v0.70.0` <details> <summary>Commits</summary> #### v0.67.1 - [`4255e2d`](flow/flow-bin@4255e2d) v0.67.1 #### v0.68.0 - [`aea9bb5`](flow/flow-bin@aea9bb5) v0.68.0 #### v0.69.0 - [`b8a5da6`](flow/flow-bin@b8a5da6) v0.69.0 #### v0.70.0 - [`0b0bcea`](flow/flow-bin@0b0bcea) v0.70.0 </details> --- This PR has been generated by [Renovate Bot](https://renovateapp.com). 4: Update dependency react-scripts to v1.1.4 r=mythmon a=renovate[bot] This Pull Request updates dependency [react-scripts](https://github.com/facebookincubator/create-react-app) from `v1.1.1` to `v1.1.4` <details> <summary>Release Notes</summary> ### [`v1.1.2`](https://github.com/facebookincubator/create-react-app/blob/master/CHANGELOG.md#&#8203;112-April-3-2018) ##### 🐛 Bug Fix * `react-scripts` * [#&#8203;4085](`https://github.com/facebook/create-react-app/pull/4085`) Resolve `.js` before `.mjs` files to unbreak dependencies with native ESM support. ([@&#8203;leebyron]) ##### 📝 Documentation * `react-scripts` * [#&#8203;4197](`https://github.com/facebook/create-react-app/pull/4197`) Add troubleshooting for Github Pages. ([@&#8203;xnt]) ##### Committers: 2 - Lee Byron ([leebyron]) - Vicente Plata ([xnt]) ##### Migrating from 1.1.1 to 1.1.2 Inside any created project that has not been ejected, run: ``` npm install --save --save-exact react-scripts@&#8203;1.1.2 ``` or ``` yarn add --exact react-scripts@&#8203;1.1.2 ``` --- ### [`v1.1.3`](https://github.com/facebookincubator/create-react-app/blob/master/CHANGELOG.md#&#8203;113-April-3-2018) ##### 🐛 Bug Fix * `react-scripts` * [#&#8203;4247](`https://github.com/facebook/create-react-app/pull/4247`) Fix `environment.dispose is not a function` error caused by a Jest bug. ([@&#8203;gaearon]) ##### Committers: 1 - Dan Abramov ([gaearon]) ##### Migrating from 1.1.2 to 1.1.3 Inside any created project that has not been ejected, run: ``` npm install --save --save-exact react-scripts@&#8203;1.1.3 ``` or ``` yarn add --exact react-scripts@&#8203;1.1.3 ``` --- ### [`v1.1.4`](https://github.com/facebookincubator/create-react-app/blob/master/CHANGELOG.md#&#8203;114-April-3-2018) ##### 🐛 Bug Fix * `react-dev-utils` * [#&#8203;4250](`https://github.com/facebook/create-react-app/pull/4250`) Upgrade `detect-port-alt` to fix [#&#8203;4189](`https://github.com/facebook/create-react-app/issues/4189`). ([@&#8203;Timer]) ##### Committers: 1 - Joe Haddad ([Timer]) ##### Migrating from 1.1.3 to 1.1.4 Inside any created project that has not been ejected, run: ``` npm install --save --save-exact react-scripts@&#8203;1.1.4 ``` or ``` yarn add --exact react-scripts@&#8203;1.1.4 ``` --- </details> <details> <summary>Commits</summary> #### v1.1.2 - [`058d03f`](facebook/create-react-app@058d03f) Fix typos in example monorepo documentation. (#&#8203;4164) - [`1922f4d`](facebook/create-react-app@1922f4d) Allow ModuleScopePlugin accecpts an array as its appSrc (#&#8203;4138) - [`33f1294`](facebook/create-react-app@33f1294) Revert &quot;Change no-unused-vars &#x27;args&#x27; from none to all to show warning on destructured objects&quot; - [`8a34b7c`](facebook/create-react-app@8a34b7c) Add ESLint check for incorrect propTypes usage (#&#8203;3840) (#&#8203;4048) - [`8db5e33`](facebook/create-react-app@8db5e33) Revert lint-related changes made in #&#8203;4193 (#&#8203;4211) - [`06dd17e`](facebook/create-react-app@06dd17e) add `create-react-app --help` info for local file path `--scripts-version` support (#&#8203;4015) - [`9c167a4`](facebook/create-react-app@9c167a4) Add some stuff that requires transpilation. (#&#8203;4174) - [`da518d2`](facebook/create-react-app@da518d2) Fix floating caret position incorrect while scrolling overlay (#&#8203;4024) - [`2824bf2`](facebook/create-react-app@2824bf2) [next] Revert to use ecma 5 in uglifyOptions (#&#8203;4234) - [`9a99b5d`](facebook/create-react-app@9a99b5d) Fix typo and be clearer about `ecma` settings in uglifyjs options (#&#8203;4239) - [`9c3f03c`](facebook/create-react-app@9c3f03c) use the lastest url of gitignore file (#&#8203;4236) #### v1.1.3 - [`061d1e4`](facebook/create-react-app@061d1e4) Add troubleshooting for Github Pages (#&#8203;4197) - [`2e690e9`](facebook/create-react-app@2e690e9) Add 1.1.2 changelog (#&#8203;4242) #### v1.1.4 - [`3b102fe`](facebook/create-react-app@3b102fe) Work around Jest environment resolving bug (#&#8203;4247) - [`90c908e`](facebook/create-react-app@90c908e) Changelog for 1.1.3 - [`2762924`](facebook/create-react-app@2762924) Update detect-port-alt </details> --- This PR has been generated by [Renovate Bot](https://renovateapp.com). Co-authored-by: Renovate Bot <[email protected]>
3 parents 0609dd4 + 55af8a0 + adf6a0c commit de57dc7

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"classnames": "2.2.5",
77
"react": "16.2.0",
88
"react-dom": "16.2.0",
9-
"react-scripts": "1.1.1"
9+
"react-scripts": "1.1.4"
1010
},
1111
"homepage": "https://mythmon.github.io/corsica-tree-status",
1212
"scripts": {
@@ -18,7 +18,7 @@
1818
"deploy": "gh-pages -d build"
1919
},
2020
"devDependencies": {
21-
"flow-bin": "0.66.0",
21+
"flow-bin": "0.70.0",
2222
"gh-pages": "1.1.0"
2323
}
2424
}

yarn.lock

+21-14
Original file line numberDiff line numberDiff line change
@@ -1860,9 +1860,9 @@ detect-node@^2.0.3:
18601860
version "2.0.3"
18611861
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.3.tgz#a2033c09cc8e158d37748fbde7507832bd6ce127"
18621862

1863-
1864-
version "1.1.5"
1865-
resolved "https://registry.yarnpkg.com/detect-port-alt/-/detect-port-alt-1.1.5.tgz#a1aa8fc805a4a5df9b905b7ddc7eed036bcce889"
1863+
1864+
version "1.1.6"
1865+
resolved "https://registry.yarnpkg.com/detect-port-alt/-/detect-port-alt-1.1.6.tgz#24707deabe932d4a3cf621302027c2b266568275"
18661866
dependencies:
18671867
address "^1.0.1"
18681868
debug "^2.6.0"
@@ -2600,9 +2600,9 @@ flatten@^1.0.2:
26002600
version "1.0.2"
26012601
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
26022602

2603-
flow-bin@0.66.0:
2604-
version "0.66.0"
2605-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.66.0.tgz#a96dde7015dc3343fd552a7b4963c02be705ca26"
2603+
flow-bin@0.70.0:
2604+
version "0.70.0"
2605+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.70.0.tgz#080ae83a997f2b4ddb3dc2649bf13336825292b5"
26062606

26072607
for-in@^1.0.1:
26082608
version "1.0.2"
@@ -5145,15 +5145,15 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.1.7:
51455145
minimist "^1.2.0"
51465146
strip-json-comments "~2.0.1"
51475147

5148-
react-dev-utils@^5.0.0:
5149-
version "5.0.0"
5150-
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-5.0.0.tgz#425ac7c9c40c2603bc4f7ab8836c1406e96bb473"
5148+
react-dev-utils@^5.0.1:
5149+
version "5.0.1"
5150+
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-5.0.1.tgz#1f396e161fe44b595db1b186a40067289bf06613"
51515151
dependencies:
51525152
address "1.0.3"
51535153
babel-code-frame "6.26.0"
51545154
chalk "1.1.3"
51555155
cross-spawn "5.1.0"
5156-
detect-port-alt "1.1.5"
5156+
detect-port-alt "1.1.6"
51575157
escape-string-regexp "1.0.5"
51585158
filesize "3.5.11"
51595159
global-modules "1.0.0"
@@ -5181,9 +5181,9 @@ react-error-overlay@^4.0.0:
51815181
version "4.0.0"
51825182
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-4.0.0.tgz#d198408a85b4070937a98667f500c832f86bd5d4"
51835183

5184-
5185-
version "1.1.1"
5186-
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-1.1.1.tgz#279d449f7311fed910506987a1ade014027788a8"
5184+
5185+
version "1.1.4"
5186+
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-1.1.4.tgz#d5c230e707918d6dd2d06f303b10f5222d017c88"
51875187
dependencies:
51885188
autoprefixer "7.1.6"
51895189
babel-core "6.26.0"
@@ -5214,7 +5214,8 @@ [email protected]:
52145214
postcss-loader "2.0.8"
52155215
promise "8.0.1"
52165216
raf "3.4.0"
5217-
react-dev-utils "^5.0.0"
5217+
react-dev-utils "^5.0.1"
5218+
resolve "1.6.0"
52185219
style-loader "0.19.0"
52195220
sw-precache-webpack-plugin "0.11.4"
52205221
url-loader "0.6.2"
@@ -5516,6 +5517,12 @@ [email protected]:
55165517
version "1.1.7"
55175518
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
55185519

5520+
5521+
version "1.6.0"
5522+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.6.0.tgz#0fbd21278b27b4004481c395349e7aba60a9ff5c"
5523+
dependencies:
5524+
path-parse "^1.0.5"
5525+
55195526
resolve@^1.3.2, resolve@^1.5.0:
55205527
version "1.5.0"
55215528
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"

0 commit comments

Comments
 (0)