Skip to content

Commit

Permalink
Updated Aegis icons
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Nov 9, 2023
1 parent 7e94411 commit 7930208
Show file tree
Hide file tree
Showing 893 changed files with 3,481 additions and 3,756 deletions.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,33 +30,33 @@
"devDependencies": {
"@floating-ui/dom": "^1.5.3",
"@serialport/bindings-interface": "^1.2.2",
"@skeletonlabs/skeleton": "^2.4.0",
"@skeletonlabs/tw-plugin": "^0.2.3",
"@skeletonlabs/skeleton": "^2.5.0",
"@skeletonlabs/tw-plugin": "^0.2.4",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "1.27.2",
"@sveltejs/kit": "1.27.3",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.8.9",
"@types/papaparse": "^5.3.10",
"@types/semver": "^7.5.4",
"@types/uuid": "^9.0.6",
"@types/w3c-image-capture": "^1.0.9",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@types/node": "^20.9.0",
"@types/papaparse": "^5.3.11",
"@types/semver": "^7.5.5",
"@types/uuid": "^9.0.7",
"@types/w3c-image-capture": "^1.0.10",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"async-sema": "^3.1.1",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"delay": "^6.0.0",
"electron": "^27.0.2",
"electron": "^27.0.4",
"electron-builder": "^24.6.4",
"electron-packager": "^17.1.2",
"electron-reloader": "^1.2.3",
"escape-string-regexp": "^5.0.0",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-svelte": "^2.34.0",
"eslint-plugin-svelte": "^2.35.0",
"papaparse": "^5.4.1",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
Expand Down Expand Up @@ -84,14 +84,15 @@
},
"dependencies": {
"electron-log": "^5.0.0",
"electron-serve": "^1.1.0",
"electron-serve": "^1.2.0",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.4",
"electron-window-state": "^5.0.3",
"serialport": "^12.0.0",
"simple-electron-ipc": "^1.1.7"
},
"optionalDependencies": {
"adm-zip": "^0.5.10"
"adm-zip": "^0.5.10",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit 7930208

Please sign in to comment.