Skip to content

Commit 6651aa1

Browse files
committed
chore(build): update to TypeScript @Head
We need to pick up some bugfixes for decorator emit. This still has our patch to make Error a class.
1 parent 3f28d08 commit 6651aa1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

npm-shrinkwrap.clean.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8716,7 +8716,7 @@
87168716
}
87178717
},
87188718
"ts2dart": {
8719-
"version": "0.4.2",
8719+
"version": "0.4.8",
87208720
"dependencies": {
87218721
"source-map": {
87228722
"version": "0.4.2",
@@ -9508,8 +9508,8 @@
95089508
}
95099509
},
95109510
"typescript": {
9511-
"version": "1.5.0",
9512-
"resolved": "git://github.com/alexeagle/TypeScript#5d006dcd185eec3fa919c8670fbaa451d7912f66"
9511+
"version": "1.5.0-beta",
9512+
"resolved": "git://github.com/alexeagle/TypeScript#cddc1867c44b6bed9095dc30f0b0f552cbc003a9"
95139513
},
95149514
"vinyl": {
95159515
"version": "0.4.6",

npm-shrinkwrap.json

Lines changed: 5 additions & 5 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
@@ -108,7 +108,7 @@
108108
"temp": "^0.8.1",
109109
"ternary-stream": "^1.2.3",
110110
"through2": "^0.6.1",
111-
"ts2dart": "^0.4.2",
111+
"ts2dart": "^0.4.8",
112112
"tsd": "^0.5.7",
113113
"typescript": "alexeagle/TypeScript#error_is_class",
114114
"vinyl": "^0.4.6",

0 commit comments

Comments
 (0)