Skip to content

Commit

Permalink
update TS to 4.0 (google#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
elalish authored Sep 30, 2020
1 parent 822f443 commit f4cabf8
Show file tree
Hide file tree
Showing 15 changed files with 268 additions and 90 deletions.
253 changes: 214 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://github.com/google/model-viewer#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"clang-format": "^1.4.0",
"eslint": "^7.7.0",
"eslint-config-google": "^0.14.0",
Expand All @@ -45,6 +45,6 @@
"http-server": "^0.12.1",
"husky": "^4.2.1",
"lerna": "^3.20.2",
"typescript": "^3.8.2"
"typescript": "4.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/3dom/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/3dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"rollup": "^2.26.6",
"rollup-plugin-terser": "^7.0.0",
"simple-dropzone": "^0.7.1",
"typescript": "3.8.2"
"typescript": "4.0.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit f4cabf8

Please sign in to comment.