Skip to content

Commit

Permalink
deps: update
Browse files Browse the repository at this point in the history
electron 31.2.0 -> 31.2.1
uuid 8.3.20 -> 10.0.0
@types/uuid 9.0.8 -> 10.0.0
eslint-plugin-prettier 5.1.3 -> 5.2.1
prettier 3.2.5 -> 3.3.3
  • Loading branch information
Aetherinox committed Jul 19, 2024
1 parent 7264234 commit a67d021
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"name": "xdpirate",
"email": "[email protected]",
"url": "https://github.com/xdpirate"
},
{
"name": "EuropaServ",
"email": "[email protected]",
"url": "https://github.com/EuropaServ"
}
],
"funding": [
Expand Down Expand Up @@ -56,17 +61,17 @@
"eslint": "^8.0.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.4.0",
"prettier": "^3.2.5",
"@types/uuid": "^9.0.8"
"prettier": "^3.3.3",
"@types/uuid": "^10.0.0"
},
"dependencies": {
"custom-electron-prompt": "^1.5.7",
"electron": "^31.2.0",
"electron": "^31.2.1",
"toasted-notifier": "^10.0.1",
"semver": "^7.3.5",
"uuid": "^8.3.2"
"uuid": "^10.0.0"
}
}

0 comments on commit a67d021

Please sign in to comment.