Skip to content

Commit

Permalink
* (bluefox) Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Oct 24, 2023
1 parent d407866 commit 6c84b7c
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 72 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ iobroker add pushover
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
* (bluefox) Updated packages

### 3.0.4 (2023-08-08)
* (MrStefanH) Added new ttl parameter to blockly

Expand Down
130 changes: 65 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"pushover-notifications": "^1.2.2",
"@iobroker/adapter-core": "^3.0.4",
"axios": "^1.4.0"
"axios": "^1.5.1"
},
"devDependencies": {
"@alcalzone/release-script": "^3.6.0",
Expand All @@ -30,17 +30,17 @@
"@iobroker/testing": "^4.1.0",
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^7.1.7",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.7",
"@types/proxyquire": "^1.3.29",
"@types/sinon": "^10.0.16",
"@types/sinon-chai": "^3.2.10",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.8",
"@types/proxyquire": "^1.3.30",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.11",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"eslint": "^8.52.0",
"mocha": "^10.2.0",
"proxyquire": "^2.1.3",
"sinon": "^15.2.0",
"sinon": "^17.0.0",
"sinon-chai": "^3.7.0",
"typescript": "~5.2.2"
},
Expand Down

0 comments on commit 6c84b7c

Please sign in to comment.