@monodeploy/types
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -5,2 +5,12 @@ # Changelog | ||
## [5.0.2](https://github.com/tophat/monodeploy/compare/@monodeploy/types@5.0.1...@monodeploy/types@5.0.2) "@monodeploy/types" (2024-07-02)<a name="5.0.2"></a> | ||
### Dependencies | ||
* update yarn ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8)) | ||
* update yarn to 4.3.1 (#905) ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8)) | ||
## [5.0.1](https://github.com/tophat/monodeploy/compare/@monodeploy/types@5.0.0...@monodeploy/types@5.0.1) "@monodeploy/types" (2023-11-14)<a name="5.0.1"></a> | ||
@@ -7,0 +17,0 @@ |
{ | ||
"name": "@monodeploy/types", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"repository": { | ||
@@ -34,3 +34,3 @@ "type": "git", | ||
"peerDependencies": { | ||
"@yarnpkg/core": "^4.0.2" | ||
"@yarnpkg/core": "^4.1.1" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
"@types/node": "^18.18.6", | ||
"@yarnpkg/core": "^4.0.2", | ||
"@yarnpkg/core": "^4.1.1", | ||
"ts-node": "^10.9.1", | ||
@@ -43,0 +43,0 @@ "typedoc": "^0.25.2", |
33373