Skip to content

Commit a3db010

Browse files
committed
update typescript to 3.1.6
1 parent 09bbd2a commit a3db010

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "es2015/src/index.js",
66
"scripts": {
77
"build": "webpack --mode=production --reporter basic",
8-
"docs": "rm -rf ./docs && typedoc --excludeExternals --excludePrivate --ignoreCompilerErrors --includeDeclarations --exclude \"dist/*\" --theme \"minimal\" --out ./docs",
8+
"docs": "typedoc --excludeExternals --excludePrivate --ignoreCompilerErrors --includeDeclarations --hideGenerator --exclude \"dist/*\" --theme \"./docs/theme\" --out ./docs/api",
99
"tsc": "tsc",
1010
"dev": "concurrently \"webpack --watch --reporter basic --mode=development\"",
1111
"start": "npm run dev"
@@ -32,7 +32,7 @@
3232
"text-loader": "0.0.1",
3333
"ts-loader": "4.4.2",
3434
"typedoc": "^0.13.0",
35-
"typescript": "2.9.2",
35+
"typescript": "^3.1.6",
3636
"uglifyjs-webpack-plugin": "^1.3.0",
3737
"webpack": "4.12.0",
3838
"webpack-bundle-analyzer": "^2.13.1",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5199,14 +5199,15 @@ typedoc@^0.13.0:
51995199
typedoc-default-themes "^0.5.0"
52005200
typescript "3.1.x"
52015201

5202-
typescript@2.9.2:
5203-
version "2.9.2"
5204-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
5205-
52065202
typescript@3.1.x:
52075203
version "3.1.3"
52085204
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.3.tgz#01b70247a6d3c2467f70c45795ef5ea18ce191d5"
52095205

5206+
typescript@^3.1.6:
5207+
version "3.1.6"
5208+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.6.tgz#b6543a83cfc8c2befb3f4c8fba6896f5b0c9be68"
5209+
integrity sha512-tDMYfVtvpb96msS1lDX9MEdHrW4yOuZ4Kdc4Him9oU796XldPYF/t2+uKoX0BBa0hXXwDlqYQbXY5Rzjzc5hBA==
5210+
52105211
uglify-es@^3.3.4:
52115212
version "3.3.9"
52125213
resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677"

0 commit comments

Comments
 (0)