Skip to content

Commit

Permalink
Updating dependencies to see if this helps the MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGeek committed Oct 31, 2024
1 parent d13ad5f commit e906c07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micropad",
"version": "4.5.1",
"version": "4.5.2",
"description": "A powerful note-taking app that helps you organise + take notes without restrictions.",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@types/mime": "^3.0.1",
"@types/node": "^18.7.18",
"@types/typo-js": "^1.2.1",
"electron": "~31.6.0",
"electron": "=31.7.0",
"electron-builder": "^24.9.1",
"typescript": "~5.2.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -711,10 +711,10 @@ electron-window-state@^5.0.3:
jsonfile "^4.0.0"
mkdirp "^0.5.1"

electron@~31.6.0:
version "31.6.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-31.6.0.tgz#625809a2dfad1dbabcc04552b35f313fc238fd69"
integrity sha512-J64VtIF8DI/zsGgoYd3p5LbxAWjt59tk2cBSHJNzVhzgiVgDyPFkBwsqmN4gUvyv+6l6+WoYpYmYdapr2o4bPw==
electron@=31.7.0:
version "31.7.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-31.7.0.tgz#fe49e0f2b7237c2d114f349f960016968c6c9e7b"
integrity sha512-VNab76vdi3fx6JKAj2EvozN/67sXvdTswWE+67VW7UAFhVXLfByan40SPoe3T/H5TKsLFARzwwKwmQIBg3pvKg==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^20.9.0"
Expand Down

0 comments on commit e906c07

Please sign in to comment.