Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck committed Apr 20, 2024
1 parent 452aaf7 commit 9125aad
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,33 @@
"url": "https://github.com/arteck/ioBroker.bydbatt"
},
"dependencies": {
"@iobroker/adapter-core": "^2.4.0",
"@iobroker/adapter-core": "^3.1.3",
"@mhoc/axios-digest-auth": "^0.3.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.6.0",
"@alcalzone/release-script-plugin-iobroker": "^3.6.0",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@alcalzone/release-script-plugin-manual-review": "^3.5.9",
"@iobroker/testing": "^2.5.4",
"@types/chai": "^4.2.12",
"@types/chai-as-promised": "^7.1.3",
"@types/gulp": "^4.0.6",
"@types/mocha": "^8.0.2",
"@types/node": "^10.17.28",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^9.0.4",
"@types/sinon-chai": "^3.2.4",
"axios": "^0.22.0",
"chai": "^4.2.0",
"@alcalzone/release-script": "^3.7.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.0",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@iobroker/testing": "^4.1.0",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/gulp": "^4.0.17",
"@types/mocha": "^10.0.6",
"@types/node": "^20.3.3",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.10",
"axios": "^1.6.8",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"eslint": "^7.6.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1",
"gulp": "^4.0.2",
"mocha": "^8.1.1",
"proxyquire": "^2.1.3",
"sinon": "^9.0.3",
"sinon-chai": "^3.5.0"
"gulp-jsdoc3": "^3.0.0",
"gulp-replace": "^1.1.4",
"mocha": "^10.2.0"
},
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 9125aad

Please sign in to comment.