Skip to content

Commit

Permalink
refactor: update dependencies (#2237)
Browse files Browse the repository at this point in the history
* refactor: cleaned up client deps

* refactor: update client deps and code

* refactor: removed MUI 5 mixture

* refactor: update and clean up client dependencies

* refactor: clean up server deps

* refactor: removed unnecessary config dir

* refactor: removed bit leftover

* refactor: update various deps

* refactor: updated electron-updater

* refactor: update jest & tests

* ci: commented out libgbm1 step
  • Loading branch information
sr258 authored Apr 10, 2022
1 parent fab1e5e commit fe3a37a
Show file tree
Hide file tree
Showing 47 changed files with 5,836 additions and 10,152 deletions.
89 changes: 0 additions & 89 deletions .bitmap

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
run: npm run test
env:
CI: true
- name: Install libgbm1 (Linux)
run: |
sudo apt-get update
sudo apt-get install xvfb libgbm1 libxss1 libnss3 libgtk-3-dev libasound2-dev unzip
# - name: Install libgbm1 (Linux)
# run: |
# sudo apt-get update
# sudo apt-get install xvfb libgbm1 libxss1 libnss3 libgtk-3-dev libasound2-dev unzip
# - name: e2e-test
# run: xvfb-run --auto-servernum --server-args='-screen 0, 1600x900x24' npm run test:e2e
# env:
Expand Down
Loading

0 comments on commit fe3a37a

Please sign in to comment.