We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c78647 commit eadedd2Copy full SHA for eadedd2
.circleci/config.yml
@@ -11,7 +11,7 @@
11
anchor_1: &job_defaults
12
working_directory: ~/ng
13
docker:
14
- - image: angular/ngcontainer:0.0.4
+ - image: angular/ngcontainer:0.0.7
15
16
# After checkout, rebase on top of master.
17
# Similar to travis behavior, but not quite the same.
package.json
@@ -122,7 +122,7 @@
122
"tsconfig-paths": "^2.3.0",
123
"tslint": "^5.8.0",
124
"tsutils": "^2.6.0",
125
- "typescript": "~2.5.2",
+ "typescript": "~2.5.3",
126
"uglify-js": "^2.8.14",
127
"web-animations-js": "^2.2.5"
128
}
0 commit comments