Skip to content

Commit

Permalink
RK-20413 - fix (#383)
Browse files Browse the repository at this point in the history
* fix

* version bump
  • Loading branch information
FridmasterDyna authored Apr 17, 2024
1 parent a7988c9 commit eafb280
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": "explorook",
"version": "1.16.1",
"version": "1.16.2",
"description": "Rookout's site addon to support local files and folders",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -115,7 +115,7 @@
"dependencies": {
"@bugsnag/js": "6.5.2",
"@electron/notarize": "^2.1.0",
"@electron/remote": "2.0.9",
"@electron/remote": "2.0.10",
"@graphql-tools/schema": "^8.3.13",
"@segment/analytics-node": "^2.1.0",
"apollo-server-express": "3.13.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,10 @@
minimist "^1.2.6"
plist "^3.0.5"

"@electron/[email protected].9":
version "2.0.9"
resolved "https://registry.yarnpkg.com/@electron/remote/-/remote-2.0.9.tgz#092ff085407bc907f45b89a72c36faa773ccf2d9"
integrity sha512-LR0W0ID6WAKHaSs0x5LX9aiG+5pFBNAJL6eQAJfGkCuZPUa6nZz+czZLdlTDETG45CgF/0raSvCtYOYUpr6c+A==
"@electron/[email protected].10":
version "2.0.10"
resolved "https://registry.yarnpkg.com/@electron/remote/-/remote-2.0.10.tgz#133e2f607b1861ac249bd78b5abd1e961feed713"
integrity sha512-3SFKKaQXcyWgwmibud+UqJl/XlHOgLcI3fwtB9pNelPSJAcTxocOJrF6FaxBIQaj1+R05Di6xuAswZpXAW7xhA==

"@electron/[email protected]":
version "1.4.1"
Expand Down

0 comments on commit eafb280

Please sign in to comment.