Update more packages

This commit is contained in:
balazs 2019-05-14 11:10:08 +02:00
parent 34b25312fe
commit 182821771f
4 changed files with 6 additions and 11 deletions

View File

@ -27,7 +27,7 @@
"core-js": "^2.5.4",
"ngx-monaco-editor": "^7.0.0",
"node-sass": "^4.12.0",
"rxjs": "6.0.0",
"rxjs": "^6.5.2",
"rxjs-compat": "^6.1.0",
"rxjs-websockets": "^6.0.1",
"showdown": "^1.8.5",

View File

@ -8,8 +8,9 @@
},
"outDir": "../out-tsc/app",
"baseUrl": "./",
"module": "es2015",
"types": []
"module": "esNext",
"types": [],
"resolveJsonModule": true
},
"exclude": [
"test.ts",

View File

@ -8,6 +8,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"module": "esNext",
"typeRoots": [
"node_modules/@types"
],

View File

@ -4978,13 +4978,6 @@ rxjs-websockets@^6.0.1:
resolved "https://registry.yarnpkg.com/rxjs-websockets/-/rxjs-websockets-6.0.4.tgz#e7f9a463770fcbeebdfa2ed674254440437ccf50"
integrity sha512-K+LfDwg6zUIf1K0lbTtdlVCwEsfCyIsK7xB3e+Mxkp45tjx2IaxvtgrQ4rdwt4sDhYUIY7/R+pyRdtTON+3SYw==
rxjs@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0.tgz#d647e029b5854617f994c82fe57a4c6747b352da"
integrity sha512-2MgLQr1zvks8+Kip4T6hcJdiBhV+SIvxguoWjhwtSpNPTp/5e09HJbgclCwR/nW0yWzhubM+6Q0prl8G5RuoBA==
dependencies:
tslib "^1.9.0"
rxjs@6.3.3:
version "6.3.3"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.3.3.tgz#3c6a7fa420e844a81390fb1158a9ec614f4bad55"
@ -4992,7 +4985,7 @@ rxjs@6.3.3:
dependencies:
tslib "^1.9.0"
rxjs@^6.1.0:
rxjs@^6.1.0, rxjs@^6.5.2:
version "6.5.2"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.2.tgz#2e35ce815cd46d84d02a209fb4e5921e051dbec7"
integrity sha512-HUb7j3kvb7p7eCUHE3FqjoDsC1xfZQ4AHFWfTKSpZ+sAhhz5X1WX0ZuUqWbzB2QhSLp3DoLUG+hMdEDKqWo2Zg==