Skip to content

Commit

Permalink
Update vite
Browse files Browse the repository at this point in the history
  • Loading branch information
yuezk committed Apr 4, 2024
1 parent 29cfa9e commit c347f97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/gpgui-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "3.1.0",
"typescript": "^5.0.2",
"vite": "^4.5.2"
"vite": "^4.5.3"
}
}
14 changes: 7 additions & 7 deletions apps/gpgui-helper/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion crates/gpapi/src/gp_params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl ClientOs {
}
}

#[derive(Debug, Serialize, Deserialize, Type, Default, Clone)]
#[derive(Debug, Serialize, Deserialize, Type, Default)]
pub struct GpParams {
is_gateway: bool,
user_agent: String,
Expand Down

0 comments on commit c347f97

Please sign in to comment.