Skip to content

Commit

Permalink
Merge branch 'main' into chore/esm-and-electron-forge-vite-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Oct 10, 2024
2 parents 6bab6be + 89b8304 commit 5761233
Show file tree
Hide file tree
Showing 5 changed files with 373 additions and 453 deletions.
2 changes: 1 addition & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"files": {
"ignore": [
"src/renderer/ethers.js",
"src/renderer/ethers.cjs",
"src/main/util/*.js",
"*genesis-l2.json"
]
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nice-node",
"version": "6.4.0-alpha",
"version": "6.4.1-alpha",
"description": "Run a node at home, the easy way.",
"homepage": "https://nicenode.xyz",
"productName": "NiceNode",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@wdio/mocha-framework": "^9.0.8",
"@wdio/spec-reporter": "^9.0.8",
"cross-env": "^7.0.3",
"electron": "^32.1.0",
"electron": "^32.2.0",
"electron-devtools-installer": "^3.2.0",
"electron-extension-installer": "^1.2.0",
"electron-mock-ipc": "^0.3.12",
Expand Down
2 changes: 1 addition & 1 deletion src/main/podman/install/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import installOnLinux from './installOnLinux';
import installOnMac from './installOnMac';
import installOnWindows from './installOnWindows';

export const PODMAN_LATEST_VERSION = '5.2.2';
export const PODMAN_LATEST_VERSION = '5.2.4';
export const PODMAN_MIN_VERSION = '4.3.0';

const installPodman = async (): Promise<any> => {
Expand Down
Loading

0 comments on commit 5761233

Please sign in to comment.