Skip to content

Commit 92b758f

Browse files
committed
build: update dependency gulp-typescript to v5.0.1
1 parent ff0ac12 commit 92b758f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"gulp-babel": "7.0.1",
2323
"gulp-rename": "1.4.0",
2424
"gulp-sourcemaps": "2.6.5",
25-
"gulp-typescript": "5.0.0",
25+
"gulp-typescript": "5.0.1",
2626
"jest": "24.5.0",
2727
"lerna": "3.13.1",
2828
"merge2": "1.2.3",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4125,9 +4125,10 @@ gulp-sourcemaps@2.6.5:
41254125
strip-bom-string "1.X"
41264126
through2 "2.X"
41274127

4128-
gulp-typescript@5.0.0:
4129-
version "5.0.0"
4130-
resolved "https://registry.yarnpkg.com/gulp-typescript/-/gulp-typescript-5.0.0.tgz#aac065a88bca95d1f960d4934a307feed2d091f8"
4128+
gulp-typescript@5.0.1:
4129+
version "5.0.1"
4130+
resolved "https://registry.yarnpkg.com/gulp-typescript/-/gulp-typescript-5.0.1.tgz#96c6565a6eb31e08c2aae1c857b1a079e6226d94"
4131+
integrity sha512-YuMMlylyJtUSHG1/wuSVTrZp60k1dMEFKYOvDf7OvbAJWrDtxxD4oZon4ancdWwzjj30ztiidhe4VXJniF0pIQ==
41314132
dependencies:
41324133
ansi-colors "^3.0.5"
41334134
plugin-error "^1.0.1"

0 commit comments

Comments
 (0)