Skip to content

Commit

Permalink
Merge pull request #18 from supabase-community/fix/bundle-deps
Browse files Browse the repository at this point in the history
Bundle `@std` deps
  • Loading branch information
gregnr authored Sep 12, 2024
2 parents 4809cfc + 422f030 commit fc4e2c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
17 changes: 9 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions packages/pg-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,14 @@
"lint": "biome lint --error-on-warnings .",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@std/bytes": "npm:@jsr/std__bytes@^1.0.2",
"@std/crypto": "npm:@jsr/std__crypto@^1.0.3",
"@std/encoding": "npm:@jsr/std__encoding@^1.0.3"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@electric-sql/pglite": "^0.2.6",
"@nodeweb/knex": "^3.1.0-alpha.13",
"@nodeweb/pg": "^8.12.0-alpha.5",
"@std/bytes": "npm:@jsr/std__bytes@^1.0.2",
"@std/crypto": "npm:@jsr/std__crypto@^1.0.3",
"@std/encoding": "npm:@jsr/std__encoding@^1.0.3",
"@total-typescript/tsconfig": "^1.0.4",
"@types/node": "^20.14.11",
"@types/pg": "^8.11.8",
Expand Down

0 comments on commit fc4e2c4

Please sign in to comment.