Skip to content

Commit

Permalink
attempt the second
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Feb 4, 2025
1 parent bced734 commit 9b0c386
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"electron-window-state": "^5.0.3",
"event-kit": "^2.0.0",
"focus-trap-react": "^8.1.0",
"@shiftkey/fs-admin": "^0.21.1",
"fs-admin-forked": "^0.22.3",
"fuzzaldrin-plus": "^0.6.0",
"keytar": "^7.8.0",
"lodash": "^4.17.21",
Expand Down
16 changes: 8 additions & 8 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,6 @@
resolved "https://registry.yarnpkg.com/@github/stable-socket/-/stable-socket-1.1.0.tgz#b8598c02df1a935fb0c970252f0b0062f4bdaa29"
integrity sha512-kzLHnrWGvmXka7AIUnsyF+SO5dP4dxEXX2sMixXW5ngRf3i4RhvXzFNgXVy4qBKsIsg6V3fNb3NOto0z6o4XAw==

"@shiftkey/fs-admin@^0.21.1":
version "0.21.1"
resolved "https://registry.yarnpkg.com/@shiftkey/fs-admin/-/fs-admin-0.21.1.tgz#1ce5d8fa133ab1c00856ec9eb3a07ca42f421f93"
integrity sha512-3OsB5evWz3VkrBhQYzkhNnZ63+Js4hvnZ8Qg6tAIVm9kDWq2grZOIviaCZyiebGzVrN3h9c3/MVrRY7Xd1WUIw==
dependencies:
node-addon-api "^8.3.0"
prebuild-install "^7.1.3"

ansi-html@0.0.7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e"
Expand Down Expand Up @@ -485,6 +477,14 @@ focus-trap@^6.1.0:
dependencies:
tabbable "^5.1.0"

fs-admin-forked@^0.22.3:
version "0.22.3"
resolved "https://registry.yarnpkg.com/fs-admin-forked/-/fs-admin-forked-0.22.3.tgz#405418347d5262c8be40b37faf186ff05e6cdfae"
integrity sha512-vpNwGEfqZfbYdz57zZcibZ30Pifjtf8//2tJqjacyK/ziLnwvuBtahyxtsxg7B3HK/atkjzHE9KF6i5iAZWqgw==
dependencies:
node-addon-api "^8.3.0"
prebuild-install "^7.1.3"

fs-constants@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,6 @@
"electron-installer-debian": "3.2.0",
"electron-installer-redhat": "3.4.0",
"electron-winstaller": "^5.0.0"
}
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}

0 comments on commit 9b0c386

Please sign in to comment.