Skip to content

Commit

Permalink
removing sqlite as it only generates build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kellner authored and Christian Kellner committed Oct 26, 2023
1 parent 96da0b7 commit cc7bbb7
Show file tree
Hide file tree
Showing 4 changed files with 1,041 additions and 1,401 deletions.
25 changes: 0 additions & 25 deletions lib/notification/adapter/sqlite.js

This file was deleted.

3 changes: 0 additions & 3 deletions lib/notification/adapter/sqlite.md

This file was deleted.

17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,11 @@
"Firefox ESR"
],
"dependencies": {
"@douyinfe/semi-ui": "2.44.0",
"@douyinfe/semi-ui": "2.45.2",
"@rematch/core": "2.2.0",
"@rematch/loading": "2.1.2",
"@sendgrid/mail": "7.7.0",
"@vitejs/plugin-react": "4.1.0",
"better-sqlite3": "8.6.0",
"body-parser": "1.20.2",
"cookie-session": "2.0.0",
"handlebars": "4.7.8",
Expand All @@ -75,7 +74,7 @@
"query-string": "8.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.1.2",
"react-redux": "8.1.3",
"react-router": "5.2.1",
"react-router-dom": "5.3.0",
"redux": "4.2.1",
Expand All @@ -84,19 +83,19 @@
"serve-static": "1.15.0",
"slack": "11.0.2",
"string-similarity": "^4.0.4",
"vite": "4.4.9",
"vite": "4.5.0",
"x-ray": "2.3.4"
},
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/core": "7.23.2",
"@babel/eslint-parser": "7.22.15",
"@babel/preset-env": "7.22.20",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"chai": "4.3.9",
"eslint": "8.50.0",
"chai": "4.3.10",
"eslint": "8.52.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-react": "7.33.2",
"esmock": "2.5.1",
"esmock": "2.5.8",
"history": "5.3.0",
"husky": "4.3.8",
"less": "4.2.0",
Expand Down
Loading

0 comments on commit cc7bbb7

Please sign in to comment.