Skip to content

Commit

Permalink
[GUI] Fix Remote Mods Tab On Release Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 committed Apr 4, 2023
1 parent dc2808f commit 9b948a9
Show file tree
Hide file tree
Showing 7 changed files with 415 additions and 334 deletions.
95 changes: 76 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion owmods_gui/backend/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
}
},
"security": {
"csp": "default-src 'self'"
"csp": "default-src 'self'; style-src 'nonce-MTo3NTM0NTo0MTQ5Nzc5Mjk6MTY4MDU2OTI2Nw=='; style-src 'nonce-MTo3NTM0NDo2ODU4MDc3MDU6MTY4MDU2OTIwMA=='"
},
"updater": {
"active": true,
Expand Down
16 changes: 8 additions & 8 deletions owmods_gui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-virtualized-auto-sizer": "^1.0.7",
"react-virtualized-auto-sizer": "^1.0.11",
"react-window": "^1.8.8"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.35.0",
"eslint": "^8.37.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.4",
"sass": "^1.58.3",
"prettier": "^2.8.7",
"sass": "^1.60.0",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vite": "^4.2.1",
"vite-plugin-html": "^3.2.0"
}
}
Loading

0 comments on commit 9b948a9

Please sign in to comment.