Skip to content

Commit a45502f

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 c38f2e5 commit a45502f

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.62.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
@@ -1983,9 +1983,9 @@ gulp-flowtype@^1.0.0:
19831983
q "^1.1.2"
19841984
through2 "~2.0.0"
19851985

1986-
gulp-react@^3.1.0:
1987-
version "3.1.0"
1988-
resolved "https://registry.yarnpkg.com/gulp-react/-/gulp-react-3.1.0.tgz#82b3dc7e9d11fd00e26580b3b065a27c106e04b6"
1986+
gulp-react@^4.0.0:
1987+
version "4.0.0"
1988+
resolved "https://registry.yarnpkg.com/gulp-react/-/gulp-react-4.0.0.tgz#050ecd828ac510e6bd705865449b714f93d55c92"
19891989
dependencies:
19901990
gulp-util "^3.0.0"
19911991
object-assign "^4.0.1"
@@ -3547,7 +3547,7 @@ readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable
35473547
string_decoder "~1.1.1"
35483548
util-deprecate "~1.0.1"
35493549

3550-
readable-stream@^2.1.5, readable-stream@^2.2.2:
3550+
readable-stream@^2.2.2:
35513551
version "2.3.3"
35523552
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.3.tgz#368f2512d79f9d46fdfc71349ae7878bbc1eb95c"
35533553
dependencies:
@@ -4209,14 +4209,7 @@ through2@^0.6.0, through2@^0.6.1:
42094209
readable-stream ">=1.0.33-1 <1.1.0-0"
42104210
xtend ">=4.0.0 <4.1.0-0"
42114211

4212-
through2@^2.0.0:
4213-
version "2.0.3"
4214-
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be"
4215-
dependencies:
4216-
readable-stream "^2.1.5"
4217-
xtend "~4.0.1"
4218-
4219-
through2@~2.0.0:
4212+
through2@^2.0.0, through2@~2.0.0:
42204213
version "2.0.5"
42214214
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
42224215
dependencies:

0 commit comments

Comments
 (0)