Skip to content

Commit c91fe96

Browse files
committedMay 22, 2020
chore(build): Bump Typescript to 3.9.2
Generate type files for older typescript compilers Fixed issues relating to: microsoft/TypeScript#36696 Signed-off-by: Gordon Smith <[email protected]>
1 parent 7831eb2 commit c91fe96

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+361
-249
lines changed
 

Diff for: ‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
dist
55
lib
66
types
7+
types-3.4
78
node_modules
89
build
910
review/api/temp

Diff for: ‎examples/example-datagrid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"file-loader": "^5.0.2",
1919
"rimraf": "^2.5.2",
2020
"style-loader": "^1.0.2",
21-
"typescript": "~3.6.4",
21+
"typescript": "~3.9.2",
2222
"webpack": "^4.41.3",
2323
"webpack-cli": "^3.3.10"
2424
}

0 commit comments

Comments
 (0)