mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
chore: use latest RC of typescript
This commit is contained in:
parent
bb67c6ceef
commit
ea3c731464
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"editor.formatOnSave": true
|
||||
"editor.formatOnSave": true,
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
}
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
"ts-node": "^4.1.0",
|
||||
"tslint": "^5.7.0",
|
||||
"tslint-react": "^3.4.0",
|
||||
"typescript": "^2.6.2",
|
||||
"typescript": "^2.8.0-dev.20180316",
|
||||
"webpack": "^3.10.0",
|
||||
"webpack-dev-server": "^2.9.5",
|
||||
"webpack-node-externals": "^1.6.0",
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
"moduleResolution": "node",
|
||||
"target": "es5",
|
||||
"noImplicitAny": false,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"strictNullChecks": true,
|
||||
"sourceMap": true,
|
||||
|
|
|
@ -7949,10 +7949,14 @@ typescript-eslint-parser@^11.0.0:
|
|||
lodash.unescape "4.0.1"
|
||||
semver "5.4.1"
|
||||
|
||||
typescript@^2.5.1, typescript@^2.6.2:
|
||||
typescript@^2.5.1:
|
||||
version "2.7.2"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
|
||||
|
||||
typescript@^2.8.0-dev.20180316:
|
||||
version "2.8.0-dev.20180316"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.0-dev.20180316.tgz#b33818a7e842d127a9af3f5d51d30b81df4177d0"
|
||||
|
||||
ua-parser-js@^0.7.9:
|
||||
version "0.7.17"
|
||||
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.17.tgz#e9ec5f9498b9ec910e7ae3ac626a805c4d09ecac"
|
||||
|
|
Loading…
Reference in New Issue
Block a user