Skip to content

Commit

Permalink
try vscode-sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
runchard committed Apr 8, 2022
1 parent 480fffd commit 83313c7
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: |
git apply ./builder/silicon-only.patch
git apply ./builder/yarn-dist-force-arm64.patch
git apply ./builder/to-vscode-sqlite3.patch
- name: Install Yarn
run: |
Expand Down
39 changes: 39 additions & 0 deletions to-vscode-sqlite3.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
diff --git a/packages/app-desktop/package.json b/packages/app-desktop/package.json
index 015181859..2d6e7658b 100644
--- a/packages/app-desktop/package.json
+++ b/packages/app-desktop/package.json
@@ -171,7 +171,7 @@
"reselect": "^4.0.0",
"roboto-fontface": "^0.10.0",
"smalltalk": "^2.5.1",
- "sqlite3": "^5.0.2",
+ "@vscode/sqlite3": "^5.0.2",
"styled-components": "5.1.1",
"styled-system": "5.1.5",
"taboverride": "^4.0.3",
diff --git a/packages/lib/package.json b/packages/lib/package.json
index 962d8b5ea..a35c25960 100644
--- a/packages/lib/package.json
+++ b/packages/lib/package.json
@@ -80,7 +80,7 @@
"reselect": "^4.0.0",
"server-destroy": "^1.0.1",
"sprintf-js": "^1.1.2",
- "sqlite3": "^5.0.2",
+ "@vscode/sqlite3": "^5.0.2",
"string-padding": "^1.0.2",
"string-to-stream": "^1.1.0",
"tar": "^4.4.10",
diff --git a/packages/tools/package.json b/packages/tools/package.json
index c2c8f2240..722daa2c9 100644
--- a/packages/tools/package.json
+++ b/packages/tools/package.json
@@ -50,7 +50,7 @@
"gulp": "^4.0.2",
"jest": "^26.6.3",
"sass": "^1.39.2",
- "sqlite3": "^5.0.0",
+ "@vscode/sqlite3": "^5.0.2",
"typescript": "^4.1.3"
},
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"

0 comments on commit 83313c7

Please sign in to comment.