Skip to content

Commit

Permalink
Implemented #29 (#30)
Browse files Browse the repository at this point in the history
* Initial changes on #29

* Better support for HOTP

* Updated packages

* Updated packages

* Fixed linter issues
  • Loading branch information
akopachov committed Sep 26, 2023
1 parent 6dda43a commit e9ab6fb
Show file tree
Hide file tree
Showing 14 changed files with 370 additions and 243 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,16 @@
"@skeletonlabs/skeleton": "^2.1.0",
"@skeletonlabs/tw-plugin": "^0.2.0",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "1.25.0",
"@sveltejs/kit": "1.25.1",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.6.3",
"@types/papaparse": "^5.3.8",
"@types/node": "^20.7.0",
"@types/papaparse": "^5.3.9",
"@types/semver": "^7.5.3",
"@types/uuid": "^9.0.4",
"@types/w3c-image-capture": "^1.0.7",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@types/w3c-image-capture": "^1.0.8",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"async-sema": "^3.1.1",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.1",
Expand All @@ -52,7 +53,7 @@
"electron-packager": "^17.1.2",
"electron-reloader": "^1.2.3",
"escape-string-regexp": "^5.0.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-svelte": "^2.33.2",
Expand All @@ -65,10 +66,11 @@
"protobufjs": "^7.2.5",
"qr-scanner": "^1.4.2",
"sass": "^1.68.0",
"semver": "^7.5.4",
"smart-buffer": "^4.2.0",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
"svelte-dnd-action": "^0.9.29",
"svelte-dnd-action": "^0.9.30",
"svelte-eslint-parser": "^0.33.0",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
Expand Down
Loading

0 comments on commit e9ab6fb

Please sign in to comment.