@monodeploy/io
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -5,2 +5,14 @@ # Changelog | ||
## [5.0.1](https://github.com/tophat/monodeploy/compare/@monodeploy/io@5.0.0...@monodeploy/io@5.0.1) "@monodeploy/io" (2023-11-14)<a name="5.0.1"></a> | ||
### Dependencies | ||
* update dependency @types/jest to ^29.5.6 (#874) ([dd726bd](https://github.com/tophat/monodeploy/commits/dd726bd)) | ||
* update dependency @types/semver to ^7.5.4 (#882) ([06e27e1](https://github.com/tophat/monodeploy/commits/06e27e1)) | ||
* update node.js to >=18.18.2 (#889) ([5b1880b](https://github.com/tophat/monodeploy/commits/5b1880b)) | ||
* update to yarn 4.0.2 (#899) ([a2c3491](https://github.com/tophat/monodeploy/commits/a2c3491)) | ||
## [5.0.0](https://github.com/tophat/monodeploy/compare/@monodeploy/io@4.3.0...@monodeploy/io@5.0.0) "@monodeploy/io" (2023-11-09)<a name="5.0.0"></a> | ||
@@ -7,0 +19,0 @@ |
{ | ||
"name": "@monodeploy/io", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"repository": { | ||
@@ -33,9 +33,9 @@ "type": "git", | ||
"devDependencies": { | ||
"@monodeploy/logging": "5.0.0", | ||
"@monodeploy/logging": "5.0.1", | ||
"@monodeploy/test-utils": "link:../../testUtils", | ||
"@monodeploy/types": "5.0.0", | ||
"@types/jest": "^29.5.5", | ||
"@types/node": "^18.18.3", | ||
"@types/semver": "^7.5.3", | ||
"@yarnpkg/core": "^4.0.1", | ||
"@monodeploy/types": "5.0.1", | ||
"@types/jest": "^29.5.6", | ||
"@types/node": "^18.18.6", | ||
"@types/semver": "^7.5.4", | ||
"@yarnpkg/core": "^4.0.2", | ||
"@yarnpkg/fslib": "^3.0.1", | ||
@@ -45,5 +45,5 @@ "@yarnpkg/shell": "^4.0.0" | ||
"peerDependencies": { | ||
"@monodeploy/logging": "^5.0.0", | ||
"@monodeploy/types": "^5.0.0", | ||
"@yarnpkg/core": "^4.0.1", | ||
"@monodeploy/logging": "^5.0.1", | ||
"@monodeploy/types": "^5.0.1", | ||
"@yarnpkg/core": "^4.0.2", | ||
"@yarnpkg/fslib": "^3.0.1", | ||
@@ -50,0 +50,0 @@ "@yarnpkg/shell": "^4.0.0" |
37229