Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslopezj committed Jun 11, 2024
1 parent d0d7ebd commit a332a99
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 204 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "justo-crisp",
"version": "0.9.2",
"version": "0.10.0",
"license": "MIT",
"description": "Crisp POS",
"author": "nicolaslopezj",
Expand All @@ -16,38 +16,38 @@
},
"dependencies": {
"body-parser": "^1.20.2",
"bufferutil": "^4.0.7",
"bufferutil": "^4.0.8",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"dotenv": "^16.4.5",
"easy-auto-launch": "^6.0.2",
"electron-log": "^5.0.0-beta.25",
"electron-log": "^5.1.5",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.1",
"express": "^4.18.2",
"electron-updater": "^6.2.1",
"express": "^4.19.2",
"find-process": "^1.4.7",
"sudo-prompt": "^9.2.1",
"tcp-port-used": "^1.0.2",
"utf-8-validate": "^6.0.3",
"uuid": "^9.0.0",
"ws": "^8.13.0"
"utf-8-validate": "^6.0.4",
"uuid": "^10.0.0",
"ws": "^8.17.0"
},
"devDependencies": {
"@electron/notarize": "^2.1.0",
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.13",
"@electron/notarize": "^2.3.2",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/electron": "^1.6.10",
"@types/express": "^4.17.17",
"@types/tcp-port-used": "^1.0.1",
"@types/uuid": "^9.0.2",
"@types/ws": "^8.5.5",
"@types/express": "^4.17.21",
"@types/tcp-port-used": "^1.0.4",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"electron": "^23.2.0",
"electron-builder": "^24.6.3",
"electron-builder-notarize": "^1.5.1",
"electron-builder": "^24.13.3",
"electron-builder-notarize": "^1.5.2",
"eslint": "^8.47.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-unused-imports": "^3.0.0",
"typescript": "^5.1.6"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit a332a99

Please sign in to comment.