Skip to content

Commit

Permalink
Various improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Sep 21, 2023
1 parent 15a6863 commit c6438a1
Show file tree
Hide file tree
Showing 15 changed files with 183 additions and 180 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,32 +29,33 @@
},
"devDependencies": {
"@floating-ui/dom": "^1.5.3",
"@serialport/bindings-interface": "^1.2.2",
"@skeletonlabs/skeleton": "^2.1.0",
"@skeletonlabs/tw-plugin": "^0.2.0",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "1.25.0",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.6.2",
"@types/node": "^20.6.3",
"@types/papaparse": "^5.3.8",
"@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",
"async-sema": "^3.1.1",
"autoprefixer": "^10.4.15",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.1",
"cross-env": "^7.0.3",
"delay": "^6.0.0",
"electron": "^26.2.1",
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"electron-packager": "^17.1.2",
"electron-reloader": "^1.2.3",
"escape-string-regexp": "^5.0.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-svelte": "^2.33.1",
"eslint-plugin-svelte": "^2.33.2",
"papaparse": "^5.4.1",
"postcss": "^8.4.30",
"postcss-load-config": "^4.0.1",
Expand All @@ -63,10 +64,10 @@
"promise-retry": "^2.0.1",
"protobufjs": "^7.2.5",
"qr-scanner": "^1.4.2",
"sass": "^1.67.0",
"sass": "^1.68.0",
"smart-buffer": "^4.2.0",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
"svelte-dnd-action": "^0.9.29",
"svelte-eslint-parser": "^0.33.0",
"svelte-preprocess": "^5.0.4",
Expand Down
Loading

0 comments on commit c6438a1

Please sign in to comment.