Skip to content

Commit

Permalink
Merge pull request #43 from KunalSin9h/loading
Browse files Browse the repository at this point in the history
Loading
  • Loading branch information
KunalSin9h authored Oct 21, 2023
2 parents cbba53b + 323938f commit b38b337
Show file tree
Hide file tree
Showing 11 changed files with 780 additions and 576 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
"@rspc/react": "^0.1.3",
"@rspc/tauri": "^0.1.3",
"@tanstack/react-query": "^4.36.1",
"@tauri-apps/api": "^1.5.0",
"@tauri-apps/api": "^1.5.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-react": "^0.269.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0",
"react-router-dom": "^6.17.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.2",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@tauri-apps/cli": "^1.5.5",
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-prettier": "^5.0.1",
Expand All @@ -41,7 +41,8 @@
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vite-plugin-static-copy": "^0.17.0",
"vite-tsconfig-paths": "^4.2.1"
},
"name": "secops",
Expand All @@ -57,5 +58,5 @@
"preview": "vite preview",
"tauri": "tauri"
},
"version": "0.10.0"
"version": "0.11.0"
}
Loading

0 comments on commit b38b337

Please sign in to comment.