Skip to content

Commit 389e2e7

Browse files
Remove unused dependencies from package.json
- Remove @launchql/protobufjs (no longer needed after proto.js elimination) - Remove deasync (not used in codebase) - Keep only @pgsql/types dependency - All 32 tests passing, functionality intact Co-Authored-By: Dan Lynch <[email protected]>
1 parent c836d05 commit 389e2e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@
5252
"rimraf": "5.0.0"
5353
},
5454
"dependencies": {
55-
"@launchql/protobufjs": "7.2.6",
56-
"@pgsql/types": "^17.0.0",
57-
"deasync": "^0.1.30"
55+
"@pgsql/types": "^17.0.0"
5856
},
5957
"keywords": [
6058
"sql",

0 commit comments

Comments
 (0)