Skip to content

Commit bf9084c

Browse files
chore: fix version consistency
1 parent 2c88b9c commit bf9084c

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

package-lock.json

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

packages/binding-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"types": "dist/file.d.ts",
1616
"dependencies": {
1717
"@node-wot/core": "0.8.17",
18-
"rxjs": "^5.5.11"
18+
"rxjs": "5.5.11"
1919
},
2020
"scripts": {
2121
"build": "tsc -b",

packages/binding-mbus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@node-wot/core": "0.8.17",
1818
"node-mbus": "^2.2.4",
19-
"rxjs": "^5.5.11"
19+
"rxjs": "5.5.11"
2020
},
2121
"scripts": {
2222
"build": "tsc -b",

packages/binding-netconf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@node-wot/core": "0.8.17",
1818
"case-1.5.3": "npm:case@^1.5.3",
1919
"node-netconf": "^1.1.2",
20-
"rxjs": "^5.5.11",
20+
"rxjs": "5.5.11",
2121
"url-parse": "^1.5.8"
2222
},
2323
"scripts": {

0 commit comments

Comments
 (0)