Skip to content

Commit

Permalink
change of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-engineering committed May 26, 2024
1 parent 5ad88c3 commit 6f59369
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 28 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ sometimes npm intall must be called more then one time to successfully install a
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
* (René) change of dependencies

### 4.3.1 (2024-05-23)
* (René) bug fix for data history in VIS-2

Expand Down
5 changes: 4 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@
"loglevel": "info",
"stopBeforeUpdate": true,
"type": "hardware",
"license": "MIT",
"licenseInformation": {
"license": "MIT",
"type": "free"
},
"materialize": true,
"dependencies": [
{
Expand Down
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,35 @@
"node": ">= 18"
},
"dependencies": {
"@iobroker/adapter-core": "3.1.4",
"better-sqlite3": "10.0.0",
"mysql2": "3.9.7",
"suncalc2": "1.8.1"
"@iobroker/adapter-core": "^3.1.4",
"better-sqlite3": "^10.0.0",
"mysql2": "^3.9.7",
"suncalc2": "^1.8.1"
},
"devDependencies": {
"@alcalzone/release-script": "3.7.0",
"@alcalzone/release-script-plugin-iobroker": "3.7.0",
"@alcalzone/release-script-plugin-license": "3.7.0",
"@iobroker/adapter-dev": "1.3.0",
"@iobroker/testing": "4.1.3",
"@types/chai": "4.3.11",
"@types/chai-as-promised": "7.1.8",
"@types/gulp": "4.0.17",
"@types/mocha": "10.0.6",
"@types/node": "20.12.12",
"@types/proxyquire": "1.3.31",
"@types/request-promise-native": "1.0.21",
"@types/sinon": "17.0.3",
"@types/sinon-chai": "3.2.12",
"axios": "1.7.2",
"chai": "4.4.1",
"chai-as-promised": "7.1.2",
"eslint": "9.3.0",
"gulp": "5.0.0",
"mocha": "10.4.0",
"proxyquire": "2.1.3",
"sinon": "18.0.0",
"sinon-chai": "3.7.0"
"@alcalzone/release-script": "^3.7.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.0",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^4.1.3",
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/gulp": "^4.0.17",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.12",
"@types/proxyquire": "^1.3.31",
"@types/request-promise-native": "^1.0.21",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"axios": "^1.7.2",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.2",
"eslint": "^9.3.0",
"gulp": "^5.0.0",
"mocha": "^10.4.0",
"proxyquire": "^2.1.3",
"sinon": "^18.0.0",
"sinon-chai": "^3.7.0"
},
"main": "main.js",
"bugs": {
Expand Down

0 comments on commit 6f59369

Please sign in to comment.