Skip to content

Commit

Permalink
update TypeScript to 3.0 (and other dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jul 31, 2018
1 parent 4f31c9b commit b687dd6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
1 change: 1 addition & 0 deletions browser/lib.d.ts
@@ -1,3 +1,4 @@
/// <reference lib="es2015.promise" />
/// <reference path="./config.d.ts" />

declare namespace NodeJS {
Expand Down
29 changes: 14 additions & 15 deletions package.json
Expand Up @@ -24,10 +24,10 @@
"electron"
],
"dependencies": {
"about-window": "^1.11.1",
"animate.css": "^3.6.1",
"chokidar": "^2.0.3",
"electron": "~2.0.2",
"about-window": "^1.12.1",
"animate.css": "^3.7.0",
"chokidar": "^2.0.4",
"electron": "~2.0.5",
"electron-window-state": "^4.1.1",
"encoding-japanese": "^1.0.29",
"font-awesome": "^4.7.0",
Expand All @@ -36,7 +36,7 @@
"highlight.js": "^9.12.0",
"js-yaml": "^3.12.0",
"katex": "^0.9.0",
"markdownlint": "^0.10.0",
"markdownlint": "^0.11.0",
"marked": "github:rhysd/marked#emoji",
"marked-sanitizer-github": "^1.0.0",
"mermaid": "7.1.2",
Expand All @@ -50,34 +50,33 @@
"devDependencies": {
"@types/chokidar": "^1.7.5",
"@types/empower": "^1.2.30",
"@types/es6-promise": "0.0.33",
"@types/he": "^1.1.0",
"@types/highlight.js": "^9.12.3",
"@types/html-void-elements": "^1.0.0",
"@types/htmlparser2": "^3.7.31",
"@types/js-yaml": "^3.11.1",
"@types/js-yaml": "^3.11.2",
"@types/katex": "0.5.0",
"@types/marked": "^0.3.0",
"@types/mocha": "^5.2.2",
"@types/marked": "^0.4.0",
"@types/mocha": "^5.2.5",
"@types/mousetrap": "^1.6.0",
"@types/node": "^10.3.2",
"@types/node": "^10.5.4",
"@types/polymer": "^1.2.4",
"@types/power-assert": "^1.5.0",
"@types/power-assert-formatter": "^1.4.28",
"@types/webcomponents.js": "^0.6.32",
"@types/webdriverio": "^4.10.2",
"@types/webdriverio": "^4.10.3",
"asar": "^0.14.3",
"bower": "^1.8.4",
"electron-packager": "^12.1.0",
"electron-rebuild": "^1.7.3",
"electron-rebuild": "^1.8.2",
"intelli-espower-loader": "^1.0.1",
"mocha": "^5.2.0",
"nsp": "^3.2.1",
"power-assert": "^1.5.0",
"power-assert": "^1.6.0",
"spectron": "^3.8.0",
"touch": "^3.1.0",
"tslint": "^5.10.0",
"typescript": "^2.9.1"
"tslint": "^5.11.0",
"typescript": "^3.0.1"
},
"scripts": {
"dep": "rake dep",
Expand Down
2 changes: 2 additions & 0 deletions renderer/lib.d.ts
@@ -1,3 +1,5 @@
/// <reference lib="es2015.promise" />

interface Set<T> {
has(value: T): boolean;
}
Expand Down

0 comments on commit b687dd6

Please sign in to comment.