Skip to content

Commit

Permalink
chore: upgrade sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
whilefoo committed Nov 24, 2024
1 parent c2d4761 commit 3088203
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@octokit/rest": "^20.1.0",
"@sinclair/typebox": "0.34.3",
"@supabase/supabase-js": "2.43.2",
"@ubiquity-os/plugin-sdk": "^1.0.11",
"@ubiquity-os/plugin-sdk": "^1.1.0",
"@ubiquity-os/ubiquity-os-logger": "^1.3.2",
"commander": "12.1.0",
"hono": "^4.6.4"
Expand Down
14 changes: 4 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1818,11 +1818,6 @@
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==

"@sinclair/typebox@^0.33.21":
version "0.33.22"
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.33.22.tgz#3339d85172509095a8384cb4b44834a7c9309d86"
integrity sha512-auUj4k+f4pyrIVf4GW5UKquSZFHJWri06QgARy9C0t9ZTjJLIuNIrr1yl9bWcJWJ1Gz1vOvYN1D+QPaIlNMVkQ==

"@sinonjs/commons@^3.0.0":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd"
Expand Down Expand Up @@ -2185,10 +2180,10 @@
"@typescript-eslint/types" "8.14.0"
eslint-visitor-keys "^3.4.3"

"@ubiquity-os/plugin-sdk@^1.0.11":
version "1.0.11"
resolved "https://registry.yarnpkg.com/@ubiquity-os/plugin-sdk/-/plugin-sdk-1.0.11.tgz#b45029a0bd7469b19e71d4685d9ee8e7163afe38"
integrity sha512-BlZbqOfuBYMFyDEJfPc9HCrr5l8m3uNOXmPXr/M8/UFwZT+nHfZfB+AULoY0Goyx2BX1JaHd5bgDjJG1PwozPA==
"@ubiquity-os/plugin-sdk@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@ubiquity-os/plugin-sdk/-/plugin-sdk-1.1.0.tgz#94f5fa276dad0d9279189aa67adbf0fee7e0f321"
integrity sha512-kiapUg6Fuc5cK0zo9Gy4B9uu1yvh3x7oTPRhGeaonjkyZNfM3xr387yshdazl4nwy2ePeyCrVc294miTBHpzpQ==
dependencies:
"@actions/core" "^1.11.1"
"@actions/github" "^6.0.0"
Expand All @@ -2201,7 +2196,6 @@
"@octokit/rest" "^21.0.2"
"@octokit/types" "^13.6.1"
"@octokit/webhooks" "^13.3.0"
"@sinclair/typebox" "^0.33.21"
"@ubiquity-os/ubiquity-os-logger" "^1.3.2"
dotenv "^16.4.5"
hono "^4.6.9"
Expand Down

0 comments on commit 3088203

Please sign in to comment.