Skip to content

Commit 413b9c3

Browse files
committed
update deps
1 parent 75e50f5 commit 413b9c3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ And then call "npm run build".
3636

3737
## Changelog
3838

39+
### __WORK IN PROGRESS__
40+
* (AlCalzone) fix type resolution for rxjs in TypeScripts
41+
3942
### 4.6.22 (2020-07-30)
4043
* (Apollon77) catched some more file errors in mirror logic
4144

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@iobroker/adapter-core": "^2.4.0",
33-
"@types/node": "^12.12.53",
33+
"@types/node": "^12.12.54",
3434
"@types/request": "^2.48.5",
3535
"coffee-compiler": "^0.3.2",
3636
"coffee-script": "^1.12.7",
@@ -53,7 +53,7 @@
5353
"gulp": "^4.0.2",
5454
"gulp-rename": "^2.0.0",
5555
"gulp-replace": "^1.0.0",
56-
"mocha": "^8.0.1",
56+
"mocha": "^8.1.1",
5757
"timekeeper": "^2.2.0"
5858
},
5959
"bugs": {

0 commit comments

Comments
 (0)