Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/ow-mods/ow-mod-man into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 committed Jul 31, 2023
2 parents 13295e5 + ad23cf4 commit dc189aa
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
18 changes: 14 additions & 4 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ log = { version = "0.4.19", features = ["std", "serde"] }
typeshare = "1.0.1"
notify = { version = "6.0.1", default-features = false, features = ["macos_kqueue"] }
regex = "1.9.1"
time = { version = "0.3.23", features = ["macros"] }
time = { version = "0.3.24", features = ["macros"] }
tauri-plugin-deep-link = "0.1.1"
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
opener = "0.6.1"
Expand Down
2 changes: 1 addition & 1 deletion owmods_gui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@typescript-eslint/parser": "6.2.0",
"@vitejs/plugin-react": "4.0.3",
"eslint": "8.46.0",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "3.0.0",
"typescript": "5.1.6",
Expand Down
8 changes: 4 additions & 4 deletions owmods_gui/frontend/pnpm-lock.yaml

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

0 comments on commit dc189aa

Please sign in to comment.