Skip to content

Commit

Permalink
[web] remove sql.js dependency
Browse files Browse the repository at this point in the history
Summary:
Now we are using `.wasm` database module with logic from native

Depends on D8563

Test Plan: Flow

Reviewers: michal, tomek

Reviewed By: michal

Subscribers: ashoat

Differential Revision: https://phab.comm.dev/D8565
  • Loading branch information
xsanm committed Jul 31, 2023
1 parent f306667 commit 9cd8125
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 95 deletions.
89 changes: 0 additions & 89 deletions web/flow-typed/npm/sql.js_vx.x.x.js

This file was deleted.

1 change: 0 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"reselect": "^4.0.0",
"simple-markdown": "^0.7.2",
"siwe": "^1.1.6",
"sql.js": "^1.8.0",
"thumbhash": "^0.1.1",
"tinycolor2": "^1.4.1",
"uuid": "^3.4.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21940,11 +21940,6 @@ sql-template-strings@^2.2.2:
resolved "https://registry.yarnpkg.com/sql-template-strings/-/sql-template-strings-2.2.2.tgz#3f11508a25addfce217a3042a9d300c3193b96ff"
integrity sha1-PxFQiiWt384hejBCqdMAwxk7lv8=

sql.js@^1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/sql.js/-/sql.js-1.8.0.tgz#cb45d957e17a2239662fe2f614c9b678990867a6"
integrity sha512-3HD8pSkZL+5YvYUI8nlvNILs61ALqq34xgmF+BHpqxe68yZIJ1H+sIVIODvni25+CcxHUxDyrTJUL0lE/m7afw==

sqlite3@^5.0.2:
version "5.1.5"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.1.5.tgz#cf5a753c98914f3aa44b7bd057702fdca6abceb6"
Expand Down

0 comments on commit 9cd8125

Please sign in to comment.