Skip to content

Commit

Permalink
Merge pull request #58 from glassypdm/dev
Browse files Browse the repository at this point in the history
0.6.2
  • Loading branch information
joshtenorio authored Oct 6, 2024
2 parents 9937dd3 + 80d8bc4 commit ef26593
Show file tree
Hide file tree
Showing 19 changed files with 5,210 additions and 1,961 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"name": "glassy_pdm_client",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"shadcn": "npx shadcn-ui@latest"
"shadcn": "npx shadcn@latest"
},
"dependencies": {
"@clerk/clerk-react": "5.5.0",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
Expand All @@ -30,7 +31,8 @@
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query-devtools": "^5.59.0",
"@tanstack/react-router": "^1.58.12",
"@tanstack/react-table": "^8.20.5",
"@tauri-apps/api": "2.0.0-rc.6",
Expand Down
124 changes: 117 additions & 7 deletions pnpm-lock.yaml

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

3 changes: 2 additions & 1 deletion src-tauri/Cargo.lock

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

3 changes: 2 additions & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glassy_pdm_client"
version = "0.6.1"
version = "0.6.2"
description = "glassyPDM"
authors = ["Joshua Tenorio"]
license = "GPL"
Expand Down Expand Up @@ -29,6 +29,7 @@ tauri-plugin-updater = "2.0.0-rc.3"
tauri-plugin-notification = "2.0.0-rc.5"
fs-chunker = "0.5.0"
tauri-plugin-log = "2.0.0-rc.2"
log = "0.4"

[features]
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
Expand Down
Loading

0 comments on commit ef26593

Please sign in to comment.