File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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" ,
Original file line number Diff line number Diff 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-
52065202typescript@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+
52105211uglify-es@^3.3.4 :
52115212 version "3.3.9"
52125213 resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677"
You can’t perform that action at this time.
0 commit comments