Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Feb 17, 2024
1 parent b045c5b commit bb01598
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2023 bluefox <[email protected]>,
Copyright (c) 2014-2024 bluefox <[email protected]>,

Copyright (c) 2014-2016 smiling_Jack <[email protected]>

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ More description could be found [here](https://github.com/ioBroker/ioBroker.s7/b
-->

## Changelog

### __WORK IN PROGRESS__
* (Bettman66) Fix REAL number parsing error

### 1.4.2 (2023-12-04)
* IMPORTANT: Node.js 16+ is required to run this version!
* (Apollon77) Update dependencies to make adapter work with Node.js 20+
Expand Down Expand Up @@ -266,7 +270,7 @@ More description could be found [here](https://github.com/ioBroker/ioBroker.s7/b
## License
The MIT License (MIT)

Copyright (c) 2014-2023 bluefox <[email protected]>,
Copyright (c) 2014-2024 bluefox <[email protected]>,

Copyright (c) 2014-2016 smiling_Jack <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"@iobroker/legacy-testing": "^1.0.9",
"axios": "^1.6.7",
"gulp": "^4.0.2",
"mocha": "^10.2.0",
"chai": "^4.3.10",
"mocha": "^10.3.0",
"chai": "^4.4.1",
"nan": "2.18.0"
},
"bugs": {
Expand Down
12 changes: 6 additions & 6 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"version": "1.4.2",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^4.7.6",
"@mui/icons-material": "^5.14.19",
"@iobroker/adapter-react-v5": "^4.9.9",
"@mui/material": "5.14.14",
"@mui/icons-material": "^5.15.10",
"@mui/styles": "5.14.14",
"babel-eslint": "^10.1.0",
"@sentry/browser": "^7.84.0",
"@sentry/integrations": "^7.84.0",
"@sentry/browser": "^7.101.1",
"@sentry/integrations": "^7.101.1",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.12.0",
"react-icons": "^5.0.1",
"react-scripts": "^5.0.1",
"tsv-json": "^2.0.0"
},
Expand All @@ -34,4 +34,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}

0 comments on commit bb01598

Please sign in to comment.