Skip to content

Commit

Permalink
fix: correct dependency version protocols for plugin packages
Browse files Browse the repository at this point in the history
  • Loading branch information
orionmiz committed Dec 22, 2023
1 parent a9badeb commit b9a1b83
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .changeset/shy-panthers-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@plantae/plugin-timeout": patch
"@plantae/plugin-retry": patch
---

fix: correct dependency version protocols for plugin packages
2 changes: 1 addition & 1 deletion packages/plugin-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"nanobundle": "^1.5.0",
"plantae": "workspace:^",
"plantae": "^0.3.0",
"rimraf": "^4.4.0",
"typescript": "^5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-timeout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"nanobundle": "^1.5.0",
"plantae": "workspace:^",
"plantae": "^0.3.0",
"rimraf": "^4.4.0",
"typescript": "^5.1.3"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2472,7 +2472,7 @@ __metadata:
resolution: "@plantae/plugin-retry@workspace:packages/plugin-retry"
dependencies:
nanobundle: ^1.5.0
plantae: "workspace:^"
plantae: ^0.3.0
rimraf: ^4.4.0
typescript: ^5.1.3
languageName: unknown
Expand All @@ -2483,7 +2483,7 @@ __metadata:
resolution: "@plantae/plugin-timeout@workspace:packages/plugin-timeout"
dependencies:
nanobundle: ^1.5.0
plantae: "workspace:^"
plantae: ^0.3.0
rimraf: ^4.4.0
typescript: ^5.1.3
languageName: unknown
Expand Down Expand Up @@ -8379,7 +8379,7 @@ __metadata:
languageName: node
linkType: hard

"plantae@workspace:^, plantae@workspace:packages/plantae":
"plantae@^0.3.0, plantae@workspace:packages/plantae":
version: 0.0.0-use.local
resolution: "plantae@workspace:packages/plantae"
dependencies:
Expand Down

0 comments on commit b9a1b83

Please sign in to comment.