Skip to content

Commit 513b958

Browse files
clydinMRHarrison
authored andcommitted
chore(deps): update tslint (angular#3513)
1 parent 4eb405b commit 513b958

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"stylus-loader": "^2.1.0",
115115
"temp": "0.8.3",
116116
"through": "^2.3.6",
117-
"tslint": "^3.15.1",
117+
"tslint": "^4.0.2",
118118
"tslint-loader": "^3.3.0",
119119
"typescript": "~2.0.3",
120120
"url-loader": "^0.5.7",
@@ -170,7 +170,7 @@
170170
"through": "^2.3.8",
171171
"tree-kill": "^1.0.0",
172172
"ts-node": "^1.3.0",
173-
"tslint": "^3.11.0",
173+
"tslint": "^4.0.2",
174174
"walk-sync": "^0.2.6"
175175
}
176176
}

packages/angular-cli/models/json-schema/schema-tree.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export type TreeNodeConstructorArgument<T> = {
2020
value: T;
2121
forward: SchemaTreeNode<any>;
2222
schema: Schema;
23-
}
23+
};
2424

2525

2626
/**

packages/angular-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
"stylus-loader": "^2.1.0",
9494
"temp": "0.8.3",
9595
"through": "^2.3.6",
96-
"tslint": "^3.15.1",
97-
"tslint-loader": "^2.1.4",
96+
"tslint": "^4.0.2",
97+
"tslint-loader": "^3.3.0",
9898
"typescript": "~2.0.3",
9999
"url-loader": "^0.5.7",
100100
"uuid": "^3.0.0",

0 commit comments

Comments
 (0)