Skip to content

Commit

Permalink
Merge pull request #277 from Qminder/rxjs_bump
Browse files Browse the repository at this point in the history
Bump RxJS to 6.5.5
  • Loading branch information
Johannes Kadak authored Dec 9, 2020
2 parents 03fe0c7 + c9fc82b commit a8dc7ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qminder-api",
"version": "2.3.0",
"version": "2.3.1",
"description": "Qminder Javascript API. Makes it easy to leverage Qminder capabilities in your system.",
"directories": {
"test": "test"
Expand Down Expand Up @@ -89,7 +89,7 @@
"karma-jasmine": "^4.0.1",
"karma-sinon": "^1.0.5",
"mocha": "^4.0.1",
"rxjs": "^6.5.3",
"rxjs": "6.5.5",
"sinon": "^9.2.0",
"ts-loader": "^4.4.0",
"ts-node": "^9.0.0",
Expand All @@ -110,7 +110,7 @@
"ws": "^3.2.0"
},
"peerDependencies": {
"rxjs": "^6.5.3"
"rxjs": "6.5.5"
},
"resolutions": {
"lodash": "4.17.20"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4457,16 +4457,16 @@ run-queue@^1.0.0, run-queue@^1.0.3:
dependencies:
aproba "^1.1.1"

rxjs@^6.1.0:
version "6.3.2"
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.3.2.tgz#6a688b16c4e6e980e62ea805ec30648e1c60907f"
[email protected]:
version "6.5.5"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.5.tgz#c5c884e3094c8cfee31bf27eb87e54ccfc87f9ec"
integrity sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==
dependencies:
tslib "^1.9.0"

rxjs@^6.5.3:
version "6.5.4"
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.5.4.tgz#e0777fe0d184cec7872df147f303572d414e211c"
integrity sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q==
rxjs@^6.1.0:
version "6.3.2"
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.3.2.tgz#6a688b16c4e6e980e62ea805ec30648e1c60907f"
dependencies:
tslib "^1.9.0"

Expand Down

0 comments on commit a8dc7ef

Please sign in to comment.