Skip to content

Commit 4a9f3bc

Browse files
Bump gulp-react from 3.1.0 to 4.0.0
Bumps [gulp-react](https://github.com/sindresorhus/gulp-react) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/sindresorhus/gulp-react/releases) - [Commits](https://github.com/sindresorhus/gulp-react/commits) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 312e88b commit 4a9f3bc

File tree

3 files changed

+43
-50
lines changed

3 files changed

+43
-50
lines changed

package-lock.json

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"flow-bin": "^0.96.0",
4242
"gulp": "^3.9.1",
4343
"gulp-flowtype": "^1.0.0",
44-
"gulp-react": "^3.1.0",
44+
"gulp-react": "^4.0.0",
4545
"gulp-rename": "^1.2.2",
4646
"gulp-rigger": "^0.5.8",
4747
"prettier": "1.16.4"

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1987,9 +1987,9 @@ gulp-flowtype@^1.0.0:
19871987
q "^1.1.2"
19881988
through2 "~2.0.0"
19891989

1990-
gulp-react@^3.1.0:
1991-
version "3.1.0"
1992-
resolved "https://registry.yarnpkg.com/gulp-react/-/gulp-react-3.1.0.tgz#82b3dc7e9d11fd00e26580b3b065a27c106e04b6"
1990+
gulp-react@^4.0.0:
1991+
version "4.0.0"
1992+
resolved "https://registry.yarnpkg.com/gulp-react/-/gulp-react-4.0.0.tgz#050ecd828ac510e6bd705865449b714f93d55c92"
19931993
dependencies:
19941994
gulp-util "^3.0.0"
19951995
object-assign "^4.0.1"
@@ -3564,7 +3564,7 @@ readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable
35643564
string_decoder "~1.1.1"
35653565
util-deprecate "~1.0.1"
35663566

3567-
readable-stream@^2.1.5, readable-stream@^2.2.2:
3567+
readable-stream@^2.2.2:
35683568
version "2.3.3"
35693569
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.3.tgz#368f2512d79f9d46fdfc71349ae7878bbc1eb95c"
35703570
dependencies:
@@ -4228,14 +4228,7 @@ through2@^0.6.0, through2@^0.6.1:
42284228
readable-stream ">=1.0.33-1 <1.1.0-0"
42294229
xtend ">=4.0.0 <4.1.0-0"
42304230

4231-
through2@^2.0.0:
4232-
version "2.0.3"
4233-
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be"
4234-
dependencies:
4235-
readable-stream "^2.1.5"
4236-
xtend "~4.0.1"
4237-
4238-
through2@~2.0.0:
4231+
through2@^2.0.0, through2@~2.0.0:
42394232
version "2.0.5"
42404233
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
42414234
dependencies:

0 commit comments

Comments
 (0)