Skip to content

Commit

Permalink
feat(front): add support for personal access tokens (#122)
Browse files Browse the repository at this point in the history
* feat(front): add support for personal access tokens

* wip

* changes

* fix

* better explanations
  • Loading branch information
colinlienard authored Jul 2, 2023
1 parent 0676ab1 commit 36b1f50
Show file tree
Hide file tree
Showing 25 changed files with 711 additions and 325 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,25 @@
"dependencies": {
"@tauri-apps/api": "^1.4.0",
"overlayscrollbars": "^2.2.0",
"overlayscrollbars-svelte": "^0.4.0",
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart"
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/adapter-vercel": "^3.0.1",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/kit": "^1.21.0",
"@tauri-apps/cli": "^1.4.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.63.6",
"svelte": "^4.0.0",
"svelte": "^4.0.1",
"svelte-check": "^3.4.4",
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vite": "^4.3.9"
},
"packageManager": "pnpm@8.6.0"
Expand Down
Loading

1 comment on commit 36b1f50

@vercel
Copy link

@vercel vercel bot commented on 36b1f50 Jul 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.