Skip to content

Commit 5cdc083

Browse files
committed
chore: fix version consistency issues
1 parent 2ddd776 commit 5cdc083

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/binding-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"find-my-way": "^8.2.2",
4040
"node-fetch": "^2.7.0",
4141
"query-string": "^7.1.1",
42-
"rxjs": "^5.5.11",
42+
"rxjs": "5.5.11",
4343
"slugify": "^1.4.5"
4444
},
4545
"scripts": {

packages/binding-websockets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@node-wot/binding-http": "0.9.2",
1919
"@node-wot/core": "0.9.2",
20-
"rxjs": "^5.5.11",
20+
"rxjs": "5.5.11",
2121
"slugify": "^1.4.5",
2222
"ws": "^7.5.10"
2323
},

0 commit comments

Comments
 (0)