Skip to content

Commit 07f528f

Browse files
committed
chore(ts-plugin): add try-catch-tuple to peer deps
1 parent 4979371 commit 07f528f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bun.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"packages/try-catch-tuple": {
2727
"name": "@maxmorozoff/try-catch-tuple",
28-
"version": "0.1.0",
28+
"version": "0.1.1",
2929
"devDependencies": {
3030
"@biomejs/biome": "1.9.4",
3131
"@changesets/cli": "^2.28.1",
@@ -41,14 +41,15 @@
4141
},
4242
"packages/ts-plugin": {
4343
"name": "@maxmorozoff/try-catch-tuple-ts-plugin",
44-
"version": "0.0.0",
44+
"version": "0.0.1",
4545
"devDependencies": {
4646
"@biomejs/biome": "1.9.4",
4747
"@changesets/cli": "^2.28.1",
4848
"@types/bun": "^1.2.5",
4949
"tsup": "^8.4.0",
5050
},
5151
"peerDependencies": {
52+
"@maxmorozoff/try-catch-tuple": "^0.1.1",
5253
"ts-patch": "^3.3.0",
5354
"typescript": "^5.0.0",
5455
},

packages/ts-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"tsup": "^8.4.0"
4747
},
4848
"peerDependencies": {
49+
"@maxmorozoff/try-catch-tuple": "^0.1.1",
4950
"typescript": "^5.0.0",
5051
"ts-patch": "^3.3.0"
5152
},

0 commit comments

Comments
 (0)