@monodeploy/io
Advanced tools
Comparing version 3.7.5 to 3.8.0
@@ -5,2 +5,15 @@ # Changelog | ||
## [3.8.0](https://github.com/tophat/monodeploy/compare/@monodeploy/io@3.7.5...@monodeploy/io@3.8.0) "@monodeploy/io" (2023-03-28)<a name="3.8.0"></a> | ||
### Dependencies | ||
* **dev**: update jest dev dependency ([1909076](https://github.com/tophat/monodeploy/commits/1909076)) | ||
### Features | ||
* target yarn 3.5.0 ([e62613d](https://github.com/tophat/monodeploy/commits/e62613d)) | ||
## [3.7.4](https://github.com/tophat/monodeploy/compare/@monodeploy/io@3.7.3...@monodeploy/io@3.7.4) "@monodeploy/io" (2023-03-10)<a name="3.7.4"></a> | ||
@@ -7,0 +20,0 @@ |
{ | ||
"name": "@monodeploy/io", | ||
"version": "3.7.5", | ||
"version": "3.8.0", | ||
"repository": { | ||
@@ -30,16 +30,16 @@ "type": "git", | ||
"devDependencies": { | ||
"@monodeploy/logging": "3.7.4", | ||
"@monodeploy/logging": "3.8.0", | ||
"@monodeploy/test-utils": "link:../../testUtils", | ||
"@monodeploy/types": "3.7.5", | ||
"@types/jest": "^29.4.0", | ||
"@monodeploy/types": "3.8.0", | ||
"@types/jest": "^29.5.0", | ||
"@types/node": "^18.14.6", | ||
"@yarnpkg/core": "^3.4.0", | ||
"@yarnpkg/fslib": "^2.10.1", | ||
"@yarnpkg/core": "^3.5.0", | ||
"@yarnpkg/fslib": "^2.10.2", | ||
"@yarnpkg/shell": "^3.2.5" | ||
}, | ||
"peerDependencies": { | ||
"@monodeploy/logging": "^3.7.4", | ||
"@monodeploy/types": "^3.7.5", | ||
"@yarnpkg/core": "^3.4.0", | ||
"@yarnpkg/fslib": "^2.10.1", | ||
"@monodeploy/logging": "^3.8.0", | ||
"@monodeploy/types": "^3.8.0", | ||
"@yarnpkg/core": "^3.5.0", | ||
"@yarnpkg/fslib": "^2.10.2", | ||
"@yarnpkg/shell": "^3.2.5" | ||
@@ -46,0 +46,0 @@ }, |
30725