Skip to content

Commit

Permalink
fix: versions
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Oct 26, 2024
1 parent 4e70917 commit 0e72127
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"minio:delete": "docker stop minio1 && docker rm minio1 && rm -rf /tmp/minio-data"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.665.0",
"@aws-sdk/s3-request-presigner": "^3.665.0",
"@aws-sdk/client-s3": "^3.679.0",
"@aws-sdk/s3-request-presigner": "^3.679.0",
"@capacitor-community/in-app-review": "^6.0.0",
"@capacitor-community/keep-awake": "^5.0.1",
"@capacitor/action-sheet": "^6.0.2",
Expand Down Expand Up @@ -122,7 +122,7 @@
"@formkit/i18n": "^1.6.5",
"@formkit/themes": "1.6.7",
"@formkit/vue": "1.6.7",
"@hono/hono": "npm:@jsr/hono__hono@4.5.9",
"@hono/hono": "npm:@jsr/hono__hono@4.6.7",
"@hono/sentry": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.5",
"@intlify/unplugin-vue-i18n": "^5.2.0",
Expand All @@ -148,7 +148,7 @@
"dayjs": "1.11.13",
"dompurify": "^3.1.6",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.33.0",
"drizzle-orm": "^0.35.3",
"envfile": "^7.1.0",
"firebase": "10.14.0",
"generate-password-browser": "^1.1.0",
Expand Down
30 changes: 15 additions & 15 deletions supabase/functions/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
"imports": {
"vitest": "npm:[email protected]",
"@cloudflare/workers-types": "npm:@cloudflare/workers-types",
"@hono/sentry": "npm:@hono/sentry@1.1.0",
"@hono/hono": "jsr:@hono/hono@^4.4.3",
"hono/netlify": "jsr:@hono/hono@^4.4.3/netlify",
"hono/logger": "jsr:@hono/hono@^4.4.3/logger",
"hono/request-id": "jsr:@hono/hono@^4.4.3/request-id",
"hono/cors": "jsr:@hono/hono@^4.4.3/cors",
"hono/tiny": "jsr:@hono/hono@^4.4.3/tiny",
"hono/http-exception": "jsr:@hono/hono@^4.4.3/http-exception",
"hono/adapter": "jsr:@hono/hono@^4.4.3/adapter",
"hono/utils/buffer": "jsr:@hono/hono@^4.4.3/utils/buffer",
"@hono/sentry": "npm:@hono/sentry@1.2.0",
"@hono/hono": "jsr:@hono/hono@^4.6.7",
"hono/netlify": "jsr:@hono/hono@^4.6.7/netlify",
"hono/logger": "jsr:@hono/hono@^4.6.7/logger",
"hono/request-id": "jsr:@hono/hono@^4.6.7/request-id",
"hono/cors": "jsr:@hono/hono@^4.6.7/cors",
"hono/tiny": "jsr:@hono/hono@^4.6.7/tiny",
"hono/http-exception": "jsr:@hono/hono@^4.6.7/http-exception",
"hono/adapter": "jsr:@hono/hono@^4.6.7/adapter",
"hono/utils/buffer": "jsr:@hono/hono@^4.6.7/utils/buffer",
"stripe": "npm:[email protected]",
"zod": "https://esm.sh/[email protected]?target=deno",
"dayjs": "https://esm.sh/[email protected]?target=deno",
"ky": "https://esm.sh/[email protected]",
"@logsnag/node": "https://esm.sh/@logsnag/[email protected]?target=deno",
"cron-schedule": "https://esm.sh/[email protected]?target=deno",
"drizzle-orm": "https://esm.sh/drizzle-orm@0.31.0?target=deno",
"drizzle-orm/d1": "https://esm.sh/drizzle-orm@0.31.0/d1?target=deno",
"drizzle-orm/pg-core": "https://esm.sh/drizzle-orm@0.31.0/pg-core?target=deno",
"drizzle-orm/sqlite-core": "https://esm.sh/drizzle-orm@0.31.0/sqlite-core?target=deno",
"drizzle-orm/postgres-js": "https://esm.sh/drizzle-orm@0.31.0/postgres-js?target=deno",
"drizzle-orm": "https://esm.sh/drizzle-orm@0.35.3?target=deno",
"drizzle-orm/d1": "https://esm.sh/drizzle-orm@0./d1?target=deno",
"drizzle-orm/pg-core": "https://esm.sh/drizzle-orm@0.35.3/pg-core?target=deno",
"drizzle-orm/sqlite-core": "https://esm.sh/drizzle-orm@0.35.3/sqlite-core?target=deno",
"drizzle-orm/postgres-js": "https://esm.sh/drizzle-orm@0.35.3/postgres-js?target=deno",
"@aws-sdk/client-s3": "https://esm.sh/@aws-sdk/[email protected]?target=deno",
"@aws-sdk/s3-request-presigner": "https://esm.sh/@aws-sdk/[email protected]?target=deno",
"@supabase/supabase-js": "https://esm.sh/@supabase/[email protected]?target=deno",
Expand Down

0 comments on commit 0e72127

Please sign in to comment.