Skip to content

Commit

Permalink
remove ethers.js copy. install as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Oct 10, 2024
1 parent 5761233 commit 3dd33e1
Show file tree
Hide file tree
Showing 11 changed files with 341 additions and 23,453 deletions.
6 changes: 3 additions & 3 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,19 +121,19 @@ const config: ForgeConfig = {
{
// `entry` is just an alias for `build.lib.entry` in the corresponding file of `config`.
entry: 'src/main/main.ts',
config: 'vite.main.config.ts',
config: 'vite.main.config.mts',
target: 'main',
},
{
entry: 'src/main/preload.ts',
config: 'vite.preload.config.ts',
config: 'vite.preload.config.mts',
target: 'preload',
},
],
renderer: [
{
name: 'main_window',
config: 'vite.renderer.config.ts',
config: 'vite.renderer.config.mts',
},
],
}),
Expand Down
461 changes: 295 additions & 166 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "module",
"main": ".vite/build/main.js",
"scripts": {
"start": "electron-forge start",
"start": "VITE_CJS_TRACE=true electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
Expand All @@ -27,7 +27,7 @@
"docs:nodeSpec": "typedoc --plugin typedoc-plugin-markdown --name \"Node Spec examples\" --readme src/common/index.md --entryDocument index.md --out docs src/common/*"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"@electron-forge/cli": "^7.5.0",
"@electron-forge/maker-deb": "^7.5.0",
"@electron-forge/maker-dmg": "^7.5.0",
Expand Down Expand Up @@ -76,9 +76,9 @@
"typedoc": "^0.26.7",
"typedoc-plugin-markdown": "^4.2.7",
"typescript": "^4.5.4",
"vite": "^5.4.7",
"vite": "^5.4.8",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^2.1.1",
"vitest": "^2.1.2",
"wdio-electron-service": "^7.0.2",
"wdio-wait-for": "^3.0.11"
},
Expand All @@ -96,6 +96,7 @@
"electron-log": "^5.2.0",
"electron-squirrel-startup": "^1.0.1",
"electron-store": "^8.1.0",
"ethers": "^6.13.3",
"highcharts": "^11.4.8",
"highcharts-react-official": "^3.2.1",
"i18next": "^23.15.1",
Expand Down
Loading

0 comments on commit 3dd33e1

Please sign in to comment.