Skip to content

Commit c8f05f1

Browse files
committed
fix(ci): update supabase version
1 parent 2d06073 commit c8f05f1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"db:reset": "yarn supabase db reset"
1010
},
1111
"devDependencies": {
12-
"supabase": "^2.8.1"
12+
"supabase": "~2.6.8"
1313
}
1414
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11533,7 +11533,7 @@ __metadata:
1153311533
version: 0.0.0-use.local
1153411534
resolution: "@twilio-paste/backend@workspace:apps/backend"
1153511535
dependencies:
11536-
supabase: ^2.8.1
11536+
supabase: ~2.6.8
1153711537
languageName: unknown
1153811538
linkType: soft
1153911539

@@ -43221,17 +43221,17 @@ resolve@^2.0.0-next.3:
4322143221
languageName: node
4322243222
linkType: hard
4322343223

43224-
"supabase@npm:^2.8.1":
43225-
version: 2.8.1
43226-
resolution: "supabase@npm:2.8.1"
43224+
"supabase@npm:~2.6.8":
43225+
version: 2.6.11
43226+
resolution: "supabase@npm:2.6.11"
4322743227
dependencies:
4322843228
bin-links: ^5.0.0
4322943229
https-proxy-agent: ^7.0.2
4323043230
node-fetch: ^3.3.2
4323143231
tar: 7.4.3
4323243232
bin:
4323343233
supabase: bin/supabase
43234-
checksum: 10b240963da4263ad8d03e84b97939504f5690eb894a9ee8ae225d69c0b8f31a890e9e24e9d4b2757c714eb38addb6878f6e531f9f7279c22de50a991b8e7cd4
43234+
checksum: 574520f34dff7672644cd8331531194d8cfad64c9dc93f0ecb4408be35dda1fbb2996921c1291e00bf244b22fdf931a9d702d808b698ff3456455432bba8d6b6
4323543235
languageName: node
4323643236
linkType: hard
4323743237

0 commit comments

Comments
 (0)