Skip to content

Commit

Permalink
Update adapter-core and testing releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Jan 16, 2025
1 parent fed7257 commit 147647f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/M000_PackageJson.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ const requiredNodeVersion = '18'; // This is the minimum node version that must
const dependenciesPackageJson = {
'@iobroker/adapter-core': {
required: '3.1.4',
recommended: '3.2.2',
recommended: '3.2.3',
},
};

const devDependenciesPackageJson = {
'@iobroker/testing': {
required: '4.1.3',
recommended: '4.1.3',
recommended: '5.0.0',
onlyWWW: false,
},
};
Expand Down

0 comments on commit 147647f

Please sign in to comment.