Skip to content

Commit

Permalink
Fix linux issues
Browse files Browse the repository at this point in the history
  • Loading branch information
qu1ck committed Oct 25, 2024
1 parent d81a703 commit ba48a21
Show file tree
Hide file tree
Showing 7 changed files with 3,089 additions and 10,531 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
mkdir -p dist
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf libasound2-dev
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.1 libappindicator3-dev librsvg2-dev patchelf libasound2-dev
touch src-tauri/dbip.mmdb
- uses: sksat/action-clippy@main
Expand Down
13,246 changes: 2,816 additions & 10,430 deletions package-lock.json

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"type": "module",
"scripts": {
"tauri-dev": "tauri dev",
"tauri-dev": "WEBKIT_DISABLE_DMABUF_RENDERER=1 tauri dev",
"build": "tauri build",
"build-bin": "tauri build -b",
"webpack-serve": "webpack serve --config webpack.dev.js",
Expand All @@ -17,49 +17,49 @@
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tauri-apps/cli": "^2.0.3",
"@tauri-apps/cli": "^2.0.4",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.3.7",
"@types/luxon": "^3.4.2",
"@types/react": "18.2.42",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-dom": "^18.2.18",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.3.1",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"eslint": "^8.56.0",
"css-loader": "^6.11.0",
"eslint": "^8.57.1",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"execa": "^7.2.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.7.6",
"style-loader": "^3.3.3",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.1",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-dev-server": "^4.15.2",
"webpack-merge": "^5.10.0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/react": "^11.13.3",
"@mantine/core": "^6.0.2",
"@mantine/dropzone": "^6.0.21",
"@mantine/form": "^6.0.21",
"@mantine/dropzone": "^6.0.22",
"@mantine/form": "^6.0.22",
"@mantine/hooks": "^6.0.2",
"@mantine/modals": "^6.0.21",
"@mantine/notifications": "^6.0.21",
"@mantine/modals": "^6.0.22",
"@mantine/notifications": "^6.0.22",
"@popperjs/core": "^2.11.8",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@tanstack/react-table": "^8.11.2",
"@tanstack/react-virtual": "^3.0.1",
"@tauri-apps/api": "^2.0.0",
"@tanstack/react-table": "^8.20.5",
"@tanstack/react-virtual": "^3.10.8",
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/plugin-cli": "^2.0.0",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.1",
Expand All @@ -70,14 +70,14 @@
"buffer": "^6.0.3",
"flag-icons": "^6.15.0",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap-icons": "^1.10.3",
"react-dom": "^18.2.0",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18.3.1",
"react-resize-detector": "^8.1.0",
"react-split": "^2.0.14",
"split.js": "^1.6.5",
"ua-parser-js": "^1.0.37"
"ua-parser-js": "^1.0.39"
},
"madge": {
"webpackConfig": "./webpack.prod.js",
Expand Down
Loading

0 comments on commit ba48a21

Please sign in to comment.