Skip to content

Commit b9a1b83

Browse files
committed
fix: correct dependency version protocols for plugin packages
1 parent a9badeb commit b9a1b83

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.changeset/shy-panthers-brush.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@plantae/plugin-timeout": patch
3+
"@plantae/plugin-retry": patch
4+
---
5+
6+
fix: correct dependency version protocols for plugin packages

packages/plugin-retry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"nanobundle": "^1.5.0",
33-
"plantae": "workspace:^",
33+
"plantae": "^0.3.0",
3434
"rimraf": "^4.4.0",
3535
"typescript": "^5.1.3"
3636
},

packages/plugin-timeout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"nanobundle": "^1.5.0",
33-
"plantae": "workspace:^",
33+
"plantae": "^0.3.0",
3434
"rimraf": "^4.4.0",
3535
"typescript": "^5.1.3"
3636
},

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,7 +2472,7 @@ __metadata:
24722472
resolution: "@plantae/plugin-retry@workspace:packages/plugin-retry"
24732473
dependencies:
24742474
nanobundle: ^1.5.0
2475-
plantae: "workspace:^"
2475+
plantae: ^0.3.0
24762476
rimraf: ^4.4.0
24772477
typescript: ^5.1.3
24782478
languageName: unknown
@@ -2483,7 +2483,7 @@ __metadata:
24832483
resolution: "@plantae/plugin-timeout@workspace:packages/plugin-timeout"
24842484
dependencies:
24852485
nanobundle: ^1.5.0
2486-
plantae: "workspace:^"
2486+
plantae: ^0.3.0
24872487
rimraf: ^4.4.0
24882488
typescript: ^5.1.3
24892489
languageName: unknown
@@ -8379,7 +8379,7 @@ __metadata:
83798379
languageName: node
83808380
linkType: hard
83818381

8382-
"plantae@workspace:^, plantae@workspace:packages/plantae":
8382+
"plantae@^0.3.0, plantae@workspace:packages/plantae":
83838383
version: 0.0.0-use.local
83848384
resolution: "plantae@workspace:packages/plantae"
83858385
dependencies:

0 commit comments

Comments
 (0)