Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 6717c54

Browse files
committed
tiny deps update
1 parent c15f492 commit 6717c54

File tree

2 files changed

+511
-28
lines changed

2 files changed

+511
-28
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-webpack-typescript-pipeline",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "easy transpiling and bundling of typescript back to es5",
55
"main": "index.js",
66
"engines": {
@@ -18,8 +18,8 @@
1818
"dependencies": {
1919
"gulp": "^3.9.1",
2020
"gulp-util": "^3.0.8",
21-
"ts-loader": "^3.2.0",
22-
"tslint": "^5.8.0",
21+
"ts-loader": "^3.3.0",
22+
"tslint": "^5.9.1",
2323
"tslint-loader": "^3.5.3",
2424
"typescript": "^2.6.2",
2525
"webpack": "^3.10.0",

0 commit comments

Comments
 (0)