Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfonso committed Oct 7, 2024
1 parent f56271c commit f551bf6
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 101 deletions.
145 changes: 54 additions & 91 deletions package-lock.json

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

15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"name": "iobroker.rpi2",
"version": "2.0.0",
"description": "RPI-Monitor for ioBroker Installations",
"author": {
"name": "husky-koglhof",
"email": "[email protected]"
{ "name": "iobroker.rpi2", "version": "2.0.0", "description": "RPI-Monitor for ioBroker Installations", "author": { "name": "husky-koglhof", "email":
"[email protected]"
},
"contributors": [
"versteckt <[email protected]>",
Expand Down Expand Up @@ -45,18 +40,18 @@
"@iobroker/testing": "^5.0.0",
"@tsconfig/node18": "^18.2.4 < 19",
"@types/chai": "^4.3.20",
"@types/chai-as-promised": "^7.1.8",
"@types/chai-as-promised": "^8.0.1",
"@types/mocha": "^10.0.8",
"@types/node": "^18.19.54 < 19",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.2",
"chai-as-promised": "^8.0.0",
"eslint": "^8.57.1",
"mocha": "^10.7.3",
"proxyquire": "^2.1.3",
"sinon": "^18.0.1",
"sinon": "^19.0.2",
"sinon-chai": "^3.7.0",
"typescript": "~5.0.4"
},
Expand Down

0 comments on commit f551bf6

Please sign in to comment.